changed a few files

removed the birds thing (why was that still there?), removed "*.liquid" references in source files, and adjusted the configs
main
Nexan 2024-01-19 19:29:39 -06:00
parent 9bdcd90e4b
commit a25ebc3768
10 changed files with 10 additions and 20 deletions

View File

@ -11,6 +11,6 @@ module.exports = function(eleventyConfig) {
return {
markdownTemplateEngine: "liquid",
input: "src",
output: "_site"
output: "_site",
};
}

View File

@ -1,3 +0,0 @@
package.json
README.md
CHANGELOG.md

View File

@ -1,10 +1,3 @@
---
birds:
- robin
- finch
- sparrow
---
{% include header.liquid %}
<div id="flex">

View File

@ -1,5 +1,5 @@
<footer id="footer">
<p xmlns:cc="http://creativecommons.org/ns#" xmlns:dct="http://purl.org/dc/terms/"><a property="dct:title" rel="cc:attributionURL" href="https://ashesofamethyst.neocities.org">Ashes of Amethyst</a> by <a rel="cc:attributionURL dct:creator" property="cc:attributionName" href="https://nexxy.co">Nexan</a> is licensed under <a href="http://creativecommons.org/licenses/by-nc-nd/4.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC BY-NC-ND 4.0<img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/cc.svg?ref=chooser-v1"><img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/by.svg?ref=chooser-v1"><img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/nc.svg?ref=chooser-v1"><img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/nd.svg?ref=chooser-v1"></a></p>
&copy; 2024 Ashes of Amethyst
</footer>
</div> <!-- container -->
</body>

6
package-lock.json generated
View File

@ -1607,9 +1607,9 @@
"dev": true
},
"node_modules/morphdom": {
"version": "2.7.1",
"resolved": "https://registry.npmjs.org/morphdom/-/morphdom-2.7.1.tgz",
"integrity": "sha512-LwrrjplMolniWtOGluKF1EHZ0y78Fa4sq7f/MXCydyNkDof+POf+ruCn+k08l7H7b/JISfRo8Zd0HazuqySY9w==",
"version": "2.7.2",
"resolved": "https://registry.npmjs.org/morphdom/-/morphdom-2.7.2.tgz",
"integrity": "sha512-Dqb/lHFyTi7SZpY0a5R4I/0Edo+iPMbaUexsHHsLAByyixCDiLHPHyVoKVmrpL0THcT7V9Cgev9y21TQYq6wQg==",
"dev": true
},
"node_modules/ms": {

View File

@ -1,5 +1,5 @@
---
layout: base.liquid
layout: base
title: About
permalink: about.html
---

View File

@ -1,5 +1,5 @@
---
layout: base.liquid
layout: base
title: Ashes of Amethyst
permalink: index.html
---

View File

@ -1,5 +1,5 @@
---
layout: base.liquid
layout: base
title: Ashes of Amethyst
permalink: leadership.html
---

View File

@ -1,5 +1,5 @@
---
layout: base.liquid
layout: base
title: Ashes of Amethyst
permalink: recruitment.html
---

View File

@ -1,5 +1,5 @@
---
layout: base.liquid
layout: base
title: Resources | Ashes of Amethyst
permalink: resources.html
---