diff options
| author | Jack Jamison <jackqjamison@gmail.com> | 2025-12-22 13:34:31 -0500 |
|---|---|---|
| committer | Jack Jamison <jackqjamison@gmail.com> | 2025-12-22 13:34:31 -0500 |
| commit | 2281bc2514099b41fd471212a0a8e91955b49f02 (patch) | |
| tree | 282c4ef040e50c5956e9220b1c641312b8ac76e0 /zola-static/templates/index.html | |
| parent | bd6bc98539d7d256b372fe393a4a040724ac2544 (diff) | |
big improvements and project images
Diffstat (limited to 'zola-static/templates/index.html')
| -rw-r--r-- | zola-static/templates/index.html | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/zola-static/templates/index.html b/zola-static/templates/index.html index fd4d508..3c83240 100644 --- a/zola-static/templates/index.html +++ b/zola-static/templates/index.html @@ -9,21 +9,13 @@ </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> - <li><a href="{{ get_url(path='@/blog/my-emacs-tips-and-tricks.md') }}">My Emacs Tips and Tricks</a></li> - <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>Projects</h2> <ul> <li><a href="{{ get_url(path='@/projects/connection-machine.md') }}">Connection Machine Logic Simulator</a></li> <li><a href="{{ get_url(path='@/projects/swenu.md') }}">Swenu Wayland Menu</a></li> <li><a href="{{ get_url(path='@/projects/string-sniper.md') }}">Ghidra String Sniper</a></li> - <li><a href="{{ get_url(path='@/projects/_index.md') }}">View More</a></li> </ul> + <b><a href="{{ get_url(path='@/projects/_index.md') }}">View More</a></b> </div> <div class="index-section"> <h2>Links</h2> @@ -32,5 +24,13 @@ <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> + <li><a href="{{ get_url(path='@/blog/my-emacs-tips-and-tricks.md') }}">My Emacs Tips and Tricks</a></li> + <li><a href="{{ get_url(path='@/blog/emacs-garbage-collection.md') }}">Solving Emacs Garbage Collection Stutters</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 %} |
