Using Jekyll, Poole and Lanyon to setup my github user page
04 Aug 2014Github pages is where I learnt github repositories could be used to host a website using jekyll. This website was created using the theme lanyon, which derives from poole. Jekyll, Poole and Lanyon are all characters from The Strange Case of Dr. Jekyll and Mr. Hyde.
General custimizations
- Added Disqus comments using Joshua Lande’s guide
- Added Google analytics using the same guide
- Added SEO streamlining from here
- Added CNAME from here
- Added a favicon (mouse brain with the cerebellum coloured - posterior-lateral view)
- Added tags page
- Added archive page
CSS and head.html modifcations
- Added the font-awesome css in head.html and then used its icons to display my social media presence in the sidebar. Future resource for help with font-awesome
Sidebar modifications
- Added my gravatar to the sidebar
- Added social links with _config.yml settings I set-up and font-awesome icons
My repository can be found at https://github.com/psteadman/psteadman.github.io
Things I’d like to explore
- Medium and their website - https://medium.com
- Pandoc with github
- HTML and CSS
- Bootstrap - from Mark Otto
Ideas
- Code a bar below current header with most popular tags (count beside) and serve as link to view all posts with that tag