Content and configuration
Normally it's necessary to know html, css and javascript to build a app. That is not necessary for this app. The only thing you need to learn is markdown-syntax to write your content - almost like you write your content in ms-word or another text-editor. The configuration is a little bit more tricky (but there isn't much we need to do about it).
Content
Look on the content in content-directory, if there is content. If you are using the template, there shouldn't be any content. Then you can copy/past the content/folder from one of this repos:
The last repo is the best repo with a lot of examples of use in the markdown-files.
Template-related topic
The app.config- and nuxt.config-file holds the constants and configuration of the app.
Change the constants and configurations as you want.
Please get in touch if you have problems! If you allow me to help you, I will be very happy. Click my name Kyrie Eleison
to write a question to me.
Updating this content if I get respond on that it is needed.
Pagefind search
The search-functionality on the website is from the pagefind
-package.
If you not are using this repo as a template, you have to add npx pagefind
to the generate-script in package.json, like this:
# Only on updating to a newer version of the app
"scripts": {
"generate": "nuxt generate && npx pagefind"
}
Read the pagefind.yml
and pagefind.playground.bat
in the root folder to get knowledge about using pagefind in .playground
.