Skip to content
Snippets Groups Projects
Commit cdf4632f authored by Nils Windisch's avatar Nils Windisch :coffee:
Browse files

docs: fix typo

parent 62182e5a
No related branches found
No related tags found
No related merge requests found
Pipeline #202453 passed
......@@ -4,7 +4,7 @@
- `$ git clone git@gitlab.gwdg.de:subugoe/ahiqar/website.git`
- `$ nvm use` *to make sure you use the required node version*
- `$ npm i` *to install al dependencies*
- `$ npm run dev` *to get a running (locally) webseite at [`http://localhost:8080/`](http://localhost:8080/)*
- `$ npm run dev` *to get a running (locally) website at [`http://localhost:8080/`](http://localhost:8080/)*
## Edit Content
......@@ -14,12 +14,12 @@ Gitlab's Web IDE can be used as well as a checkout-edit-locally-and-commit-workf
You can either open a branch for edits and use [Gitlab's environment feature](https://gitlab.gwdg.de/subugoe/ahiqar/website/-/environments) to preview changes or use the master branch.
Be aware that if you use Gitlab's web IDE the changelog can't reflect the changes. This is not ideal, so please go the checkout-edit-locally-and-commit-workflow route and don't skip commit hooks and use the approriate commit message category and write clear commit messages.
Be aware that if you use Gitlab's web IDE the changelog can't reflect the changes. This is not ideal, so please go the checkout-edit-locally-and-commit-workflow route and don't skip commit hooks and use the appropriate commit message category and write clear commit messages.
Basically the general rules on how to format markdown apply, but to have it properly styled you have to use vuetify styles (see below). The general markdown formating rules are avialable e. g. [at Github](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet)
Basically the general rules on how to format markdown apply, but to have it properly styled you have to use vuetify styles (see below). The general markdown formatting rules are available e. g. [at Github](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet)
To format content blocks take the [vuetify UI library styles](https://vuetifyjs.com/en/getting-started/) *(look for "Styles and animations" in the left menu)* as a reference - e.g. [vuetify typography reference](https://vuetifyjs.com/en/styles/text-and-typography/).
If you want to get an idea why things look the way they look already, peek into existing files and inspect the { } parts - [like here at the homepage](https://gitlab.gwdg.de/subugoe/ahiqar/website/-/blob/main/src/index.md).
Images and files can be added too, a description on how to do that is not neccessary atm, since it's not a project requirement.
Images and files can be added too, a description on how to do that is not necessary atm, since it's not a project requirement.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment