diff --git a/src/_data/neighbors.json b/src/_data/neighbors.json index 85aa9a5..4fd368c 100644 --- a/src/_data/neighbors.json +++ b/src/_data/neighbors.json @@ -1,12 +1,12 @@ [ - { - "label": "Gil dot Ink", - "image": "stamp-gildotink.gif", - "link": "https://gil.ink/" - }, - { - "label": "Rust Red River", - "image": "stamp-rustredriver.gif", - "link": "https://rustredriver.com/" - } + { + "label": "Gil dot Ink", + "image": "stamp-gildotink.gif", + "link": "https://gil.ink/" + }, + { + "label": "Rust Red River", + "image": "stamp-rustredriver.gif", + "link": "https://rustredriver.com/" + } ] diff --git a/src/_data/socials.json b/src/_data/socials.json index d57ec00..5d1a5ff 100644 --- a/src/_data/socials.json +++ b/src/_data/socials.json @@ -1,38 +1,38 @@ [ - { - "label": "Microblogging", - "link": "https://hol.ogra.ph/@gil", - "handle": "@gil@hol.ogra.ph" - }, - { - "label": "Forgejo", - "link": "https://ide.ogra.ph/gil", - "handle": "ide.ogra.ph/gil" - }, - { - "label": "Matrix", - "link": "https://matrix.to/#/@kalanggam:matrix.org", - "handle": "kalanggam:matrix.org" - }, - { - "label": "Pixelfed", - "link": "https://pixelfed.social/kalanggam", - "handle": "pixelfed.social/kalanggam" - }, - { - "label": "Bookwyrm", - "link": "https://bookwyrm.social/user/kalanggam", - "handle": "bookwyrm.social/user/kalanggam" - }, - { - "label": "Bluesky", - "link": "https://bsky.app/profile/kalanggam.bsky.social", - "handle": "kalanggam.bsky.social" - }, - { - "label": "Newsletter", - "link": "https://gilosophies.ghost.io/", - "handle": "gilosophies.ghost.io", - "note": "(forthcoming)" - } + { + "label": "Microblogging", + "link": "https://hol.ogra.ph/@gil", + "handle": "@gil@hol.ogra.ph" + }, + { + "label": "Forgejo", + "link": "https://ide.ogra.ph/gil", + "handle": "ide.ogra.ph/gil" + }, + { + "label": "Matrix", + "link": "https://matrix.to/#/@kalanggam:matrix.org", + "handle": "kalanggam:matrix.org" + }, + { + "label": "Pixelfed", + "link": "https://pixelfed.social/kalanggam", + "handle": "pixelfed.social/kalanggam" + }, + { + "label": "Bookwyrm", + "link": "https://bookwyrm.social/user/kalanggam", + "handle": "bookwyrm.social/user/kalanggam" + }, + { + "label": "Bluesky", + "link": "https://bsky.app/profile/kalanggam.bsky.social", + "handle": "kalanggam.bsky.social" + }, + { + "label": "Newsletter", + "link": "https://gilosophies.ghost.io/", + "handle": "gilosophies.ghost.io", + "note": "(forthcoming)" + } ] diff --git a/src/_data/updates.json b/src/_data/updates.json index a06f036..5640ba8 100644 --- a/src/_data/updates.json +++ b/src/_data/updates.json @@ -1,10 +1,10 @@ [ - { - "date": "2025-04-29", - "content": "Oh, it's getting a little more stylish in here..." - }, - { - "date": "2025-02-20", - "content": "Hello world!" - } + { + "date": "2025-04-29", + "content": "Oh, it's getting a little more stylish in here..." + }, + { + "date": "2025-02-20", + "content": "Hello world!" + } ] diff --git a/src/_includes/footer.njk b/src/_includes/footer.njk index d2267b6..94cb277 100644 --- a/src/_includes/footer.njk +++ b/src/_includes/footer.njk @@ -1,7 +1,7 @@ \ No newline at end of file diff --git a/src/_includes/nav.njk b/src/_includes/nav.njk index d0054a8..b7ec1e5 100644 --- a/src/_includes/nav.njk +++ b/src/_includes/nav.njk @@ -1,15 +1,12 @@ {% set navPages = collections.all | eleventyNavigation %} \ No newline at end of file diff --git a/src/_includes/snippets/badges.njk b/src/_includes/snippets/badges.njk index 98b04bc..3ad8d38 100644 --- a/src/_includes/snippets/badges.njk +++ b/src/_includes/snippets/badges.njk @@ -1,5 +1,5 @@

- My neighborhood - • Check out my neighbors on the indie web! + My neighborhood + • Check out my neighbors on the indie web!

