This commit is contained in:
Paul Gauthier 2024-07-03 21:42:12 -03:00
parent 644ec6f964
commit 499057c345
2 changed files with 4 additions and 2 deletions

View file

@ -6,7 +6,8 @@ docker run \
-v "$PWD/website:/site" \ -v "$PWD/website:/site" \
-p 4000:4000 \ -p 4000:4000 \
-e HISTFILE=/site/.bash_history \ -e HISTFILE=/site/.bash_history \
--entrypoint /bin/bash \
-it \ -it \
my-jekyll-site my-jekyll-site
# --entrypoint /bin/bash \

View file

@ -5,7 +5,8 @@ highlight_image: /assets/benchmarks-udiff.jpg
nav_exclude: true nav_exclude: true
--- ---
{% if page.date %} {% if page.date %}
<p class="post-date">{{ page.date | date: "%B %d, %Y" }}</p> <p class="post-date">{{ page.date | date: "%B %d, %Y" }}, by Paul Gauthier
</p>
{% endif %} {% endif %}
# Unified diffs make GPT-4 Turbo 3X less lazy # Unified diffs make GPT-4 Turbo 3X less lazy