The code for the main site, Includes BookStack docs.
haexperts2020 b45f8bc6bb
Update third-party-auth.md
Twitter setup is outdated. I just went through the process and updated the step by step. There is a review process now for the application and also you need to put in the correct callback URLs, not just your homepage URL. All tested and working on my end now.
2021-01-19 08:11:28 -08:00
content Update third-party-auth.md 2021-01-19 08:11:28 -08:00
data/authors Added 500 stars blogpost and improved post meta 2017-03-05 18:12:15 +00:00
static/images Added v0.31.4 blogpost 2021-01-16 18:23:19 +00:00
themes/bookstack Added new blogpost, updated post layout & list count 2021-01-05 20:29:35 +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 Added new blogpost, updated post layout & list count 2021-01-05 20:29:35 +00:00
LICENSE Updates in Year of Licence. 2020-09-30 21:39:16 +05:30
package-lock.json Bump ini from 1.3.5 to 1.3.8 2021-01-02 17:36:43 +00:00
package.json Updated how styles are built 2021-01-02 17:35:45 +00: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.