The code for the main site, Includes BookStack docs.
2017-02-05 21:50:16 +00:00
content Updated last two bugfix posts with links 2017-02-05 21:50:16 +00:00
static/images Issued blog post for v0.14.3. Fixed some timestamps. 2017-02-05 21:43:33 +00:00
themes/bookstack Issued blog post for v0.14.3. Fixed some timestamps. 2017-02-05 21:43:33 +00:00
.gitattributes Got site ready for v0.14 2017-01-22 11:42:14 +00:00
.gitignore Moved website to hugo and merged in blog 2017-01-14 11:56:29 +00:00
config.toml Moved website to hugo and merged in blog 2017-01-14 11:56:29 +00:00
gulpfile.js Moved website to hugo and merged in blog 2017-01-14 11:56:29 +00:00
LICENSE Moved website to hugo and merged in blog 2017-01-14 11:56:29 +00:00
package.json Updated npm commands and broke css cache 2017-01-17 22:59:57 +00:00
readme.md Moved website to hugo and merged in blog 2017-01-14 11:56:29 +00:00
yarn.lock Moved website to hugo and merged in blog 2017-01-14 11:56:29 +00:00

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 and is built using gulp. Install NPM dependancies via npm install or yarn then you can use npm run-script build to build the css once or npm run-script dev to watch for changes.