You can use the editor on GitHub to maintain and preview the content for your website in Markdown files.
Whenever you commit to this repository, GitHub Pages will run Jekyll to rebuild the pages in your site, from the content in your Markdown files.
TODO
TODO
Can be used on local environment and test the website
install nodejs and check the version to be compatible
tutorial : install nodejs Linux
node -v #v8.8.1 or higher
npm -v #v5.4.2 or higher
npm i
npm run serve
You need to run locally the server and try to find the Javascript file:
assets/app.c43a6856fe65f693d943.js
Before to commit check errors in Console Log from your favorite Browser. There is a chance to have JS errors and the website to not work. Remember the Website is Single Page Application (SPA) based on Javascript. NO Javascript Errors!!