Hugo Themes
Yuki
Hugo theme yuki. She is as pure as the snow.
- Author: Cyris
- Minimum Hugo Version: 0.41
- GitHub Stars: 20
- Updated: 2019-02-04
- License: MIT
- Tags:
Blog
Responsive
Note! This theme has not been updated for more than 2 years.
If you are maintainer of this theme, please verify that this theme works with a recent release of Hugo. Then add an appropriate Version Configuration to the theme'sconfig.toml
and then finally tag a new version.
Yuki
❄️ Hugo theme yuki. She is as pure as the snow.
Features
- Responsive
- Syntax highlighting with highlightjs
- Social links(Customize)
- Custom Pages
- Support for Related Content
- Support for tags
- Google Analytics
- SCSS
Table of Contents
Quick Start
In your hugo site directory, run:
$ mkdir themes
$ cd themes
$ git clone https://github.com/iCyris/hugo-theme-yuki
Usage
Use hugo’s -t hugo-theme-yuki or –theme=hugo-theme-yuki option with hugo commands.
e.g.
$ hugo server -t hugo-theme-yuki
Configuration
Please see the sample config.toml
.
Creating Posts
Posts should generally go under a content/posts
directory. Typically you would run:
hugo new posts/your-new-post.md
For posts to appear on your site, you may need draft = false
in the post’s front matter or use the --buildDrafts
option when building.
Creating Custom Pages
Custom pages such as an About page should preferably go under content/pages
or be present at the root of the content
directory.
hugo new pages/about.md
Development
If you’re contributing CSS changes, there are two ways:
- Simply make changes on
/static/scss/custom.css
, the style will be overwrited. - Use SASS. Directly make changes on the
*.scss
files and recompilestyle.scss
orhighlight.scss
.
License
Licensed under the MIT License. See the LICENSE file for more details.