| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Documentation website for SimpleFOCproject
Nice tutorial: https://s-canchi.github.io/2021-04-30-jekyll-conda/
First create the new anaconda environmnet using the environment.yamlfile
conda env create -f environement.yaml conda activate simpledocs
Once in the environment simpledocs install jekyll
gem install jekyll bundler
Then install necessary jekyll dependencies of the simplefoc docs:
# Optionally specify "--path /some/other/dir" to avoid needing root. bundle install
And you're ready to go!
Just make sure that whenever you open your terminal to generate the website to activate the conda environment:
conda activate simpledocs
To generate the site locally clone the repo to your local directory and then open terminal inside the repo folder and run:
bundle exec jekyll serve
Since the site is quiet large sometimes the --incremental flag helps with faster execution
bundle exec jekyll serve --incremental
Search UX includes a full results page at /search/. Press Enter in the search box (without selecting a single result) or click View all results in the dropdown to open it.
| Back | FazBrowse Home | New Git URL |