The code for the main site, Includes BookStack docs.
2019-02-27 22:07:33 +00:00
content Cleaned install page, Added linuxserver.io link 2019-02-27 22:07:33 +00:00
data/authors Added 500 stars blogpost and improved post meta 2017-03-05 18:12:15 +00:00
scripts Added changlog gen script 2017-10-01 17:03:36 +01:00
static/images Added post and updates for v0.25.1 2019-01-20 16:34:45 +00:00
themes/bookstack Finished up v0.25 docs with a bit of a re-org 2019-01-12 22:19:01 +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 Made required doc updates for v0.19 changes 2017-12-09 20:05:30 +00:00
gulpfile.js Finished up v0.25 docs with a bit of a re-org 2019-01-12 22:19:01 +00:00
LICENSE Moved website to hugo and merged in blog 2017-01-14 11:56:29 +00:00
package-lock.json Finished up v0.25 docs with a bit of a re-org 2019-01-12 22:19:01 +00:00
package.json Finished up v0.25 docs with a bit of a re-org 2019-01-12 22:19:01 +00:00
readme.md Improved code highlighting using codemirror 2017-09-02 14:36:03 +01: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 dependencies 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.