Commit graph

9 commits

Author SHA1 Message Date
Alexandros
3dd21719f1 Update Content (#33) 2019-02-23 17:27:49 +01:00
Alexandros
8357e46a5e Add Posts Type (#31)
This PR adds a `type = "posts"` for themes that need it. 

Most notably [Hyde Hyde](https://themes.gohugo.io/theme/hyde-hyde/) that currently has its index page empty will have it populated with posts once again.

If more themes need different content types I will see whether it is possible to turn `type` into an array to add more of these.
2019-02-22 08:46:58 +01:00
Alexandros
d5a9c64a7c Move menu configuration in config.toml (#25) 2019-02-20 20:30:20 +01:00
Alexandros
895ce916d5 Re-add Series Taxonomy with 2nd config (#23) 2019-02-20 14:14:52 +01:00
Alexandros
b92f88f27c Revert "Add Series Taxonomy (#19)" (#22)
This reverts commit 4e47e94a69.

A [great number](https://app.netlify.com/sites/hugothemes/deploys/5c6936d1dddaef000819a6e8) of theme demos on the website broke because of this commit due to the following:

- Series is on the predefined frontmatter variable lists due to its use in the internal opengraph template.
- Series is predefined as an array whereas I entered it as a string.
- Also series needs to be defined as a Taxonomy in the config of an exampleSite. Since the config is inherited by theme authors if they have not defined the series taxonomy then their demo will again break.

**NOTE**
I will be more rigorous with testing before sending more PRs.

cc: @digitalcraftsman
2019-02-19 16:21:58 +01:00
Alexandros
4e47e94a69 Add Series Taxonomy (#19)
Closes #18
2019-02-17 11:03:17 +01:00
Anthony Fok
3b9de18696
Fix minor typos and update copyright year 2018-05-17 12:47:47 -06:00
spf13
3c34eb049f Adding a menu to the content example site 2014-04-26 16:24:08 -06:00
spf13
875efde235 Example site for themes 2014-04-26 16:00:10 -06:00