From cb8a3d9b50ec3bb538bf279d9809954e8f725f90 Mon Sep 17 00:00:00 2001 From: bettina Date: Wed, 25 Sep 2024 13:47:47 +0200 Subject: [PATCH] add editing menu to readme --- readme.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/readme.md b/readme.md index 8b62a0d..94d0fe6 100755 --- a/readme.md +++ b/readme.md @@ -19,6 +19,7 @@ Production site: v ## Table of Contents - [Usage / Update Content](#usage--update-content) + - [Editing Menu](#editing-menu) - [Editing Content](#editing-content) - [Show ALERT-message on index-page](#show-alert-message-on-index-page) - [Images](#images) @@ -56,6 +57,13 @@ git push -u origin main [⬆](#table-of-contents) +### Editing Menu + +Edit **menu-entries** unter + +* config/_default/menus.de.toml and +* config/_default/menus.fr.toml + ### 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. @@ -71,6 +79,7 @@ For example, the german version of the VeruA.ch website is located in the `conte [⬆](#table-of-contents) + ### 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**