arguello / t3kton.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

t3kton github pages source

How to build and publish to github

First checkout the source branch, and build:

git checkout source
make html

Then checkout the master branch and commit:

git checkout master
make copy
git add .
git commit -m 'updated documentation' -a
git push origin master

About


Languages

Language:HTML 87.6%Language:JavaScript 8.9%Language:CSS 3.5%Language:Makefile 0.0%