Hi, thank you for this fantastic fork I have question but I also have some suggestions for changes that I have implemented on my site locally.
My suggestions to improve theme:
1. Border around table of content. It's set in css to "black". I moved in css ".toc" to theme switcher and changed color to link color. If you create your own color-theme it will be useful. Also in dark theme it will look better.
3. As you can see I added "retro" appearance. :) Maybe worth to be added.
And I have question about this theme.
4. I want to publish posts in categories (for example "technology" and "diy"). How edit menu.toml to show a list from one category?
5. I dont understand this part of README.
The index.md page should use layout home, which is the layout that displays the menu. If you want to have some content after the menu, you can just add that content in the _index.md file, and it will automatically show under the menu.
Another thing you can do to customize the index page is show the description of your blog between the title and the menu. To do this, just edit config.toml and change params.theme_config.show_description to true.
If I edit _index.md - text appear between title and menu - not under. Second - in which file I should put description? I dont have index.md file.
Hi, thank you for this fantastic fork I have question but I also have some suggestions for changes that I have implemented on my site locally.
My suggestions to improve theme:
1. Border around table of content. It's set in css to "black". I moved in css ".toc" to theme switcher and changed color to link color. If you create your own color-theme it will be useful. Also in dark theme it will look better.
2. I done the same with color of highlight (it appears after clicking in link in table of content). To do that I added more colors in color schemes.
3. As you can see I added "retro" appearance. :) Maybe worth to be added.
And I have question about this theme.
4. I want to publish posts in categories (for example "technology" and "diy"). How edit menu.toml to show a list from one category?
5. I dont understand this part of README.
If I edit _index.md - text appear between title and menu - not under. Second - in which file I should put description? I dont have index.md file.