{% include 'snippets/neighbors.njk' %} \ No newline at end of file diff --git a/src/_includes/snippets/neighbors.njk b/src/_includes/snippets/neighbors.njk index f476586..5aa1888 100644 --- a/src/_includes/snippets/neighbors.njk +++ b/src/_includes/snippets/neighbors.njk @@ -1,11 +1,11 @@

- {% for neighbor in neighbors -%} - {%- if neighbor.link -%} - - {%- endif -%} - {{ neighbor.label }} - {%- if neighbor.link -%} - - {%- endif -%} - {%- endfor %} + {% for neighbor in neighbors -%} + {%- if neighbor.link -%} + + {%- endif -%} + {{ neighbor.label }} + {%- if neighbor.link -%} + + {%- endif -%} + {%- endfor %}

\ No newline at end of file diff --git a/src/_includes/snippets/socials.njk b/src/_includes/snippets/socials.njk index 2f43dcc..22cf75c 100644 --- a/src/_includes/snippets/socials.njk +++ b/src/_includes/snippets/socials.njk @@ -1,8 +1,13 @@ -
{% for social in socials -%} +
+ {% for social in socials -%}
- {{ social.label }} + {{ social.label }}
- {{ social.handle }}{% if social.note %} {{ social.note }}{% endif %} + {{ social.handle }} + {% if social.note %} + {{ social.note }} + {% endif %}
-{%- endfor %}
\ No newline at end of file + {%- endfor %} +
\ No newline at end of file diff --git a/src/_includes/snippets/updates.njk b/src/_includes/snippets/updates.njk index c150e82..93de72c 100644 --- a/src/_includes/snippets/updates.njk +++ b/src/_includes/snippets/updates.njk @@ -1,6 +1,6 @@

- {% for update in updates %} - - {{ update.content | safe }}
- {% endfor %} + {% for update in updates %} + + {{ update.content | safe }}
+ {% endfor %}

\ No newline at end of file diff --git a/src/_includes/theme-switcher.njk b/src/_includes/theme-switcher.njk index 6035bbf..c0acdde 100644 --- a/src/_includes/theme-switcher.njk +++ b/src/_includes/theme-switcher.njk @@ -1,6 +1,6 @@
- Theme: - - - + Theme: + + +
\ No newline at end of file diff --git a/src/_layouts/about.njk b/src/_layouts/about.njk index 4048f5d..dd3e28d 100644 --- a/src/_layouts/about.njk +++ b/src/_layouts/about.njk @@ -3,41 +3,47 @@ layout: base.njk ---
-
{{ content | safe }}
- -
-

Interests

- -
-
-

Fun facts

- -
- +
{{ content | safe }}
+ +
+
+

Interests

+
+ +
+
+
+

Fun facts

+
+ +
+
\ No newline at end of file diff --git a/src/_layouts/base.njk b/src/_layouts/base.njk index 7031dd7..e6b472d 100644 --- a/src/_layouts/base.njk +++ b/src/_layouts/base.njk @@ -1,19 +1,18 @@ - - {% include 'head/meta.njk' %} - - {% include 'head/default-styles.njk' %} - - -
- Skip navigation -
-

Gil•INK

-
- {% include 'nav.njk' %} - {{ content | safe }} - {% include 'footer.njk' %} -
- + + {% include 'head/meta.njk' %} + {% include 'head/default-styles.njk' %} + + +
+ Skip navigation +
+

Gil•INK

+
+ {% include 'nav.njk' %} + {{ content | safe }} + {% include 'footer.njk' %} +
+ \ No newline at end of file diff --git a/src/_layouts/blank.njk b/src/_layouts/blank.njk index 87e9531..6b28b7a 100644 --- a/src/_layouts/blank.njk +++ b/src/_layouts/blank.njk @@ -1,12 +1,12 @@ - - {% include 'head/meta.njk' %} - {% include 'head/reset.njk' %} - - -
- {{ content | safe }} -
- + + {% include 'head/meta.njk' %} + {% include 'head/reset.njk' %} + + +
+ {{ content | safe }} +
+ \ No newline at end of file diff --git a/src/_layouts/home.njk b/src/_layouts/home.njk index 90f7449..ec62c75 100644 --- a/src/_layouts/home.njk +++ b/src/_layouts/home.njk @@ -3,26 +3,25 @@ layout: base.njk ---
-
{{ content | safe }}
- - - +
{{ content | safe }}
+ + +
- +

+ Created + + {% if lastmod %}• + Last modified + + {% endif %} +

+ \ No newline at end of file diff --git a/src/_layouts/single.njk b/src/_layouts/single.njk index e4a0348..eff6e24 100644 --- a/src/_layouts/single.njk +++ b/src/_layouts/single.njk @@ -3,14 +3,13 @@ layout: base.njk ---
{{ content | safe }}
- \ No newline at end of file