Skip to content

A toolchain/environment to set up a doc system quickly

Notifications You must be signed in to change notification settings

jenny-codes/docs-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docs system template

Tools and config files to quickly build a docs/notes system with asciidoctor and automatically publish on GitHub pages using GitHub actions.

On the development side, it features

  • Live reloading

  • Docker environment to get it going in 5 minutes.

To me, the greatest pleasure (and where most of the time is spent) in this project is setting up live reloading mechanism and the Docker environment. It’s a lot of fun piecing things together.

Run with Docker

docker compose up

then open the generated build/index.html in the browser.

Run without Docker

Warning

It only works for MacOS with Homebrew and Ruby installed :P

  1. Run make setup to set up dependencies.

  2. Run make.

  3. Open the generated build/index.html in the browser.

About

A toolchain/environment to set up a doc system quickly

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published