The code for the main site, Includes BookStack docs.
![]() Twitter setup is outdated. I just went through the process and updated the step by step. There is a review process now for the application and also you need to put in the correct callback URLs, not just your homepage URL. All tested and working on my end now. | ||
---|---|---|
content | ||
data/authors | ||
static/images | ||
themes/bookstack | ||
.gitattributes | ||
.gitignore | ||
config.toml | ||
LICENSE | ||
package-lock.json | ||
package.json | ||
readme.md |
BookStack Site, Documentation & Blog
This project holds all the data for the https://www.bookstackapp.com/
This site is built using Hugo. Images are stored using git-lfs
.
Data Locations
- Blog Posts -
content/posts
- Docs -
content/docs
- Theme -
themes/bookstack
Theme
The theme is custom made with snippets taken from the hugo capser theme.
SCSS is used for the styling. Install NPM dependencies via npm install
or yarn
then you can use npm run build
to build the css and site once or npm run dev
to watch for changes.