add editing menu to readme

This commit is contained in:
bettina 2024-09-25 13:47:47 +02:00
commit cb8a3d9b50

View file

@ -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**