Hi g(uy|irl)s!
This is my blog source code: https://github.com/agonzalezro/agonzalezro.github.com
I have a Makefile
(https://github.com/agonzalezro/agonzalezro.github.com/blob/master/Makefile) that:
- delete all the old generated html and folders
- it will avoid the deletion of my blog source code:
_source
,_content
,Makefile
, etc... - it will generate the blog again
- push to master
I was trying to create a gh-pages
branches like in other github project to store there the html generated code. But it doesn't seem to work in the same way that other GH projects.
My question is, how can I have a clean source and a clean generated files?
I was thinking on perhaps have a branch source
where I have my pelican source code, and then use master only for the HTML generated documentation.
Any idea?
Have you already reviewed the docs on this topic?