added two scripts (lint and lint-fix) to the package, fixed the header of the Resources page
parent
2963114feb
commit
9aba584ad1
|
@ -14,6 +14,8 @@
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"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": [],
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue