mirror of
https://github.com/helenclx/leilukin-site.git
synced 2025-04-04 20:02:41 +00:00
Tweak Nunjucks indentation
This commit is contained in:
parent
1943159f11
commit
1d5d5acec9
@ -5,10 +5,10 @@ shrineHomeUrl: /shrines/asummersend/
|
|||||||
{% extends "global/navbar.njk" %}
|
{% extends "global/navbar.njk" %}
|
||||||
|
|
||||||
{% block navbarLinks %}
|
{% block navbarLinks %}
|
||||||
{% set navPages = collections.all | eleventyNavigation("A Summer’s End Shrine") %}
|
{% set navPages = collections.all | eleventyNavigation("A Summer’s End Shrine") %}
|
||||||
{%- for entry in navPages %}
|
{%- for entry in navPages %}
|
||||||
<li>
|
<li>
|
||||||
<a {% if entry.url == page.url %}aria-current="page"{% endif %} href="{{ entry.url }}">{{ entry.title }}</a>
|
<a {% if entry.url == page.url %}aria-current="page"{% endif %} href="{{ entry.url }}">{{ entry.title }}</a>
|
||||||
</li>
|
</li>
|
||||||
{%- endfor %}
|
{%- endfor %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
@ -19,8 +19,8 @@
|
|||||||
<h4>Download the mod:</h4>
|
<h4>Download the mod:</h4>
|
||||||
<div class="mod-entry__downloads">
|
<div class="mod-entry__downloads">
|
||||||
{%- for download in params.downloads -%}
|
{%- for download in params.downloads -%}
|
||||||
<a class="link-btn" href="{{ download.url }}">{{ download.site }}</a>
|
<a class="link-btn" href="{{ download.url }}">{{ download.site }}</a>
|
||||||
{%- endfor -%}
|
{%- endfor -%}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{%- endmacro -%}
|
{%- endmacro -%}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{% for log in changelogList | reverse %}
|
{% for log in changelogList | reverse %}
|
||||||
{% headingAnchor 2, log.fileSlug %}
|
{% headingAnchor 2, log.fileSlug %}
|
||||||
{{ log.date | formatDate }}
|
{{ log.date | formatDate }}
|
||||||
{% endheadingAnchor %}
|
{% endheadingAnchor %}
|
||||||
|
|
||||||
{{ log.content | safe }}
|
{{ log.content | safe }}
|
||||||
{%- endfor %}
|
{%- endfor %}
|
||||||
|
@ -14,10 +14,10 @@ articleElement: true
|
|||||||
>Latest</a></li>
|
>Latest</a></li>
|
||||||
{% set navPages = collections.all | eleventyNavigation("Changelogs") | reverse %}
|
{% set navPages = collections.all | eleventyNavigation("Changelogs") | reverse %}
|
||||||
{%- for entry in navPages %}
|
{%- for entry in navPages %}
|
||||||
<li><a
|
<li><a
|
||||||
{% if entry.url == page.url %}aria-current="page"{% endif %}
|
{% if entry.url == page.url %}aria-current="page"{% endif %}
|
||||||
href="{{ entry.url }}"
|
href="{{ entry.url }}"
|
||||||
>{{ entry.title }}</a></li>
|
>{{ entry.title }}</a></li>
|
||||||
{%- endfor %}
|
{%- endfor %}
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
@ -59,4 +59,4 @@ articleElement: true
|
|||||||
gap: 1em;
|
gap: 1em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
{% endcss %}
|
{% endcss %}
|
||||||
|
@ -3,11 +3,11 @@
|
|||||||
<h2 class="content__nav--title" id="my-contents-title">My Contents</h2>
|
<h2 class="content__nav--title" id="my-contents-title">My Contents</h2>
|
||||||
<ul class="content__nav--links">
|
<ul class="content__nav--links">
|
||||||
{% for archive in collections.archive %}
|
{% for archive in collections.archive %}
|
||||||
<li><a href="{{ archive.url }}">{{ archive.data.title }}</a></li>
|
<li><a href="{{ archive.url }}">{{ archive.data.title }}</a></li>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
<li><a href="/articles/">Articles</a></li>
|
<li><a href="/articles/">Articles</a></li>
|
||||||
{% for page in collections["blog pages"] %}
|
{% for page in collections["blog pages"] %}
|
||||||
<li><a href="{{ page.url }}">{{ page.data.navTitle or page.data.title }}</a></li>
|
<li><a href="{{ page.url }}">{{ page.data.navTitle or page.data.title }}</a></li>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
@ -22,4 +22,4 @@
|
|||||||
.content__nav--title {
|
.content__nav--title {
|
||||||
font-size: 1.7rem;
|
font-size: 1.7rem;
|
||||||
}
|
}
|
||||||
{% endcss %}
|
{% endcss %}
|
||||||
|
@ -11,18 +11,18 @@
|
|||||||
{% if currentUrl === "/sitemap/" %}aria-current="page"{% endif %}
|
{% if currentUrl === "/sitemap/" %}aria-current="page"{% endif %}
|
||||||
href="/sitemap/
|
href="/sitemap/
|
||||||
">Site Map</a></li>
|
">Site Map</a></li>
|
||||||
{%- for link in collections["footer links"] -%}
|
{%- for link in collections["footer links"] -%}
|
||||||
<li><a
|
<li><a
|
||||||
{% if link.url == page.url %}aria-current="page"{% endif %}
|
{% if link.url == page.url %}aria-current="page"{% endif %}
|
||||||
href="{{ link.url }}"
|
href="{{ link.url }}"
|
||||||
>{{ link.data.title }}</a></li>
|
>{{ link.data.title }}</a></li>
|
||||||
{%- endfor -%}
|
{%- endfor -%}
|
||||||
{%- for statement in collections.statements -%}
|
{%- for statement in collections.statements -%}
|
||||||
<li><a
|
<li><a
|
||||||
{% if statement.url == page.url %}aria-current="page"{% endif %}
|
{% if statement.url == page.url %}aria-current="page"{% endif %}
|
||||||
href="{{ statement.url }}"
|
href="{{ statement.url }}"
|
||||||
>{{ statement.data.title }}</a></li>
|
>{{ statement.data.title }}</a></li>
|
||||||
{%- endfor -%}
|
{%- endfor -%}
|
||||||
</ul>
|
</ul>
|
||||||
<p>Made with ♥ by {{ sitemeta.siteAuthor.name }} since 11 September 2022</p>
|
<p>Made with ♥ by {{ sitemeta.siteAuthor.name }} since 11 September 2022</p>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
@ -17,9 +17,9 @@ isContentDivided: true
|
|||||||
<nav aria-labelledby="tabs-title">
|
<nav aria-labelledby="tabs-title">
|
||||||
<h3 class="visually-hidden" id="tabs-title">Tabs Group</h3>
|
<h3 class="visually-hidden" id="tabs-title">Tabs Group</h3>
|
||||||
<ul class="tabs">
|
<ul class="tabs">
|
||||||
{% for group in linkGroups %}
|
{% for group in linkGroups %}
|
||||||
<li><a class="tab__btn" href="#{{ group.data.title | slugify }}">{{ group.data.title }}</a></li>
|
<li><a class="tab__btn" href="#{{ group.data.title | slugify }}">{{ group.data.title }}</a></li>
|
||||||
{%- endfor %}
|
{%- endfor %}
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
</section>
|
</section>
|
||||||
@ -44,5 +44,5 @@ isContentDivided: true
|
|||||||
|
|
||||||
<a href="#linktabs" class="tab__btn tab__back">Back to tabs</a>
|
<a href="#linktabs" class="tab__btn tab__back">Back to tabs</a>
|
||||||
</section>
|
</section>
|
||||||
{%- endfor %}
|
{%- endfor %}
|
||||||
</article>
|
</article>
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
{% extends "global/navbar.njk" %}
|
{% extends "global/navbar.njk" %}
|
||||||
|
|
||||||
{% block navbarLinks %}
|
{% block navbarLinks %}
|
||||||
{% set currentUrl %}{{ page.url }}{% endset %}
|
{% set currentUrl %}{{ page.url }}{% endset %}
|
||||||
{% set navPages = collections["navbar links"] | eleventyNavigation %}
|
{% set navPages = collections["navbar links"] | eleventyNavigation %}
|
||||||
{%- for entry in navPages %}
|
{%- for entry in navPages %}
|
||||||
<li>
|
<li>
|
||||||
<a {% if entry.url == page.url %}aria-current="page"{% endif %} href="{{ entry.url }}">{{ entry.title }}</a>
|
<a {% if entry.url == page.url %}aria-current="page"{% endif %} href="{{ entry.url }}">{{ entry.title }}</a>
|
||||||
</li>
|
</li>
|
||||||
{%- endfor %}
|
{%- endfor %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
@ -5,10 +5,10 @@ shrineHomeUrl: /shrines/pokemonoras/
|
|||||||
{% extends "global/navbar.njk" %}
|
{% extends "global/navbar.njk" %}
|
||||||
|
|
||||||
{% block navbarLinks %}
|
{% block navbarLinks %}
|
||||||
{% set navPages = collections.all | eleventyNavigation("ORAS Shrine") %}
|
{% set navPages = collections.all | eleventyNavigation("ORAS Shrine") %}
|
||||||
{%- for entry in navPages %}
|
{%- for entry in navPages %}
|
||||||
<li>
|
<li>
|
||||||
<a {% if entry.url == page.url %}aria-current="page"{% endif %} href="{{ entry.url }}">{{ entry.title }}</a>
|
<a {% if entry.url == page.url %}aria-current="page"{% endif %} href="{{ entry.url }}">{{ entry.title }}</a>
|
||||||
</li>
|
</li>
|
||||||
{%- endfor %}
|
{%- endfor %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
@ -5,10 +5,10 @@ shrineHomeUrl: /shrines/starwarskotor/
|
|||||||
{% extends "global/navbar.njk" %}
|
{% extends "global/navbar.njk" %}
|
||||||
|
|
||||||
{% block navbarLinks %}
|
{% block navbarLinks %}
|
||||||
{% set navPages = collections.all | eleventyNavigation("KotOR Shrine") %}
|
{% set navPages = collections.all | eleventyNavigation("KotOR Shrine") %}
|
||||||
{%- for entry in navPages %}
|
{%- for entry in navPages %}
|
||||||
<li>
|
<li>
|
||||||
<a {% if entry.url == page.url %}aria-current="page"{% endif %} href="{{ entry.url }}">{{ entry.title }}</a>
|
<a {% if entry.url == page.url %}aria-current="page"{% endif %} href="{{ entry.url }}">{{ entry.title }}</a>
|
||||||
</li>
|
</li>
|
||||||
{%- endfor %}
|
{%- endfor %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
@ -11,30 +11,30 @@ eleventyNavigation:
|
|||||||
|
|
||||||
<ul class="blog__postlist">
|
<ul class="blog__postlist">
|
||||||
{% for post in collections.posts | reverse %}
|
{% for post in collections.posts | reverse %}
|
||||||
<li class="blog__postlist--item">
|
<li class="blog__postlist--item">
|
||||||
<h2 class="blog__postlist--title">
|
<h2 class="blog__postlist--title">
|
||||||
<a href="{{ post.url }}">
|
<a href="{{ post.url }}">
|
||||||
{% if post.data.title %}{{ post.data.articleTitle }}
|
{% if post.data.title %}{{ post.data.articleTitle }}
|
||||||
{% else %}
|
{% else %}
|
||||||
<code>{{ post.url }}</code>
|
<code>{{ post.url }}</code>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</a>
|
</a>
|
||||||
</h2>
|
</h2>
|
||||||
<time datetime="{{ post.date }}">{{ post.date | formatDate }}</time>
|
<time datetime="{{ post.date }}">{{ post.date | formatDate }}</time>
|
||||||
</li>
|
</li>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
{%- css %}
|
{%- css %}
|
||||||
.blog__postlist {
|
.blog__postlist {
|
||||||
display: grid;
|
display: grid;
|
||||||
gap: 1em;
|
gap: 1em;
|
||||||
padding-left: 1em;
|
padding-left: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.blog__postlist--title {
|
.blog__postlist--title {
|
||||||
font-size: clamp(1.55rem, 1rem + 3vw, 1.3rem);
|
font-size: clamp(1.55rem, 1rem + 3vw, 1.3rem);
|
||||||
line-height: 1.3;
|
line-height: 1.3;
|
||||||
margin-bottom: 0.2em;
|
margin-bottom: 0.2em;
|
||||||
}
|
}
|
||||||
{% endcss %}
|
{% endcss %}
|
||||||
|
@ -9,10 +9,10 @@ eleventyNavigation:
|
|||||||
---
|
---
|
||||||
|
|
||||||
{%- macro siteLayout(params) -%}
|
{%- macro siteLayout(params) -%}
|
||||||
## {{ params.title }}
|
## {{ params.title }}
|
||||||
{% for screenshot in params.screenshots %}
|
{% for screenshot in params.screenshots %}
|
||||||
<img src="/assets/layouts/{{ screenshot.imgFile }}" alt="{{ screenshot.imgAlt }}" loading="lazy">
|
<img src="/assets/layouts/{{ screenshot.imgFile }}" alt="{{ screenshot.imgAlt }}" loading="lazy">
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{%- endmacro -%}
|
{%- endmacro -%}
|
||||||
|
|
||||||
{{ siteLayout({
|
{{ siteLayout({
|
||||||
|
@ -52,8 +52,8 @@ eleventyComputed:
|
|||||||
<h2>What is New?</h2>
|
<h2>What is New?</h2>
|
||||||
<div class="text-box">
|
<div class="text-box">
|
||||||
{% for log in collections["changelogs"] | reverse | itemLimit(1) %}
|
{% for log in collections["changelogs"] | reverse | itemLimit(1) %}
|
||||||
<h3>{{ log.data.title }}</h3>
|
<h3>{{ log.data.title }}</h3>
|
||||||
{{ log.content | safe }}
|
{{ log.content | safe }}
|
||||||
{%- endfor %}
|
{%- endfor %}
|
||||||
<p><a href="/changelogs">View all site changelogs</a></p>
|
<p><a href="/changelogs">View all site changelogs</a></p>
|
||||||
</div>
|
</div>
|
||||||
@ -66,9 +66,9 @@ eleventyComputed:
|
|||||||
<h2>Always Proud</h2>
|
<h2>Always Proud</h2>
|
||||||
<div class="flag-el flag-progress-intersex-lesbian" role="img" aria-label="Custom pride flag which combines the lesbian pride flag and the progress pride flag triangle" style="margin-bottom: 1em;"></div>
|
<div class="flag-el flag-progress-intersex-lesbian" role="img" aria-label="Custom pride flag which combines the lesbian pride flag and the progress pride flag triangle" style="margin-bottom: 1em;"></div>
|
||||||
{%- macro prideButton(file, alt, width=88, height=31) -%}
|
{%- macro prideButton(file, alt, width=88, height=31) -%}
|
||||||
<li data-tooltip>
|
<li data-tooltip>
|
||||||
<img src="/assets/buttons/pride/{{ file }}.png" alt="{{ alt }}" data-tooltip-trigger title="{{ alt }}" width="{{ width }}" height="{{ height }}" loading="lazy" tabindex="0">
|
<img src="/assets/buttons/pride/{{ file }}.png" alt="{{ alt }}" data-tooltip-trigger title="{{ alt }}" width="{{ width }}" height="{{ height }}" loading="lazy" tabindex="0">
|
||||||
</li>
|
</li>
|
||||||
{%- endmacro -%}
|
{%- endmacro -%}
|
||||||
<ul class="web-graphics">
|
<ul class="web-graphics">
|
||||||
{{ prideButton("progress", "Progress Flag by Daniel Quasar (2018)") }}
|
{{ prideButton("progress", "Progress Flag by Daniel Quasar (2018)") }}
|
||||||
@ -211,4 +211,4 @@ eleventyComputed:
|
|||||||
<section class="content__section">
|
<section class="content__section">
|
||||||
<h2>Support Me</h2>
|
<h2>Support Me</h2>
|
||||||
{% include "main/support-me.njk" %}
|
{% include "main/support-me.njk" %}
|
||||||
</section>
|
</section>
|
||||||
|
@ -8,10 +8,10 @@ eleventyNavigation:
|
|||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
{% for category in collections.categories %}
|
{% for category in collections.categories %}
|
||||||
{% set categoryUrl %}/categories/{{ category | slugify }}/{% endset %}
|
{% set categoryUrl %}/categories/{{ category | slugify }}/{% endset %}
|
||||||
{% set categoryPostCount = collections.contents | filterByCategory(category) | length %}
|
{% set categoryPostCount = collections.contents | filterByCategory(category) | length %}
|
||||||
<li><a href="{{ categoryUrl }}">{{ category }}</a> ({{ categoryPostCount }})</li>
|
<li><a href="{{ categoryUrl }}">{{ category }}</a> ({{ categoryPostCount }})</li>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<p>See all contents on this website in the <a href="/archive/">archive</a>.</p>
|
<p>See all contents on this website in the <a href="/archive/">archive</a>.</p>
|
||||||
|
@ -16,10 +16,10 @@ eleventyNavigation:
|
|||||||
|
|
||||||
<h2>Latest Changelogs</h2>
|
<h2>Latest Changelogs</h2>
|
||||||
{% for log in changelogs %}
|
{% for log in changelogs %}
|
||||||
<h3 class="date-style"><time datetime="{{ log.date }}">{{ log.date | formatDate }}</time></h3>
|
<h3 class="date-style"><time datetime="{{ log.date }}">{{ log.date | formatDate }}</time></h3>
|
||||||
{{ log.content | safe }}
|
{{ log.content | safe }}
|
||||||
{%- endfor %}
|
{%- endfor %}
|
||||||
|
|
||||||
{% include "global/pagination-oldnew.njk" %}
|
{% include "global/pagination-oldnew.njk" %}
|
||||||
|
|
||||||
{%- css %}* + h2, * + h3 { margin-top: 1.5em; }{% endcss %}
|
{%- css %}* + h2, * + h3 { margin-top: 1.5em; }{% endcss %}
|
||||||
|
@ -10,25 +10,25 @@ eleventyNavigation:
|
|||||||
---
|
---
|
||||||
|
|
||||||
{%- macro virtualPet(url, img, alt, tooltip=alt) -%}
|
{%- macro virtualPet(url, img, alt, tooltip=alt) -%}
|
||||||
<li data-tooltip>
|
<li data-tooltip>
|
||||||
<a href="{{ url }}" data-tooltip-trigger title="{{ tooltip }}">
|
<a href="{{ url }}" data-tooltip-trigger title="{{ tooltip }}">
|
||||||
<img src="{{ img }}" alt="{{ alt }}" loading="lazy">
|
<img src="{{ img }}" alt="{{ alt }}" loading="lazy">
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
{%- endmacro -%}
|
{%- endmacro -%}
|
||||||
|
|
||||||
{%- macro myPixelArt(file, alt, tooltip=alt) -%}
|
{%- macro myPixelArt(file, alt, tooltip=alt) -%}
|
||||||
<li data-tooltip>
|
<li data-tooltip>
|
||||||
<img src="/assets/adoptables/{{ file }}" alt="{{ alt }}" data-tooltip-trigger title="{{ tooltip }}" loading="lazy" tabindex="0">
|
<img src="/assets/adoptables/{{ file }}" alt="{{ alt }}" data-tooltip-trigger title="{{ tooltip }}" loading="lazy" tabindex="0">
|
||||||
</li>
|
</li>
|
||||||
{%- endmacro -%}
|
{%- endmacro -%}
|
||||||
|
|
||||||
{%- macro adoptable(url, file, alt, tooltip=alt) -%}
|
{%- macro adoptable(url, file, alt, tooltip=alt) -%}
|
||||||
<li data-tooltip>
|
<li data-tooltip>
|
||||||
<a href="{{ url }}" data-tooltip-trigger title="{{ tooltip }}">
|
<a href="{{ url }}" data-tooltip-trigger title="{{ tooltip }}">
|
||||||
<img src="/assets/adoptables/{{ file }}" alt="{{ alt }}" loading="lazy">
|
<img src="/assets/adoptables/{{ file }}" alt="{{ alt }}" loading="lazy">
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
{%- endmacro -%}
|
{%- endmacro -%}
|
||||||
|
|
||||||
<section class="content__section">
|
<section class="content__section">
|
||||||
@ -156,4 +156,4 @@ eleventyNavigation:
|
|||||||
{{ adoptable("https://xandra.cc/codejam/vacation/", "32bitcafe-vacation/alexandra-stamp.png", "Alexandra's stamp") }}
|
{{ adoptable("https://xandra.cc/codejam/vacation/", "32bitcafe-vacation/alexandra-stamp.png", "Alexandra's stamp") }}
|
||||||
{{ adoptable("https://ribo.zone/sunday/fish/", "32bitcafe-vacation/ribose-riverfish.png", "Ribose's fishing button") }}
|
{{ adoptable("https://ribo.zone/sunday/fish/", "32bitcafe-vacation/ribose-riverfish.png", "Ribose's fishing button") }}
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
|
@ -24,20 +24,20 @@ eleventyComputed:
|
|||||||
<section class="content__section">
|
<section class="content__section">
|
||||||
<h2>Blog Posts</h2>
|
<h2>Blog Posts</h2>
|
||||||
<ul class="blog__posts">
|
<ul class="blog__posts">
|
||||||
{% for post in postList %}
|
{% for post in postList %}
|
||||||
<li class="blog__post">
|
<li class="blog__post">
|
||||||
<h3 class="blog__post--title">
|
<h3 class="blog__post--title">
|
||||||
<a href="{{ post.url }}">
|
<a href="{{ post.url }}">
|
||||||
{% if post.data.title %}{{ post.data.articleTitle }}
|
{% if post.data.title %}{{ post.data.articleTitle }}
|
||||||
{% else %}
|
{% else %}
|
||||||
<code>{{ post.url }}</code>
|
<code>{{ post.url }}</code>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</a>
|
</a>
|
||||||
</h3>
|
</h3>
|
||||||
<p class="blog__post--time"><time datetime="{{ post.date }}">{{ post.date | formatDate }}</time></p>
|
<p class="blog__post--time"><time datetime="{{ post.date }}">{{ post.date | formatDate }}</time></p>
|
||||||
<p>{{ post.data.desc }}</p>
|
<p>{{ post.data.desc }}</p>
|
||||||
</li>
|
</li>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
{% include "global/pagination-oldnew.njk" %}
|
{% include "global/pagination-oldnew.njk" %}
|
||||||
@ -71,4 +71,4 @@ eleventyComputed:
|
|||||||
color: var(--clr-sub-heading);
|
color: var(--clr-sub-heading);
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
}
|
}
|
||||||
{% endcss %}
|
{% endcss %}
|
||||||
|
@ -17,18 +17,18 @@ eleventyComputed:
|
|||||||
{% container "section", "content__section" %}
|
{% container "section", "content__section" %}
|
||||||
## My Code Projects
|
## My Code Projects
|
||||||
<ul>
|
<ul>
|
||||||
{%- for project in collections["code projects"] -%}
|
{%- for project in collections["code projects"] -%}
|
||||||
<li><a href="{{ project.url }}">{{ project.data.title }}</a> — {{ project.data.desc }}</li>
|
<li><a href="{{ project.url }}">{{ project.data.title }}</a> — {{ project.data.desc }}</li>
|
||||||
{%- endfor -%}
|
{%- endfor -%}
|
||||||
</ul>
|
</ul>
|
||||||
{% endcontainer %}
|
{% endcontainer %}
|
||||||
|
|
||||||
{% container "section", "content__section" %}
|
{% container "section", "content__section" %}
|
||||||
## My Code Snippets
|
## My Code Snippets
|
||||||
<ul>
|
<ul>
|
||||||
{%- for snippet in collections["code snippets"] -%}
|
{%- for snippet in collections["code snippets"] -%}
|
||||||
<li><a href="{{ snippet.url }}">{{ snippet.data.title }}</a> — {{ snippet.data.desc }}</li>
|
<li><a href="{{ snippet.url }}">{{ snippet.data.title }}</a> — {{ snippet.data.desc }}</li>
|
||||||
{%- endfor -%}
|
{%- endfor -%}
|
||||||
</ul>
|
</ul>
|
||||||
{% endcontainer %}
|
{% endcontainer %}
|
||||||
|
|
||||||
@ -45,11 +45,11 @@ My drawings can be found on my art blog on Tumblr:
|
|||||||
|
|
||||||
I have created mods (short for "modifications") for the following video games:
|
I have created mods (short for "modifications") for the following video games:
|
||||||
<ul>
|
<ul>
|
||||||
{%- for mods in collections["video game mods"] -%}
|
{%- for mods in collections["video game mods"] -%}
|
||||||
<li>
|
<li>
|
||||||
<a href="{{ mods.url }}">{{ mods.data.title }}</a>
|
<a href="{{ mods.url }}">{{ mods.data.title }}</a>
|
||||||
</li>
|
</li>
|
||||||
{%- endfor -%}
|
{%- endfor -%}
|
||||||
</ul>
|
</ul>
|
||||||
{% endcontainer %}
|
{% endcontainer %}
|
||||||
|
|
||||||
@ -63,4 +63,4 @@ You can check out the playlists I have made on [my dedicated page](./playlists/)
|
|||||||
## My Characters
|
## My Characters
|
||||||
|
|
||||||
I have created my own characters for various media and universes. [You can check out my characters here](https://www.notion.so/leilukin/Leilukin-s-Characters-b377e277f01b4474945e85cf4cb15ada?pvs=4).
|
I have created my own characters for various media and universes. [You can check out my characters here](https://www.notion.so/leilukin/Leilukin-s-Characters-b377e277f01b4474945e85cf4cb15ada?pvs=4).
|
||||||
{% endcontainer %}
|
{% endcontainer %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user