Skip to content
This repository has been archived by the owner on Nov 22, 2019. It is now read-only.

Latest commit

 

History

History
executable file
·
30 lines (19 loc) · 1.07 KB

README.md

File metadata and controls

executable file
·
30 lines (19 loc) · 1.07 KB

Github Repository for Livestock3D Web page

Go to Livestock3D to visit the site.

Pelican

  • The Livestock3D web page is build with Pelican
  • A tutorial on how to use it can be found here
  • The docs for Pelican can be found here
  • You will need to pip install pelican and gh-pages to update the web page.

Maintaining the Web Page

If you want to update the web page clone the repo. There is two branches: master and development.

  • master is hosting the web page
  • development is where you create the content

When you have cloned the repo; checkout the development branch. Create all your changes and in the terminal call:

pelican content -o output -s pelicanconf.py

Commit and push your changes. Then call in the terminal:

ghp-import -b master output

This will put everything from the output folder to the master branch.

Checkout master and push your changes.