Copy writing template and update permalink
and id
.
Add link on ./index.md
Do a local build test (see below).
Check spelling
cspell lint "**/*.md"
bundle install
bundle exec jekyll serve --watch
https://jekyllrb.com/docs/structure/
setting URL use permalink in each page .html is optional
{{Display Text}} Reading in the Original Or just have links be themselves, rather than plaintext: https://kramdown.gettalong.org/syntax.html#automatic-links
Use H6 for footnotes, like:
Prettier in .prettierrc based on Collabswarm Are changes?
yarn prettier --check .
Dry run
yarn prettier --write .
Execute
yarn prettier --write .