diff --git a/src/_assets/img/art.jpg b/src/_assets/img/art.jpg new file mode 100644 index 0000000..e075259 Binary files /dev/null and b/src/_assets/img/art.jpg differ diff --git a/src/_includes/partials/link_tiles.njk b/src/_includes/partials/link_tiles.njk index e1284ca..ed298b9 100644 --- a/src/_includes/partials/link_tiles.njk +++ b/src/_includes/partials/link_tiles.njk @@ -1,22 +1,26 @@ diff --git a/src/_includes/styles.css b/src/_includes/styles.css index ce97cf0..3eb7191 100644 --- a/src/_includes/styles.css +++ b/src/_includes/styles.css @@ -135,6 +135,7 @@ nav { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 15px; + margin-bottom: var(--line-padding); } .link_tiles_grid>a>img { diff --git a/src/art.md b/src/art.md new file mode 100644 index 0000000..c600c7a --- /dev/null +++ b/src/art.md @@ -0,0 +1,11 @@ +--- +title: lists +layout: layout/base.njk +eleventyImport.collections: ["art"] +--- + +
+{% for post in collections.art | reverse %} + \- [{{ post.data.title or post.data.page.fileSlug }}](/art/{{ post.data.page.fileSlug }}) +{% endfor %} +
\ No newline at end of file diff --git a/src/index.md b/src/index.md index f7d905d..5d1bb15 100644 --- a/src/index.md +++ b/src/index.md @@ -3,7 +3,7 @@ layout: layout/base.njk title: becoming one with the slime --- -hey what's up! my name is uuupah. im a twenty-something non-binary (they/them please!) software dev from australia plagued by a metaphysical urge to record my thoughts and feelings in meandering prose. i'm into exploring less mainstream music genres, character design and figure drawing, puzzle and movement videogames, old anime and rock climbing. +hey what's up! my name is uuupah. im a twenty-something non-binary (they/them please!) person from australia plagued by a metaphysical urge to record my thoughts and feelings in meandering prose. i'm into exploring less mainstream music genres, character design and figure drawing, puzzle and movement videogames, old anime and rock climbing. ### recent updates