add editing menu to readme
This commit is contained in:
parent
8833adb56f
commit
cb8a3d9b50
1 changed files with 9 additions and 0 deletions
|
|
@ -19,6 +19,7 @@ Production site: <a target="_blank" href="https://verua.swiss/" rel="nofollow">v
|
||||||
## Table of Contents
|
## Table of Contents
|
||||||
|
|
||||||
- [Usage / Update Content](#usage--update-content)
|
- [Usage / Update Content](#usage--update-content)
|
||||||
|
- [Editing Menu](#editing-menu)
|
||||||
- [Editing Content](#editing-content)
|
- [Editing Content](#editing-content)
|
||||||
- [Show ALERT-message on index-page](#show-alert-message-on-index-page)
|
- [Show ALERT-message on index-page](#show-alert-message-on-index-page)
|
||||||
- [Images](#images)
|
- [Images](#images)
|
||||||
|
|
@ -56,6 +57,13 @@ git push -u origin main
|
||||||
|
|
||||||
[⬆](#table-of-contents)
|
[⬆](#table-of-contents)
|
||||||
|
|
||||||
|
### Editing Menu
|
||||||
|
|
||||||
|
Edit **menu-entries** unter
|
||||||
|
|
||||||
|
* config/_default/menus.de.toml and
|
||||||
|
* config/_default/menus.fr.toml
|
||||||
|
|
||||||
### Editing Content
|
### Editing Content
|
||||||
|
|
||||||
The content is written in the [markdown](https://www.markdownguide.org/getting-started/) format. You also use html tags to format your content but the ending still stays .md for markdown. These files are found in the `content` folder. For linking german and french content, you use the translation key syntax. This means that you put a key in the frontmatter of both files you want to link to.
|
The content is written in the [markdown](https://www.markdownguide.org/getting-started/) format. You also use html tags to format your content but the ending still stays .md for markdown. These files are found in the `content` folder. For linking german and french content, you use the translation key syntax. This means that you put a key in the frontmatter of both files you want to link to.
|
||||||
|
|
@ -71,6 +79,7 @@ For example, the german version of the VeruA.ch website is located in the `conte
|
||||||
|
|
||||||
[⬆](#table-of-contents)
|
[⬆](#table-of-contents)
|
||||||
|
|
||||||
|
|
||||||
### Show ALERT-message on index-page
|
### Show ALERT-message on index-page
|
||||||
|
|
||||||
For a important message on start-page use the text-part in hugoplate under **themes/hugoplate/layouts/index.html**
|
For a important message on start-page use the text-part in hugoplate under **themes/hugoplate/layouts/index.html**
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue