https://github.com/xnzone/hugo-theme-bookstack
https://github.com/xnzone/hugo-theme-bookstack
book bookstack hugo hugo-theme theme
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/xnzone/hugo-theme-bookstack
- Owner: xnzone
- License: mit
- Created: 2022-10-26T11:05:05.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-01-17T09:58:55.000Z (5 months ago)
- Last Synced: 2025-03-30T22:05:06.970Z (3 months ago)
- Topics: book, bookstack, hugo, hugo-theme, theme
- Language: HTML
- Homepage: https://xnzone.github.io/hugo-theme-bookstack
- Size: 569 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hugo Theme bookstack
## Demo
[Example Site](https://xnzone.github.io/hugo-theme-bookstack/)
## Install
Clone this repo to `themes` folder:
```bash
git clone https://github.com/xnzone/hugo-theme-bookstack.git themes/bookstack --depth=1
```Then, add the theme to your site config:
```bash
echo theme = \"bookstack\" >> config.toml
```## Configuration
- favicon: file in static/favicon.png
- list avatar: images file in assets/ and doc must have config `image`
- example at `gh-pages` branch## Features
* **Search** supported by [Fuse.js](https://github.com/krisk/Fuse)
* **Google Analytics** supported
* **Coyote** supported by [hugo-theme-coyote](https://github.com/nightswinger/hugo-theme-coyote)