The code for the main site, Includes BookStack docs.
2020-12-09 21:33:50 +00:00
content Added note to ensure mode_rewrite is enabled 2020-12-09 21:27:36 +00:00
data/authors Added 500 stars blogpost and improved post meta 2017-03-05 18:12:15 +00:00
static/images Made updates for v0.30.5 release 2020-12-06 21:06:29 +00:00
themes/bookstack Added post for v0.30.4 2020-10-31 16:44:14 +00:00
.gitattributes Added webm to lfs filter list 2020-04-28 09:16:54 +01:00
.gitignore Moved website to hugo and merged in blog 2017-01-14 11:56:29 +00:00
config.toml Updated some parts to work with newer hugo vers. 2020-01-19 15:35:48 +00:00
gulpfile.js Updated homepage image, Removed autoprefixer, change min css 2019-05-06 13:54:19 +01:00
LICENSE Updates in Year of Licence. 2020-09-30 21:39:16 +05:30
package-lock.json Added 5 years post, updated some deps 2020-07-30 23:55:21 +01:00
package.json Added deploy npm command 2020-12-09 21:33:50 +00:00
readme.md Improved code highlighting using codemirror 2017-09-02 14:36:03 +01: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.