add demo page, image caption and copyright info
This commit is contained in:
parent
b4a2605222
commit
958d9aee89
1 changed files with 8 additions and 3 deletions
11
README.md
11
README.md
|
@ -1,8 +1,6 @@
|
||||||
# smol
|
# smol
|
||||||
|
|
||||||
A minimal, monospaced blogging theme for Hugo that respects your privacy and is easy on your bandwidth.
|
A minimal, monospaced blogging theme for Hugo that respects your privacy and is easy on your bandwidth. A demo can be found at https://smol-demo.morph.sh.
|
||||||
|
|
||||||
A real-life example can be found at https://morph.sh.
|
|
||||||
|
|
||||||
smol is based on [Blank](https://github.com/Vimux/Blank) created by [Vimux](https://github.com/Vimux).
|
smol is based on [Blank](https://github.com/Vimux/Blank) created by [Vimux](https://github.com/Vimux).
|
||||||
|
|
||||||
|
@ -78,6 +76,13 @@ Lastly, add the following lines to your `config.toml` to set site parameters and
|
||||||
|
|
||||||
For more information read the official [quick start guide](https://gohugo.io/getting-started/quick-start/) of Hugo.
|
For more information read the official [quick start guide](https://gohugo.io/getting-started/quick-start/) of Hugo.
|
||||||
|
|
||||||
|
## Optional features
|
||||||
|
### Custom copyright text
|
||||||
|
Add `copyright = "Your text here"` - in the config.toml to change the copyright notice in the footer.
|
||||||
|
|
||||||
|
### Image captions
|
||||||
|
You can add captions to images (technically using `<figcaption>` HTML tags) by adding titles, like so: `![Alt text here](/path/to/image.png "Put your caption here!")`
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|
||||||
Have you found a bug or got an idea for a new feature? Feel free to use the [issue tracker](https://github.com/colorchestra/smol/issues) to let me know. Or make directly a [pull request](https://github.com/colorchestra/smol/pulls).
|
Have you found a bug or got an idea for a new feature? Feel free to use the [issue tracker](https://github.com/colorchestra/smol/issues) to let me know. Or make directly a [pull request](https://github.com/colorchestra/smol/pulls).
|
||||||
|
|
Loading…
Reference in a new issue