Skip to content

perkodi-org/perkodi

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

About

How to use

Build

bundle exec nanoc

Preview

bundle exec nanoc view

How to deploy to GitHub Pages

  1. First Time setup
% rm -rf output
% git clone . output
% cd output
output@master% git checkout --orphan gh-pages
output@gh-pages% git rm -rf .
output@gh-pages% git commit --m 'Create gh-pages branch' --allow-empty

output@gh-pages% git remote rm origin
output@gh-pages% git remote add origin repo-url
  1. Subsequent deploy

Do this from root directory, not output

% bundle exec nanoc # build pages
% bundle exec nanoc deploy # deploy, that's it!

About

Website for PERKODI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •