Add technical information to About page
This commit is contained in:
parent
4ed5a38efc
commit
d0a5ecdb96
|
@ -439,6 +439,12 @@
|
|||
<p>If you also have a Neocities account, you can follow this site through its <a href="https://neocities.org/site/leilukin" target="_blank">Neocities profile</a>.</p>
|
||||
|
||||
<img src="/assets/banners/hosted-by-neocities.png" alt="A website button with Penelope the cat, the mascot of Neocities, and the text 'hosted by neocities'" title="Hosted by Neocities" style="margin-top: 0.5em;">
|
||||
|
||||
<h3>Technical Information</h3>
|
||||
|
||||
<p>This website is built with the static site generator <a href="https://www.11ty.dev/" target="_blank">Eleventy</a>. Nunjucks and Markdown are the templating languages used for creating pages of this site.</p>
|
||||
|
||||
<p>This website is deployed to Neocities from a GitHub repository through the GitHub action <a href="https://deploy-to-neocities.neocities.org/" target="_blank">deploy-to-neocities</a>.</p>
|
||||
</section>
|
||||
|
||||
<sectioin class="content__section">
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<subtitle>Leilukin's personal website.</subtitle>
|
||||
<link href="https://leilukin.neocities.org/feed.xml" rel="self"/>
|
||||
<link href="https://leilukin.neocities.org"/>
|
||||
<updated>2024-05-10T02:32:54Z</updated>
|
||||
<updated>2024-05-10T04:48:57Z</updated>
|
||||
<id>https://leilukin.neocities.org</id>
|
||||
<author>
|
||||
<name>Leilukin</name>
|
||||
|
|
|
@ -26,6 +26,12 @@ eleventyNavigation:
|
|||
<p>If you also have a Neocities account, you can follow this site through its <a href="https://neocities.org/site/leilukin" target="_blank">Neocities profile</a>.</p>
|
||||
|
||||
<img src="/assets/banners/hosted-by-neocities.png" alt="A website button with Penelope the cat, the mascot of Neocities, and the text 'hosted by neocities'" title="Hosted by Neocities" style="margin-top: 0.5em;">
|
||||
|
||||
<h3>Technical Information</h3>
|
||||
|
||||
<p>This website is built with the static site generator <a href="https://www.11ty.dev/" target="_blank">Eleventy</a>. Nunjucks and Markdown are the templating languages used for creating pages of this site.</p>
|
||||
|
||||
<p>This website is deployed to Neocities from a GitHub repository through the GitHub action <a href="https://deploy-to-neocities.neocities.org/" target="_blank">deploy-to-neocities</a>.</p>
|
||||
</section>
|
||||
|
||||
<sectioin class="content__section">
|
||||
|
|
Loading…
Reference in New Issue