readme updates, added screenshot
This commit is contained in:
parent
332cec838a
commit
6459c93ad1
4 changed files with 13 additions and 3 deletions
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
BIN
screenshot.png
Normal file
BIN
screenshot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 84 KiB |
|
@ -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"
|
Loading…
Add table
Reference in a new issue