]> BookStack Code Mirror - website/blob - readme.md
Improved code highlighting using codemirror
[website] / readme.md
1 # BookStack Site, Documentation & Blog
2
3 This project holds all the data for the https://www.bookstackapp.com/
4
5 This site is built using [Hugo](https://gohugo.io). Images are stored using `git-lfs`.
6
7 ### Data Locations
8
9 * Blog Posts - `content/posts`
10 * Docs - `content/docs`
11 * Theme - `themes/bookstack`
12
13 ### Theme
14
15 The theme is custom made with snippets taken from the [hugo capser theme](https://github.com/vjeantet/hugo-theme-casper).
16
17 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.