[go: nahoru, domu]

Skip to content

Latest commit

 

History

History
 
 

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

TreeFrog Framework

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

Installs the jekyll.

 $ cd docs
 $ sudo apt install ruby ruby-dev ruby-all-dev make gcc bundler ruby-bundler
 $ sudo gem update
 $ bundle config set --local path '.bundle'
 $ bundle install

Show Website in Browser

 localhost:4000

Start Jekyll Build Command

 bundle exec jekyll build

Start Jekyll Server Command

 bundle exec jekyll serve --no-watch

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

Useful Links

Using Jekyll as a static site generator with GitHub Pages{:target="_blank"}

Jekyll Homepage{:target="_blank"}

Tipue Search Engine{:target="_blank"}