This github repository stores the Github Pages website documenting the bash script project INPT: https://eddycolloton.github.io/Documentation_INPT/
INPT is an open source project created for TBMA processing at HMSG. To view the repository for INPT, please go here: https://github.com/eddycolloton/INPT
The website is based on the github pages template time machine: https://github.com/pages-themes/time-machine
Time machine is a Jekyll theme for GitHub Pages. You can preview the theme to see what it looks like, or even use it today.
If you'd like to preview the theme locally (for example, in the process of proposing a change):
cd
into the theme's directory- Run
script/bootstrap
to install the necessary dependencies - Run
bundle exec jekyll serve
to start the preview server - Visit
localhost:4000
in your browser to preview the theme
The theme contains a minimal test suite, to ensure a site with the theme would build successfully. To run the tests, simply run script/cibuild
. You'll need to run script/bootstrap
once before the test script will work.