notes html - deventry/uosweb-docs-en GitHub Wiki
https://medium.freecodecamp.com/101-ways-to-make-your-website-more-awesome-79c934dd2a11
http://html5doctor.com/designing-a-blog-with-html5/
http://prideparrot.com/blog/archive/2014/4/blog_template_using_twitter_bootstrap3_part1#tags-widget
http://www.brucelawson.co.uk/2012/best-of-time/
hr element now means thematic break https://www.w3.org/TR/html-markup/hr.html Some examples of thematic breaks that can be marked up using the hr element include a scene change in a story, or a transition to another topic within a section of a reference book.
http://prideparrot.com/blog/archive/2014/4/blog_template_using_twitter_bootstrap3_part1
different way to show blog archives hanselman uses a calendar http://www.hanselman.com/blog/monthview.aspx?month=2015-11
mashable uses a grid of years and months http://mashable.com/
http://scobleizer.com/ uses a dropdown list and a calendar
a wordpress blog that uses a dropdown for categories and a year/month list for archives http://damienbod.com/2016/03/14/secure-file-download-using-identityserver4-angular2-and-asp-net-core/
http://anildash.com/ impressive archive footer grid
blog feature examples blog roll list of blogs you follow - a more generic links list as far as implementation Related posts post list widget - options such as display first image as thumbnail
coding horror shows only titles on other than the first page of posts http://blog.codinghorror.com/page/2/ uses dsicourse for comments http://discourse.codinghorror.com/ http://www.discourse.org/ https://github.com/discourse/discourse gpl2 dsicourse uses rails which is a pain on windows http://blog.discourse.org/2013/04/discourse-as-your-first-rails-app/