Remove series taxonomy from example sites
This commit is contained in:
parent
d8461318ef
commit
518f134ac2
@ -80,7 +80,7 @@ Check config/example usage in [exampleSiteMultilingual](https://github.com/Mitri
|
|||||||
|
|
||||||
### Robots.txt
|
### Robots.txt
|
||||||
Based on environment.
|
Based on environment.
|
||||||
For production — allow all, for other — disallow all
|
For production — allow all, for other — disallow all.
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|
||||||
|
@ -37,4 +37,3 @@ googleAnalytics = ""
|
|||||||
[taxonomies]
|
[taxonomies]
|
||||||
category = "categories"
|
category = "categories"
|
||||||
tag = "tags"
|
tag = "tags"
|
||||||
series = "series"
|
|
@ -13,7 +13,6 @@ categories = [
|
|||||||
"themes",
|
"themes",
|
||||||
"syntax",
|
"syntax",
|
||||||
]
|
]
|
||||||
series = ["Themes Guide"]
|
|
||||||
aliases = ["migrate-from-jekyl"]
|
aliases = ["migrate-from-jekyl"]
|
||||||
+++
|
+++
|
||||||
|
|
||||||
|
@ -60,4 +60,3 @@ googleAnalytics = ""
|
|||||||
[taxonomies]
|
[taxonomies]
|
||||||
category = "categories"
|
category = "categories"
|
||||||
tag = "tags"
|
tag = "tags"
|
||||||
series = "series"
|
|
@ -13,7 +13,6 @@ categories = [
|
|||||||
"themes",
|
"themes",
|
||||||
"syntax",
|
"syntax",
|
||||||
]
|
]
|
||||||
series = ["Themes Guide"]
|
|
||||||
aliases = ["migrate-from-jekyl"]
|
aliases = ["migrate-from-jekyl"]
|
||||||
+++
|
+++
|
||||||
|
|
||||||
|
@ -13,7 +13,6 @@ categories = [
|
|||||||
"themes",
|
"themes",
|
||||||
"syntax",
|
"syntax",
|
||||||
]
|
]
|
||||||
series = ["Themes Guide"]
|
|
||||||
aliases = ["migrate-from-jekyl"]
|
aliases = ["migrate-from-jekyl"]
|
||||||
+++
|
+++
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user