Compare commits

...

2 Commits

2 changed files with 4 additions and 1 deletions

View File

@ -13,7 +13,10 @@
"ftp-deploy": "^2.4.5" "ftp-deploy": "^2.4.5"
}, },
"scripts": { "scripts": {
"start": "npx @11ty/eleventy --serve --watch",
"test": "echo \"Error: no test specified\" && exit 1", "test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"build": "npx @11ty/eleventy" "build": "npx @11ty/eleventy"
}, },
"keywords": [], "keywords": [],

View File

@ -4,7 +4,7 @@ title: Resources | Ashes of Amethyst
permalink: resources.html permalink: resources.html
--- ---
<h1>Welcome to my Layout Maker!</h1> <h1>Helpful Resources</h1>
<p>This page is for links to, and examples of, resources that we, as a Free Company, find useful. There will be links to websites, webpages, guides, and more.</p> <p>This page is for links to, and examples of, resources that we, as a Free Company, find useful. There will be links to websites, webpages, guides, and more.</p>
<h2>Guides</h2> <h2>Guides</h2>
<p>Here we will list active guides we are using for high-level duties, special events, and more</p> <p>Here we will list active guides we are using for high-level duties, special events, and more</p>