Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 714 Bytes

File metadata and controls

25 lines (16 loc) · 714 Bytes

pacNAS.github.io

pacNAS github pages

If you would like to adopt these pages, you need to checkout the source-branch, make your changes and then call

  • rake generate
  • rake deploy

If you have this repository just cloned, you need to setup the structure of the project. Please use the octopress command:

  • rake setup_github_pages

for this. It is necessary, that you are doing it, and it is necessary, that you are doing it with the correct setting for the pacnas repository (pacNAS/pacnas.github.io).

Some more useful commands in _deploy:

  • git branch --set-upstream-to=origin/master master