Commit Graph

12 Commits

Author SHA1 Message Date
Puneeth Chaganti
baf409daac Sort posts reverse chronologically (#67)
The months are displayed reverse chronologically, but the posts for that month
are displayed chronologically.  It seems more intuitive to have posts under each
month also to be sorted reverse chronologically.
2017-11-25 10:44:09 -06:00
Michael Noronha
969bd5ca4e Fix validation HTML validation errors (#62)
* Make the theme compliant with W3C standards (#55)

* Dropped the line because chrome tab is deprecated.

* On header, "li" elements are meant to surround the "a" elements and not the other way around.

* Dropped all section tags I could find at first glance, as they had no semantic meaning and were firing warnings at the W3C validator.

* Change "middot" from a helper div to a helper class since putting div's inside ul's is not compliant

* Fixed a problem of the previous commit. A middot would not hide if on mobile.

* Fix archetypes bug with Go templates

* Fix additional validation error in 404
2017-11-09 16:22:28 -06:00
Tristan Claverie
a9a0b236d3 Fix the case where latestpostcount is missing from configuration. 2017-03-25 17:19:33 +01:00
Alexis Tacnet
6d97f25db2 Fix a bit the style of the footer and best posts 2017-02-26 00:03:00 +01:00
Alexis Tacnet
f0527ffada Add best posts and group by date 2017-02-12 17:58:16 +01:00
Jeff Henson
e02bf39694 Changed blog view on home page.
* Removed date grouping of recent blog posts.
* Added a paramter to specify how many posts to show.
2017-02-12 17:02:41 +01:00
Alexis Tacnet
255816bddb Add a "See more ..." on the homepage to see more blog posts 2017-01-04 14:53:49 +01:00
Alexis Tacnet
35460d3844 Update style of grouping headers in blog and index 2017-01-04 14:09:39 +01:00
Alexis Tacnet
5ff6beef99 Add grouping by month and year in the blog section 2017-01-04 13:48:52 +01:00
Nishanth Shanmugham
204880aac9 v0.3.0
- Change color from orange to blue; improve colors elsewhere
- Change `div.section` to `section`
- Rename  `posts` directory to `blog`
- Add ability to specify extra CSS files in `config.toml`
- Removed `WebFontsFile` feature from `config.toml`
- Remove the initials displayed on top right of single post pages
- Update example site
2015-12-24 16:57:45 -06:00
Nishanth Shanmugham
c10b0581a3 Change post navigation
* Delete old post directory
2015-08-26 23:35:46 -05:00
Nishanth Shanmugham
d2264ad3f3 Add all files 2015-08-24 18:28:03 -05:00