configure SEO metadata
- define homepage in package.json - define author in package.json - define contributors in package.json - map description to UI model - map tagline to UI model - move title to tagline and set title as AsciiDoc - add README - add summary image
README.adoc
0 → 100644
... | ... | @@ -2,6 +2,13 @@ |
"name": "asciidoc.org", | ||
"private": true, | ||
"version": "1.0.0", | ||
"author": "AsciiDoc Working Group", | ||
"contributors": [ | ||
"Guillaume Grossetie <ggrossetie@yuzutech.fr>", | ||
"Dan Allen <dan@opendevise.com>", | ||
"Sarah White <sarah@opendevise.com>" | ||
], | ||
"homepage": "https://asciidoc.org", | ||
"license": "EPL-2.0", | ||
"scripts": { | ||
"lint": "npm run lint:js && npm run lint:css", | ||
... | ... |
20.8 KB