Merge pull request #2 from Keats/patch-1

Add homagepage to theme.toml
This commit is contained in:
Worble 2019-07-13 00:45:35 +01:00 committed by GitHub
commit b6bf2cfed7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View file

@ -210,7 +210,7 @@ zulma_allow_theme_selection = true
## Original ## Original
This template is based on the [blog template](https://dansup.github.io/bulma-templates/templates/blog.html) over at [Free Bulma Templates](https://dansup.github.io/bulma-templates/). All themes were taken from [Bulmaswatch](https://jenil.github.io/bulmaswatch/). The code behind from originally adapted from the [after-dark](https://github.com/getzola/after-dark/blob/master/README.md) zola template. This template is based on the [blog template](https://bulmatemplates.github.io/bulma-templates/templates/blog.html) over at [Free Bulma Templates](https://bulmatemplates.github.io/bulma-templates/). All themes were taken from [Bulmaswatch](https://jenil.github.io/bulmaswatch/). The code behind from originally adapted from the [after-dark](https://github.com/getzola/after-dark/blob/master/README.md) zola template.
## Known Bugs ## Known Bugs

View file

@ -3,6 +3,7 @@ description = "A zola theme based off bulma.css"
license = "MIT" license = "MIT"
min_version = "0.6.0" min_version = "0.6.0"
demo = "https://festive-morse-47d46c.netlify.com/" demo = "https://festive-morse-47d46c.netlify.com/"
homepage = "https://github.com/Worble/Zulma"
[extra] [extra]
zulma_themes = ["default", "darkly", "flatly", "pulse", "simplex", "lux", "slate", "solar", "superhero"] zulma_themes = ["default", "darkly", "flatly", "pulse", "simplex", "lux", "slate", "solar", "superhero"]
@ -13,4 +14,4 @@ name = "Worble"
[original] [original]
author = "dansup" author = "dansup"
homepage = "https://github.com/dansup" homepage = "https://github.com/dansup"
repo = "https://github.com/dansup/bulma-templates" repo = "https://github.com/dansup/bulma-templates"