Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jonathanjanssens/hugo-casper3.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Janssens <jonathan.janssens@gmail.com>2019-11-19 11:37:11 +0300
committerJonathan Janssens <jonathan.janssens@gmail.com>2019-11-19 11:37:11 +0300
commit77d8d78f234ed17751709dd0c2dd418f8f1f1889 (patch)
tree8fb54544982074a80b177446198930135cbafb19
parent4ff23e32234b99b15ac8a691c7c25a27c05093ca (diff)
fix: readme
-rw-r--r--README.md14
1 files changed, 4 insertions, 10 deletions
diff --git a/README.md b/README.md
index a0da4f1..a041868 100644
--- a/README.md
+++ b/README.md
@@ -15,19 +15,13 @@ Either set the theme in your config to `casper3` or build with the `-t casper3`
This theme is very image heavy so it is recommended to set a `feature_image` parameter in the front matter of any content.
-Posts should be created under the 'post' content type, e.g. `hugo new post/example-post.md`.
-
-## Supported Hugo Versions
-
-The theme has been tested and is working with these versions of Hugo. It should work with others, but if you want to add another officially supported version give it a test and make a pull request to update this.
-
-- 0.54.0
-- 0.55.5
+Content types you wish to appear on the homepage should be set in your [mainSections](https://gohugo.io/functions/where/#mainsections).
## Development Roadmap
-[] Use SCSS from original theme instead of compiled CSS - also needs Hugo Pipes setting up
-[] Multi author support and author taxonomy
+[ ] Use SCSS from original theme instead of compiled CSS - also needs Hugo Pipes setting up
+
+[ ] Multi author support and author taxonomy
## Support