-
Install and configurate Jekyll
-
Study Just-The-Docs on how to config install and work with.
-
Comment out
remote_theme: pmarsceill/just-the-docs
on_config.yml
-
Remove comments from
theme: just-the-docs
on_config.yml
-
Run
jekyll serve --livereload
or if you are working with bundlebundle exec jekyll serve --livereload
-
When you have to deploy on github pages you need to swap back to
remote_theme: pmarsceill/just-the-docs
on your_config.yml
. It is a good idea to keep a local config for development e.g_config_local.yml
. You can deploy locally with local config like so:jekyll serve --livereload --config _config_local.yml
-
Notifications
You must be signed in to change notification settings - Fork 1
openbouquet/inqwell-documentation
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Releases
No releases published
Packages 0
No packages published