plain-html-blog is a very clean, minimal Jekyll blog that works without CSS. It was inspired by websites which (for valid reasons) still make minimal use of styling with CSS and the like.
You can see it live right here: https://sebbas.org
git clone [email protected]:yourusername/plain-html-blog.git
bundle install
(if this doesn't work, look into installing Bundler)jekyll serve -w
You should have a server up and running locally at http://localhost:4000.
If you would like to have the updated
field (used to show the last modification date in the footer) in the YAML front matter to update automatically each time the page was modified and you make a commit, then symlink the executable pre-commit
script (scripts/pre-commit) to your .git/hooks
. You can do this by running
ln -s -f ../../scripts/pre-commit .git/hooks/pre-commit
favicon
, apple-touch-icon.png
and the like with an online icon generator (just google for one). Place all generated images and files in this directory and, if necessary, adapt the paths in _includes/head.htmlThis blog is all set for use with Github (it's not using any additional Jekyll plugins). So all you have to do is rename your repository to username.github.io
. Your site will be available at https://yourusername.github.io