Updated readme file + _index.md
This commit is contained in:
parent
708bc19825
commit
e41fd46f40
@ -6,12 +6,13 @@
|
||||
|
||||
## Features
|
||||
|
||||
* Fast (**1kb of CSS!**)
|
||||
* Light, dark and auto modes
|
||||
* Fast (**under 3kb of CSS!**)
|
||||
* Light, dark, clean, retro color schemes and auto mode adapting to the browser/system
|
||||
* Responsive
|
||||
* Content first (typography optimized for maximum readability)
|
||||
* RSS feed (using Hugo's embedded RSS template)
|
||||
* MathJax support
|
||||
* Supporting details HTML tag
|
||||
|
||||
## Installation
|
||||
|
||||
@ -50,6 +51,7 @@ The `index.md` page should use layout `home`, which is the layout that displays
|
||||
|
||||
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`.
|
||||
|
||||
You can also add footer. Just edit ..nostyleplease/layouts/footer.md.
|
||||
### Adding table of contents
|
||||
|
||||
You can add a table of contents by supplying the `toc: true` param to your post front matter. If you want a border around it you can also set `tocBorder: true`. The toc style behavior is handled by Goldmark and the defaults can be found in the `config.toml` file.
|
||||
@ -66,7 +68,7 @@ For example, if you have a black and white image it could make sense to invert i
|
||||
|
||||
## Contributing
|
||||
|
||||
Bug reports and pull requests are welcome on GitHub at https://github.com/Masellum/hugo-theme-nostyleplease.
|
||||
Bug reports and pull requests are welcome on GitHub at https://github.com/hanwenguo/hugo-theme-nostyleplease/.
|
||||
|
||||
## Thanks
|
||||
|
||||
|
@ -3,3 +3,4 @@ title = ""
|
||||
date = 2022-08-25T21:30:04+08:00
|
||||
draft = false
|
||||
+++
|
||||
To edit this find file nostyleplease/content/_index.md
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 1.2 MiB After Width: | Height: | Size: 737 KiB |
Loading…
x
Reference in New Issue
Block a user