Skip to content

nntrn/bookstand

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bookstand

queryibooks

Get queryibooks

queryibooks >annotations.json

Usage

./scripts/build.sh --all-data-tasks
./scripts/build.sh --all-collection-tasks

Build collection files

# Create files in docs/_tags/*.html
./scripts/build.sh --tags

# Create files in docs/_annotations/*.md
./scripts/build.sh --annotations

Create data files

# Create docs/_data/books.json
./scripts/build.sh --books

# Create docs/_data/activity.json
./scripts/build.sh --activity

# Create docs/_data/genre.json
./scripts/build.sh --genre

# Create docs/_data/store.json
./scripts/build.sh --store

Build

git clone -b staging https://github.com/nntrn/bookstand.git
cd bookstand

./scripts/start.sh
./scripts/start.sh --rebuild

./scripts/build.sh --all-data-tasks --all-file-tasks --out ./docs
./scripts/build.sh --book-covers --out /path/to/asset/branch/covers

See how this project is built in workflows/jekyll-build.yml