mirror of
https://github.com/ParkerTenBroeck/ParkerTenBroeck.github.io.git
synced 2026-06-06 21:14:06 -04:00
change how website is organized
This commit is contained in:
parent
58c56b0af7
commit
6c8e98dc98
38 changed files with 59 additions and 60 deletions
|
|
@ -8,10 +8,11 @@
|
|||
</p>
|
||||
<p>
|
||||
You can find <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>, and
|
||||
<a href="{{ get_url(path='tags') }}">Tags</a> up above on any page.
|
||||
{# <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>, and
|
||||
<a href="{{ get_url(path='category') }}">Categories</a> up above on any page.
|
||||
</p>
|
||||
|
||||
<p>Please note that this page is currently under construction; not all content is finished.</p>
|
||||
|
|
@ -22,12 +23,12 @@
|
|||
|
||||
<p>Heres a list of stuff I'd like you to checkout:</p>
|
||||
<ul>
|
||||
<li>{{ post::page_link(path="projects/automata.md") }}</li>
|
||||
<li>{{ post::page_link(path="projects/rasterizer/index.md") }}</li>
|
||||
<li>{{ post::page_link(path="projects/ansi.md") }}</li>
|
||||
<li>{{ post::page_link(path="projects/generators.md") }}</li>
|
||||
<li>{{ post::page_link(path="projects/fastexpr.md") }}</li>
|
||||
<li>{{ post::page_link(path="projects/kernel/index.md") }}</li>
|
||||
<li>{{ post::page_link(path="blog/projects/automata.md") }}</li>
|
||||
<li>{{ post::page_link(path="blog/projects/rasterizer/index.md") }}</li>
|
||||
<li>{{ post::page_link(path="blog/projects/ansi.md") }}</li>
|
||||
<li>{{ post::page_link(path="blog/projects/generators.md") }}</li>
|
||||
<li>{{ post::page_link(path="blog/projects/fastexpr.md") }}</li>
|
||||
<li>{{ post::page_link(path="blog/projects/kernel/index.md") }}</li>
|
||||
<li>{{ post::page_link(path="blog/website.md") }}</li>
|
||||
</ul>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue