Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/htdvisser/hugo-base16-theme
[NOT MAINTAINED] Hugo theme with base16 eighties colorscheme
https://github.com/htdvisser/hugo-base16-theme
Last synced: 2 days ago
JSON representation
[NOT MAINTAINED] Hugo theme with base16 eighties colorscheme
- Host: GitHub
- URL: https://github.com/htdvisser/hugo-base16-theme
- Owner: htdvisser
- License: mit
- Archived: true
- Created: 2015-12-09T16:01:53.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2021-04-24T14:54:34.000Z (over 3 years ago)
- Last Synced: 2024-08-02T15:26:40.660Z (3 months ago)
- Language: CSS
- Homepage: https://htdvisser.github.io/hugo-base16-theme/
- Size: 530 KB
- Stars: 113
- Watchers: 6
- Forks: 52
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Base16 Theme for Hugo
![Hugo Base16 Theme screenshot](https://raw.githubusercontent.com/htdvisser/hugo-base16-theme/master/images/screenshot.png)
## Demos
See the demo sites [themes.gohugo.io/theme/base16](https://themes.gohugo.io/theme/base16/) and [htdvisser.github.io/hugo-base16-theme](https://htdvisser.github.io/hugo-base16-theme/) show this theme in action. Both demo sites are built from [gohugoio/hugoBasicExample](https://github.com/gohugoio/hugoBasicExample), but the second site is built with some additional config to make it render HTML tags from Markdown files.
```toml
[markup.goldmark.renderer]
unsafe= true
```## Installation
$ mkdir themes
$ cd themes
$ git clone https://github.com/htdvisser/hugo-base16-theme.git base16See [the Hugo documentation](http://gohugo.io/themes/installing/) for more information.
## Extra Features
### Syntax highlighting
This theme has support for `highlight` shortcode (with Pygments),
see [the Hugo documentation](http://gohugo.io/extras/highlighting/) for more information.To use this feature install Pygments (`pip install Pygments`) and add `pygmentsuseclasses = true` to your `config.toml`.
### Figure shortcode
Use the `figure` shortcode if you want nice rendering of pictures, see [the Hugo documentation](http://gohugo.io/extras/shortcodes/) for more information.
## Customization
You probably want to edit the homepage. Get started by copying the supplied homepage to your own site.
$ mkdir -p layouts/partials
$ cp themes/base16/layouts/partials/hero.html layouts/partials/hero.htmlAfter this, you can edit `layouts/partials/hero.html` and make it awesome.
## License
MIT Licensed, see [LICENSE](https://github.com/htdvisser/hugo-base16-theme/blob/master/LICENSE).
## Don't forget to thank...
[Steve Francia](https://github.com/spf13) for Hugo.
[Chris Kempson](http://chriskempson.com) for the Base16 Eighties Colorscheme.
[Jan T. Sott](https://github.com/idleberg) for the Pygments template.