Compare commits
2 Commits
2963114feb
...
463382f712
Author | SHA1 | Date |
---|---|---|
Nexan | 463382f712 | |
Nexan | 9aba584ad1 |
|
@ -13,7 +13,10 @@
|
|||
"ftp-deploy": "^2.4.5"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "npx @11ty/eleventy --serve --watch",
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"lint": "eslint .",
|
||||
"lint:fix": "eslint . --fix",
|
||||
"build": "npx @11ty/eleventy"
|
||||
},
|
||||
"keywords": [],
|
||||
|
|
|
@ -4,7 +4,7 @@ title: Resources | Ashes of Amethyst
|
|||
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>
|
||||
<h2>Guides</h2>
|
||||
<p>Here we will list active guides we are using for high-level duties, special events, and more</p>
|
||||
|
|
Loading…
Reference in New Issue