diff --git a/README.md b/README.md index 23dd4aa..291da15 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,12 @@ A personal website to host different ideas and keep a history of how they evolve (in Git!) -This static website is generated using SvelteKit. The steps to build are in [`build.sh`](./build.sh) +This static website is generated using SvelteKit. To build: `cd app && npm run build` If needed, use the latest node version with something like `nvm use node` -To do dev work: `npm run dev` +To do dev work: `cd app && npm run dev` -The content of the website is stored in `app/static/writingt` as Markdown files and converted to HTML dynamically using the [marked](https://github.com/markedjs/marked) library. +The content of the website is stored in `app/static/writing` as Markdown files and converted to HTML dynamically using the [marked](https://github.com/markedjs/marked) library. -Semantic HTML is used whenever reasonable (it's hard!). +[Semantic HTML](https://developer.mozilla.org/en-US/docs/Glossary/Semantics) is used whenever reasonable (it's hard!).