Indent with 2 spaces instead of 4
This commit is contained in:
parent
e501211a87
commit
d4d5dc0b81
|
@ -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/"
|
||||
}
|
||||
]
|
||||
|
|
|
@ -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)"
|
||||
}
|
||||
]
|
||||
|
|
|
@ -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!"
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<footer class="footer">
|
||||
<p>Made by me with
|
||||
<a href="https://www.11ty.dev/">Eleventy</a>
|
||||
</p>
|
||||
{% include 'theme-switcher.njk' %}
|
||||
<a href="#top" id="jump-top">Jump to top</a>
|
||||
<p>Made by me with
|
||||
<a href="https://www.11ty.dev/">Eleventy</a>
|
||||
</p>
|
||||
{% include 'theme-switcher.njk' %}
|
||||
<a href="#top" id="jump-top">Jump to top</a>
|
||||
</footer>
|
|
@ -1,15 +1,12 @@
|
|||
{% set navPages = collections.all | eleventyNavigation %}
|
||||
<nav class="nav">
|
||||
<ul class="navbar">
|
||||
{% for entry in navPages %}
|
||||
<li>
|
||||
<a
|
||||
class="navlink {% if entry.url == page.url %}navlink--current{% endif %}"
|
||||
href="{{ entry.url }}"
|
||||
{% if entry.url == page.url %}aria-current="page"{% endif %}>
|
||||
{{ entry.title }}
|
||||
</a>
|
||||
</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
<ul class="navbar">
|
||||
{% for entry in navPages %}
|
||||
<li>
|
||||
<a class="navlink {% if entry.url == page.url %}navlink--current{% endif %}" href="{{ entry.url }}" {% if entry.url == page.url %} aria-current="page" {% endif %}>
|
||||
{{ entry.title }}
|
||||
</a>
|
||||
</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
</nav>
|
|
@ -1,5 +1,5 @@
|
|||
<p>
|
||||
<strong>My neighborhood</strong>
|
||||
• Check out my neighbors on the indie web!
|
||||
<strong>My neighborhood</strong>
|
||||
• Check out my neighbors on the indie web!
|
||||
</p>
|
||||
{% include 'snippets/neighbors.njk' %}
|
|
@ -1,11 +1,11 @@
|
|||
<p>
|
||||
{% for neighbor in neighbors -%}
|
||||
{%- if neighbor.link -%}
|
||||
<a href="{{ neighbor.link }}" rel="noreferrer nofollow noopener external" target="_blank">
|
||||
{%- endif -%}
|
||||
<img src="/assets/img/{{ neighbor.image }}" alt="{{ neighbor.label }}"/>
|
||||
{%- if neighbor.link -%}
|
||||
</a>
|
||||
{%- endif -%}
|
||||
{%- endfor %}
|
||||
{% for neighbor in neighbors -%}
|
||||
{%- if neighbor.link -%}
|
||||
<a href="{{ neighbor.link }}" rel="noreferrer nofollow noopener external" target="_blank">
|
||||
{%- endif -%}
|
||||
<img src="/assets/img/{{ neighbor.image }}" alt="{{ neighbor.label }}"/>
|
||||
{%- if neighbor.link -%}
|
||||
</a>
|
||||
{%- endif -%}
|
||||
{%- endfor %}
|
||||
</p>
|
|
@ -1,8 +1,13 @@
|
|||
<dl>{% for social in socials -%}
|
||||
<dl>
|
||||
{% for social in socials -%}
|
||||
<dt>
|
||||
<em>{{ social.label }}</em>
|
||||
<em>{{ social.label }}</em>
|
||||
</dt>
|
||||
<dd>
|
||||
<a href="{{ social.link }}" rel="me">{{ social.handle }}</a>{% if social.note %} <em>{{ social.note }}</em>{% endif %}
|
||||
<a href="{{ social.link }}" rel="me">{{ social.handle }}</a>
|
||||
{% if social.note %}
|
||||
<em>{{ social.note }}</em>
|
||||
{% endif %}
|
||||
</dd>
|
||||
{%- endfor %}</dl>
|
||||
{%- endfor %}
|
||||
</dl>
|
|
@ -1,6 +1,6 @@
|
|||
<p>
|
||||
{% for update in updates %}
|
||||
<time class="muted" datetime="{{ update.date }}">[{{ update.date }}]</time>
|
||||
{{ update.content | safe }}<br/>
|
||||
{% endfor %}
|
||||
{% for update in updates %}
|
||||
<time class="muted" datetime="{{ update.date }}">[{{ update.date }}]</time>
|
||||
{{ update.content | safe }}<br/>
|
||||
{% endfor %}
|
||||
</p>
|
|
@ -1,6 +1,6 @@
|
|||
<div class="theme-switcher">
|
||||
Theme:
|
||||
<button data-theme="system" aria-pressed="true">System</button>
|
||||
<button data-theme="light" aria-pressed="false">Light</button>
|
||||
<button data-theme="dark" aria-pressed="false">Dark</button>
|
||||
Theme:
|
||||
<button data-theme="system" aria-pressed="true">System</button>
|
||||
<button data-theme="light" aria-pressed="false">Light</button>
|
||||
<button data-theme="dark" aria-pressed="false">Dark</button>
|
||||
</div>
|
|
@ -3,41 +3,47 @@ layout: base.njk
|
|||
---
|
||||
|
||||
<main class="page--about">
|
||||
<main class="main-content">{{ content | safe }}</main>
|
||||
<aside class="idcard">
|
||||
<header class="idcard__header">Identification card</header>
|
||||
<div class="idcard__picture"></div>
|
||||
<main class="idcard__bio">
|
||||
<p class="idcard__line--wide monospace">GI0755592238</p>
|
||||
<p class="idcard__line--wide">Gil</p>
|
||||
<p class="idcard__line">26</p>
|
||||
<p class="idcard__line">he/they</p>
|
||||
<p class="idcard__line">Cancer</p>
|
||||
<p class="idcard__line--wide monospace">07/15/2030</p>
|
||||
<p class="idcard__line--wide monospace">05/10/2025</p>
|
||||
</main>
|
||||
</aside>
|
||||
<section class="interests">
|
||||
<header><h2>Interests</h2></header>
|
||||
<ul>
|
||||
<li>Writing - poetry, prose, essays, etc.</li>
|
||||
<li>Music</li>
|
||||
<li>Gaming</li>
|
||||
<li>Game development</li>
|
||||
<li>Languages</li>
|
||||
<li>Worldbuilding</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section class="funfacts">
|
||||
<header><h2>Fun facts</h2></header>
|
||||
<ul>
|
||||
<li>Filipino American</li>
|
||||
<li>Texan</li>
|
||||
<li>Languages: English (native), German, Cebuano, and Tagalog</li>
|
||||
</ul>
|
||||
</section>
|
||||
<aside class="social">
|
||||
<header><h2>Social links</h2></header>
|
||||
{% include 'snippets/socials.njk' %}
|
||||
</aside>
|
||||
<main class="main-content">{{ content | safe }}</main>
|
||||
<aside class="idcard">
|
||||
<header class="idcard__header">Identification card</header>
|
||||
<div class="idcard__picture"></div>
|
||||
<main class="idcard__bio">
|
||||
<p class="idcard__line--wide monospace">GI0755592238</p>
|
||||
<p class="idcard__line--wide">Gil</p>
|
||||
<p class="idcard__line">26</p>
|
||||
<p class="idcard__line">he/they</p>
|
||||
<p class="idcard__line">Cancer</p>
|
||||
<p class="idcard__line--wide monospace">07/15/2030</p>
|
||||
<p class="idcard__line--wide monospace">05/10/2025</p>
|
||||
</main>
|
||||
</aside>
|
||||
<section class="interests">
|
||||
<header>
|
||||
<h2>Interests</h2>
|
||||
</header>
|
||||
<ul>
|
||||
<li>Writing - poetry, prose, essays, etc.</li>
|
||||
<li>Music</li>
|
||||
<li>Gaming</li>
|
||||
<li>Game development</li>
|
||||
<li>Languages</li>
|
||||
<li>Worldbuilding</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section class="funfacts">
|
||||
<header>
|
||||
<h2>Fun facts</h2>
|
||||
</header>
|
||||
<ul>
|
||||
<li>Filipino American</li>
|
||||
<li>Texan</li>
|
||||
<li>Languages: English (native), German, Cebuano, and Tagalog</li>
|
||||
</ul>
|
||||
</section>
|
||||
<aside class="social">
|
||||
<header>
|
||||
<h2>Social links</h2>
|
||||
</header>
|
||||
{% include 'snippets/socials.njk' %}
|
||||
</aside>
|
||||
</main>
|
|
@ -1,19 +1,18 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
{% include 'head/meta.njk' %}
|
||||
<link rel="stylesheet" href="/assets/css/reset.css" type="text/css" media="screen" title="no title">
|
||||
{% include 'head/default-styles.njk' %}
|
||||
</head>
|
||||
<body>
|
||||
<div class="site">
|
||||
<a href="#page" id="skip-navigation">Skip navigation</a>
|
||||
<header class="header">
|
||||
<h1 id="top" tabindex="-1">Gil•INK</h1>
|
||||
</header>
|
||||
{% include 'nav.njk' %}
|
||||
{{ content | safe }}
|
||||
{% include 'footer.njk' %}
|
||||
</div>
|
||||
</body>
|
||||
<head>
|
||||
{% include 'head/meta.njk' %} <link rel="stylesheet" href="/assets/css/reset.css" type="text/css" media="screen" title="no title">
|
||||
{% include 'head/default-styles.njk' %}
|
||||
</head>
|
||||
<body>
|
||||
<div class="site">
|
||||
<a href="#page" id="skip-navigation">Skip navigation</a>
|
||||
<header class="header">
|
||||
<h1 id="top" tabindex="-1">Gil•INK</h1>
|
||||
</header>
|
||||
{% include 'nav.njk' %}
|
||||
{{ content | safe }}
|
||||
{% include 'footer.njk' %}
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
|
@ -1,12 +1,12 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
{% include 'head/meta.njk' %}
|
||||
{% include 'head/reset.njk' %}
|
||||
</head>
|
||||
<body>
|
||||
<div class="site">
|
||||
{{ content | safe }}
|
||||
</div>
|
||||
</body>
|
||||
<head>
|
||||
{% include 'head/meta.njk' %}
|
||||
{% include 'head/reset.njk' %}
|
||||
</head>
|
||||
<body>
|
||||
<div class="site">
|
||||
{{ content | safe }}
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
|
@ -3,26 +3,25 @@ layout: base.njk
|
|||
---
|
||||
|
||||
<div class="page--home">
|
||||
<main class="home__main">{{ content | safe }}</main>
|
||||
<aside class="home__social">
|
||||
{% include 'snippets/socials.njk' %}
|
||||
</aside>
|
||||
<aside class="home__updates">
|
||||
<h2>Updates</h2>
|
||||
{% include 'snippets/updates.njk' %}
|
||||
</aside>
|
||||
<aside class="home__badges">
|
||||
{% include 'snippets/badges.njk' %}
|
||||
</aside>
|
||||
<main class="home__main">{{ content | safe }}</main>
|
||||
<aside class="home__social">
|
||||
{% include 'snippets/socials.njk' %}
|
||||
</aside>
|
||||
<aside class="home__updates">
|
||||
<h2>Updates</h2>
|
||||
{% include 'snippets/updates.njk' %}
|
||||
</aside>
|
||||
<aside class="home__badges">
|
||||
{% include 'snippets/badges.njk' %}
|
||||
</aside>
|
||||
</div>
|
||||
|
||||
<footer>
|
||||
<p>
|
||||
<strong>Created</strong>
|
||||
<time datetime="{{ page.date | formatDate }}">{{ page.date | formatDate }}</time>
|
||||
{% if lastmod %}•
|
||||
<strong>Last modified</strong>
|
||||
<time datetime="{{ lastmod | formatDate }}">{{ lastmod | formatDate }}</time>
|
||||
{% endif %}
|
||||
</p>
|
||||
</footer>
|
||||
<p>
|
||||
<strong>Created</strong>
|
||||
<time datetime="{{ page.date | formatDate }}">{{ page.date | formatDate }}</time>
|
||||
{% if lastmod %}•
|
||||
<strong>Last modified</strong>
|
||||
<time datetime="{{ lastmod | formatDate }}">{{ lastmod | formatDate }}</time>
|
||||
{% endif %}
|
||||
</p>
|
||||
</footer>
|
|
@ -3,14 +3,13 @@ layout: base.njk
|
|||
---
|
||||
|
||||
<main class="box page page-single">{{ content | safe }}</main>
|
||||
|
||||
<footer class="box page-footer">
|
||||
<p>
|
||||
<strong>Created</strong>
|
||||
<time datetime="{{ page.date | formatDate }}">{{ page.date | formatDate }}</time>
|
||||
{% if lastmod %}•
|
||||
<strong>Last modified</strong>
|
||||
<time datetime="{{ lastmod | formatDate }}">{{ lastmod | formatDate }}</time>
|
||||
{% endif %}
|
||||
</p>
|
||||
<p>
|
||||
<strong>Created</strong>
|
||||
<time datetime="{{ page.date | formatDate }}">{{ page.date | formatDate }}</time>
|
||||
{% if lastmod %}•
|
||||
<strong>Last modified</strong>
|
||||
<time datetime="{{ lastmod | formatDate }}">{{ lastmod | formatDate }}</time>
|
||||
{% endif %}
|
||||
</p>
|
||||
</footer>
|
Loading…
Reference in a new issue