BayesianLogic / blog

The BLOG programming language
http://bayesianlogic.github.io/
BSD 4-Clause "Original" or "Old" License
98 stars 31 forks source link

tools to automatically update github pages #246

Closed cberzan closed 10 years ago

cberzan commented 10 years ago

@lileicc

Docs now live at http://bayesianlogic.github.io/.

To update the docs, you can use "sbt/sbt ghpages".

Note that the bayesianlogic.github.io repo has to be cloned in the same parent dir as the blog repo, e.g. ~/blog and ~/bayesianlogic.github.io.

lileicc commented 10 years ago

Cool!! LGTM

lileicc commented 10 years ago

On a second though, in the future, it might be better to put the generation script in bayesianlogic.github.io. For example, it can setup pull remote to be from blog, and push remote to be bayesianlogic.github.io. and only pushes the generated files. But it is fine now.