diff options
author | amzrk2 | 2020-05-29 16:55:27 +0800 |
---|---|---|
committer | amzrk2 | 2020-05-29 16:55:27 +0800 |
commit | 594655b050145b7c3beab06166678940e613a79a (patch) | |
tree | 23184d72fb68b3bcb146536a425a3a571ae1367a /README.md | |
parent | d47a131ca03b813b26345c752d41cc8999a646ce (diff) | |
download | hugo-theme-fuji-594655b050145b7c3beab06166678940e613a79a.tar.gz hugo-theme-fuji-594655b050145b7c3beab06166678940e613a79a.tar.bz2 hugo-theme-fuji-594655b050145b7c3beab06166678940e613a79a.zip |
Disqus support
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 14 |
1 files changed, 13 insertions, 1 deletions
@@ -1,6 +1,6 @@ # Fuji -Fuji is a minimal Hugo theme inspired by Hexo theme [Murasaki](https://github.com/printempw/hexo-theme-murasaki/), with responsive grid system and GitHub Primer markdown style. +Fuji is a minimal Hugo theme with full dark mode support and GitHub Primer markdown style.     @@ -11,11 +11,13 @@ Fuji is a minimal Hugo theme inspired by Hexo theme [Murasaki](https://github.co - [Getting started](#getting-started) - [Update the theme](#update-the-theme) - [Configration](#configration) + - [Favicon](#favicon) - [In-post license & comments](#in-post-license--comments) - [APlayer](#aplayer) - [Image zoom and lazyload settings](#image-zoom-and-lazyload-settings) - [Markdown render hook](#markdown-render-hook) - [Custom fonts](#custom-fonts) + - [Disqus identifier](#disqus-identifier) - [Contributing](#contributing) - [License](#license) - [Annotations](#annotations) @@ -62,6 +64,12 @@ $ git submodule update --remote --merge ## Configration +### Favicon + +Create `[SITEROOT]/layouts/partials/favicon.html` to cover theme's favicon. + +You can generate your favicons in [realfavicongenerator.net](https://realfavicongenerator.net/). + ### In-post license & comments You can set variables below in post's front matter to disable them: @@ -143,6 +151,10 @@ $mono-font: 'Cascadia Code', 'SF Mono', 'Fira Code', 'Consolas', $body-font; $body-font-size: 16px; ``` +## Disqus identifier + +Use the `[SITEROOT]/layouts/partials/comment-disqus.html` to cover `themes/fuji/layouts/partials/comment-disqus.html`. + ## Contributing Did you found a bug or got an idea for a new feature? Feel free to use the [issue tracker](https://github.com/amzrk2/hugo-theme-fuji/issues) to let me know. |