Skip to content
This repository has been archived by the owner on Jun 7, 2019. It is now read-only.

robbiet480/old-blog

Repository files navigation

This is no longer used or updated as I never write anything

Jekyll for robbie.io

Everything in this repository is automatically transformed by Jekyll into a static site whenever I push this repository to GitHub and is uploaded to robbie.io.

Features

Notes

  • The syntax of all pages is W3C valid (HTML and CSS).
  • If you are planning to fork this blog, please note a few things:
    • You can set comments: true on any post in the top settings to show comments
    • You can also set social: true to show Facebook Like/Send buttons and the Tweet button
    • This blog is category enabled, set category: SOMETHING in a post header
    • Make sure to change the URL from robbie.io to your own in the following places: _config.yml, .htaccess and most of the HTML pages
    • Change the hCard at the bottom of default.html to your own
    • Change your address in the Javascript variable my_address
  • You may find this useful. Copy paste it into your ~/.bashrc or ~/.bash_profile and run update_blog
    • alias update_blog='git add . && git commit -a && git push && jekyll && rsync -avz --delete _site/ USERNAME@DOMAIN:/var/www/DOMAIN/'

Acknowledgments

License

The following directories and their contents are Copyright, 2011 Robert Trencheny. You may not reuse anything therein without my permission:

  • _posts/*
  • images/*

All other directories and files are Creative Commons BY 3.0 licensed. Feel free to use the HTML and CSS as you please. If you do use them, a link back to http://github.com/robbiet480/robbie.io would be appreciated, but is not required.

About

robbie.io, the jekyll blog

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published