update layout and add digital gardening link
This commit is contained in:
parent
8a8a20ce19
commit
21fb163a04
|
@ -20,12 +20,12 @@ favicon_mimetype = "image/png"
|
||||||
|
|
||||||
menu_items = [
|
menu_items = [
|
||||||
{name = "about", url = "$BASE_URL/about"},
|
{name = "about", url = "$BASE_URL/about"},
|
||||||
{name = "blog", url = "$BASE_URL/blog"},
|
|
||||||
{name = "wiki", url = "https://wiki.posixlycorrect.com", newtab = true},
|
|
||||||
{name = "git", url = "https://git.posixlycorrect.com", newtab = true},
|
|
||||||
{name = "pastebin", url = "https://send.posixlycorrect.com/", newtab = true},
|
|
||||||
{name = "comms", url = "$BASE_URL/comms"},
|
|
||||||
{name = "lib", url = "$BASE_URL/lib"},
|
{name = "lib", url = "$BASE_URL/lib"},
|
||||||
{name = "stream", url = "https://stream.posixlycorrect.com/", newtab = true},
|
{name = "blog", url = "$BASE_URL/blog"},
|
||||||
|
{name = "wiki↗", url = "https://wiki.posixlycorrect.com", newtab = true},
|
||||||
|
{name = "git↗", url = "https://git.posixlycorrect.com", newtab = true},
|
||||||
|
{name = "pastebin↗", url = "https://send.posixlycorrect.com/", newtab = true},
|
||||||
|
{name = "comms", url = "$BASE_URL/comms"},
|
||||||
|
{name = "stream↗", url = "https://stream.posixlycorrect.com/", newtab = true},
|
||||||
{name = "analog photo", url = "$BASE_URL/analog-photography"},
|
{name = "analog photo", url = "$BASE_URL/analog-photography"},
|
||||||
]
|
]
|
||||||
|
|
|
@ -1,9 +1,10 @@
|
||||||
+++
|
+++
|
||||||
title = "lib"
|
title = "lib"
|
||||||
+++
|
+++
|
||||||
### [art collection](@/lib/art_collection.md)
|
[safire memo](@/lib/safire_memo.md)  
|
||||||
### [safire memo](@/lib/safire_memo.md)
|
[two hard things](@/lib/two_hard_things.md)  
|
||||||
### [places to eat out (outdated)](@/lib/places_to_eat_out.md)
|
[visual thinking](@/lib/visual_thinking.md)  
|
||||||
### [two hard things](@/lib/two_hard_things.md)
|
[be methodical](@/lib/be_methodical.md)  
|
||||||
### [visual thinking](@/lib/visual_thinking.md)
|
|
||||||
### [be methodical](@/lib/be_methodical.md)
|
[art collection](@/lib/art_collection.md)  
|
||||||
|
[digital gardening](https://git.posixlycorrect.com/fabian/digital-gardeners)  
|
|
@ -12,14 +12,14 @@ Screen Printing
|
||||||
La Tertulia is a screen printing ("serigrafía", in spanish) by Costa Rican
|
La Tertulia is a screen printing ("serigrafía", in spanish) by Costa Rican
|
||||||
artist Rafa Gutierrez.
|
artist Rafa Gutierrez.
|
||||||
|
|
||||||
![La Tertulia](../art_collection/la_tertulia1.jpg)
|
![La Tertulia](../../art_collection/la_tertulia1.jpg)
|
||||||
|
|
||||||
![La Tertulia](../art_collection/la_tertulia2.jpg)
|
![La Tertulia](../../art_collection/la_tertulia2.jpg)
|
||||||
|
|
||||||
This is how I framed it:
|
This is how I framed it:
|
||||||
|
|
||||||
![La Tertulia](../art_collection/la_tertulia3.jpg)
|
![La Tertulia](../../art_collection/la_tertulia3.jpg)
|
||||||
|
|
||||||
This piece has a "sister" which I gifted to my father. It's called "Caribe":
|
This piece has a "sister" which I gifted to my father. It's called "Caribe":
|
||||||
|
|
||||||
![Caribe](../art_collection/caribe.jpg)
|
![Caribe](../../art_collection/caribe.jpg)
|
||||||
|
|
|
@ -57,8 +57,15 @@
|
||||||
<div class="content">
|
<div class="content">
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<div class="posts">
|
<div class="posts">
|
||||||
Hi! Use the above buttons to navigate the site :)
|
Hi! :) You have reached the root endpoint of the posixlycorrect server,
|
||||||
{% set page = get_page(path="about.md") %}
|
my home server.
|
||||||
|
|
||||||
|
</br>
|
||||||
|
</br>
|
||||||
|
|
||||||
|
Checkout these cool links:
|
||||||
|
|
||||||
|
{% set page = get_page(path="lib.md") %}
|
||||||
{{ post_macros::content(page=page, summary=false) }}
|
{{ post_macros::content(page=page, summary=false) }}
|
||||||
</div>
|
</div>
|
||||||
{% endblock content %}
|
{% endblock content %}
|
||||||
|
|
Loading…
Reference in a new issue