diff options
| author | Jack Jamison <jackqjamison@gmail.com> | 2025-12-25 22:19:15 -0500 |
|---|---|---|
| committer | Jack Jamison <jackqjamison@gmail.com> | 2025-12-25 22:19:15 -0500 |
| commit | c33707f9ae3734cda1c46459bf358db8bf39f48a (patch) | |
| tree | de91dad6ebf9932f2d84ae5213e046aebb92e02b /zola-static | |
| parent | 09ba0fe1765f22b9731639df1db4489353927b75 (diff) | |
improvements
Diffstat (limited to 'zola-static')
| -rw-r--r-- | zola-static/sass/base.scss | 2 | ||||
| -rw-r--r-- | zola-static/static/images/portrait.jpg | bin | 2940276 -> 166099 bytes | |||
| -rw-r--r-- | zola-static/templates/index.html | 14 |
3 files changed, 8 insertions, 8 deletions
diff --git a/zola-static/sass/base.scss b/zola-static/sass/base.scss index c7245db..e775de6 100644 --- a/zola-static/sass/base.scss +++ b/zola-static/sass/base.scss @@ -11,7 +11,7 @@ html { } body { - margin: 3rem auto; + margin: 3vw auto; max-width: 55rem; line-height: 1.3; font-size: 1.2rem; diff --git a/zola-static/static/images/portrait.jpg b/zola-static/static/images/portrait.jpg Binary files differindex 85fd2e4..d4ddc7a 100644 --- a/zola-static/static/images/portrait.jpg +++ b/zola-static/static/images/portrait.jpg diff --git a/zola-static/templates/index.html b/zola-static/templates/index.html index 3c83240..4058dff 100644 --- a/zola-static/templates/index.html +++ b/zola-static/templates/index.html @@ -18,13 +18,6 @@ <b><a href="{{ get_url(path='@/projects/_index.md') }}">View More</a></b> </div> <div class="index-section"> - <h2>Links</h2> - <ul> - <li><a href="https://github.com/JackJ30">GitHub</a></li> - <li><a href="https://portfolio.jackjamison.net">Old portfolio (haven't migrated here yet)</a></li> - </ul> -</div> -<div class="index-section"> <h2>Articles</h2> <ul> <li><a href="{{ get_url(path='@/blog/sdl-native-wayland.md') }}">Forcing SDL to use Wayland on Wayland</a></li> @@ -32,5 +25,12 @@ <li><a href="{{ get_url(path='@/blog/emacs-garbage-collection.md') }}">Solving Emacs Garbage Collection Stutters</a></li> </ul> </div> +<div class="index-section"> + <h2>Links</h2> + <ul> + <li><a href="https://github.com/JackJ30">GitHub</a></li> + <li><a href="https://www.youtube.com/channel/UCwZ1wDZx72TwPCRuG87-a_Q">Youtube</a></li> + </ul> +</div> <p class="footer-text"><b><a href="{{ get_url(path='@/blog/_index.md') }}">All articles sorted by date</a>•<a href="{{ get_url(path='@/the-archive.md') }}">Archive</a></b></p> {% endblock content %} |
