An open API service indexing awesome lists of open source software.

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

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)