ETOOBUSY π minimal blogging for the impatient
About this blog...
This is a minimalistic blog scaffolding that is supposed to work out of the box in GitHub Pages. En-passant, itβs also another small blog that Iβm keeping around.
Features
This relies heavily on Jekyll and the TextLog theme. In particular, this page has examples of what formatting capabilities are available.
In addition, MathJax can also be enabled so that you can write $\sum_{i=0}^n i^2 = \frac{(n^2+n)(2n+1)}{6}$ and also:
\[\sum_{i=0}^n i^2 = \frac{(n^2+n)(2n+1)}{6}\]You can also look at several formatting hints. To
enable it, add mathjax: true
in the front matter of the page (look at
the first lines of about.md to see how).
Get your own
If you want to replicate it:
- create an account on GitHub
- clone the repository
- adapt some files:
_config.yml
with the technical details of your blogabout.md
with a lenghtier description of your blog- remove stuff in sub-directory
_posts
- enable GitHub Pages to publish your site from
master
(use themaster branch
alternative)
Now you can add your posts inside the _posts
sub-directory (even in
GitHub itself).