Skip to content

ThomasGueldner/thomas.gueldner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

132 Commits
 
 

Repository files navigation

Treefrog Framework

This is the readMe. Here you can find useful links and information how to use Github Pages.

Useful Links

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"}

Show Website in Browser

 localhost:4000

Start Jekyll Build Command

 bundle exec jekyll build

Start Jekyll Server Command

 bundle exec jekyll serve

Start Jekyll Server and setting compiling configs

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
 

Start Jekyll Server Command with specific IP address

 bundle exec jekyll serve --host xxx.xxx.xxx.xxx
 

Using Markdown inside an HTML <div>-tag

 <div markdown="1"> 
 
    ... markdown here ... 
    
 </div

About

Treefrog Framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors