mirror of https://github.com/lxndrblz/anatole.git

Alexander Bilz
18.41.2020 3d8b3d504980e154ca98295daa830be767485211
📝 Added additional documentation for mainSections parameter
2 files modified
8 ■■■■ changed files
README.md 7 ●●●● patch | view | raw | blame | history
exampleSite/config.toml 1 ●●●● patch | view | raw | blame | history
README.md
@@ -127,7 +127,12 @@
  Content-Security-Policy:  base-uri 'self'; connect-src 'self'; default-src 'self'; frame-ancestors 'none'; font-src 'self' stackpath.bootstrapcdn.com; img-src 'self'; object-src 'none'; script-src 'self'; style-src 'self' stackpath.bootstrapcdn.com;
  Strict-Transport-Security: max-age=63072000; includeSubDomains; preload
```
### Configurable pagination section
You can configure the pages shown on the front page by altering the `mainSections` parameter:
```toml
[params]
  mainSections = ["post", "docs"]
```
## License
Anatole is licensed under the [MIT license](https://github.com/lxndrblz/anatole/blob/master/LICENSE).
exampleSite/config.toml
@@ -20,6 +20,7 @@
keywords = ""
favicon = "favicons/"
customCss = []
mainSections = ["post"]
## Math settings
[params.math]