Skip to content
Discussion options

You must be logged in to vote

I found the issue in your seup, in particular your categories metadata. The files you have under content/categories/ is not created properly. If you delete these .md files temporarily, the categories appear:

What you need to do instead is create a folder for each category under content/categories, then place the md file inside, after renaming it to _index.md, also svg picture if you want a logo for each category.
Final result would look like this:

├── How-to AWS
│   ├── aws.svg
│   └── _index.md
├── How-to Docker
│   ├── docker.svg
│   └── _index.md
├── How-to Kubernetes
│   ├── _index.md
│   └── kubernetes.svg
├── How-to Linux
│   ├── _index.md
│   └── linux.svg
├── How-to MacOS
│   ├──…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@goldsheep3
Comment options

Answer selected by goldsheep3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants