This is the readMe. Here you can find useful links and information how to use Github Pages.
Show Github Page{:target="_blank"}
Generate Dynamic Menu{:target="_blank"}
Setup Project Tutorial (Github Page){:target="_blank"}
Setting up your GitHub Pages site locally with Jekyll{:target="_blank"}
Using Jekyll as a static site generator with GitHub Pages{:target="_blank"}
Jekyll Homepage{:target="_blank"}
Jekyll Directory Structure{:target="_blank"}
Jekyll Basic Usage{:target="_blank"}
Github Markdown Cheatsheet{:target="_blank"}
Markdown Table Generator{:target="_blank"}
Using a custom domain with GitHub Pages{:target="_blank"}
Tipue Search Engine{:target="_blank"}
localhost:4000
bundle exec jekyll build
bundle exec jekyll serve
If several config-files are used (i.e. for production and development mode), use the following command in order to let compile both config-files:
bundle exec jekyll serve --config _config.yml,_config_dev.yml
bundle exec jekyll serve --host xxx.xxx.xxx.xxx
<div markdown="1">
... markdown here ...
</div