The code for the main site, Includes BookStack docs.
2022-07-28 11:44:29 +01:00
.github Create FUNDING.yml 2021-09-15 22:22:40 +01:00
content Done a read/spell run-thorugh of v22.07 post 2022-07-28 11:44:29 +01:00
data/authors Added 500 stars blogpost and improved post meta 2017-03-05 18:12:15 +00:00
static Added images for 22.07 post 2022-07-27 22:42:08 +01:00
themes/bookstack Removed codemirror usage to make better usage of built-in code highliter 2022-07-27 23:38:44 +01:00
.gitattributes Added webm to lfs filter list 2020-04-28 09:16:54 +01:00
.gitignore Started 7 years of BS post 2022-07-08 15:20:12 +01:00
config.toml Removed codemirror usage to make better usage of built-in code highliter 2022-07-27 23:38:44 +01:00
LICENSE Updates in Year of Licence. 2020-09-30 21:39:16 +05:30
package-lock.json Updated npm deps 2022-05-24 13:45:36 +01:00
package.json Updated npm deps 2022-05-24 13:45:36 +01:00
readme.md Updated how styles are built 2021-01-02 17:35:45 +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. 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.