Learning by Explaining

Chunking ideas I should not forget

Github-jekyll

How to build a new page

The parameter indicates the name of the folder where the new page will be created. Th page will have as name “index” and as name extension whatever is specified in the rake file, by default it is “.markdown”.

1
2
3
4
$ rake new_page["Course/R-Programming"]
## Set the codepage to 65001 for Windows machines
mkdir -p source/course/r-programming
Creating new page: source/course/r-programming/index.mdwn