mirror of
https://github.com/draussenfunker/draussenfunker.github.io.git
synced 2025-12-31 08:29:17 +00:00
expanded readme
This commit is contained in:
parent
c2cacc5ab4
commit
b4ba94a839
1 changed files with 11 additions and 1 deletions
12
README.md
12
README.md
|
|
@ -7,4 +7,14 @@ Install Nodejs Version 14.
|
|||
|
||||
Run `yarn install` to install the required packages.
|
||||
Run `yarn dev` to start the local development environment.
|
||||
Push to `main` branch to deploy the website.
|
||||
Push to `main` branch to deploy the website.
|
||||
|
||||
## Editing
|
||||
|
||||
Vuepress uses Markdown. Documentation on how to use it, is readily avaible.
|
||||
You can use Frontmatter to change layout and other settings per page: [https://v2.vuepress.vuejs.org/reference/default-theme/frontmatter.html](https://v2.vuepress.vuejs.org/reference/default-theme/frontmatter.html)
|
||||
|
||||
Inside the `docs` folder, you'll find several files and folders.
|
||||
The file `docs/blog/helloworld.md` will be rendered to `/blog/helloworld`, the `docs/blog/readme.md` will be rendered to `/blog/`
|
||||
|
||||
Images and other assets can be placed into the public dir. `docs/.vuepress/public/images/example.png` and be accessed in the browser via `/images/example.png`.
|
||||
Loading…
Add table
Add a link
Reference in a new issue