This commit is contained in:
Parker TenBroeck 2026-01-16 22:02:02 -05:00
commit 6449151d7a
38 changed files with 779 additions and 0 deletions

View file

@ -0,0 +1,8 @@
<p><a href="https://github.com/ParkerTenBroeck">ParkerTenBroeck</a> on GitHub
|
<a href="mailto:parker@parkertenbroeck.ca">parker@parkertenbroeck.ca</a>
|
<a href="{{ get_url(path='rss.xml', trailing_slash=false) }}">RSS</a>
|
<a href="{{ get_url(path='atom.xml', trailing_slash=false) }}">Atom</a>

View file

@ -0,0 +1,10 @@
<div class="title">
<a href="{{config.base_url}}">Hey! it's Grey</a>
</div>
<nav>
<a href="{{ get_url(path='@/blog/_index.md') }}">Posts</a>
<a href="{{ get_url(path='@/projects/_index.md') }}">Projects</a>
<a href="{{ get_url(path='@/crafts/_index.md') }}">Crafts</a>
<a href="{{ get_url(path='@/pictures/_index.md') }}">Pictures</a>
<a href="{{ get_url(path='tags') }}">Tags</a>
</nav>