diff --git a/README.md b/README.md index a1ec7af..e5b2494 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ A Bulma theme for Zola. +![Zulma Screenshot](/screenshot.png) + ## Contents - [Zulma](#zulma) @@ -36,7 +38,7 @@ and then enable it in your `config.toml`: theme = "zulma" ``` -That's it! No more configuration should be required, however head to the [Options](#options) section to see what you can set for more customizability. +That's it! No more configuration should be required, however it might look a little basic. Head to the [Options](#options) section to see what you can set for more customizability. ## Javascript @@ -208,4 +210,4 @@ This template is based on the [blog template](https://dansup.github.io/bulma-tem ## Known Bugs -- If user theme swapping is enabled and the user selects a theme different to the default, a slight delay will be introduced in page rendering as the css gets swapped out and in by the javascript. This is better than the alternative FOUC or flashes of the old theme, but still annoying. I don't know any way around this, but with browser caching it should be fast enough to not cause serious issues. +- If user theme swapping is enabled and the user selects a theme different to the default, a slight delay will be introduced in page rendering as the css gets swapped out and in by the javascript. This is particularly pronounced when using the dark theme, since it will flash white before going back to black. This is better than the alternative flashes of unstyled content or old theme, but still annoying. I don't know any way around this, but with browser caching it should be fast enough to not cause serious issues. diff --git a/content/some-article.md b/content/some-article.md index 5628905..d77bf72 100644 --- a/content/some-article.md +++ b/content/some-article.md @@ -5,7 +5,7 @@ date = 2017-09-20 [taxonomies] categories = ["Hello world"] tags = ["rust", "ssg", "other", "test"] -authors = ["Joe Bloggs", "Jane Doe"] +authors = ["Joe Bloggs"] +++ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc eu feugiat sapien. Aenean ligula nunc, laoreet id sem in, interdum bibendum felis. Donec vel dui neque. Praesent ac sem ut justo volutpat rutrum a imperdiet tellus. Nam lobortis massa non hendrerit hendrerit. Vivamus porttitor dignissim turpis, eget aliquam urna tincidunt non. Aliquam et fringilla turpis. Nullam eros est, eleifend in ornare sed, hendrerit eget est. Aliquam tellus felis, suscipit vitae ex vel, fringilla tempus massa. Nulla facilisi. Pellentesque lobortis consequat lectus. Maecenas ac libero elit. diff --git a/screenshot.png b/screenshot.png new file mode 100644 index 0000000..5373667 Binary files /dev/null and b/screenshot.png differ diff --git a/theme.toml b/theme.toml index 4368acd..5b77e0a 100644 --- a/theme.toml +++ b/theme.toml @@ -5,3 +5,11 @@ min_version = "0.6.0" [extra] zulma_themes = ["default", "darkly", "flatly", "pulse", "simplex", "lux", "slate", "solar", "superhero"] + +[author] +name = "Worble" + +[original] +author = "dansup" +homepage = "https://github.com/dansup" +repo = "https://github.com/dansup/bulma-templates" \ No newline at end of file