Commit Graph

27 Commits

Author SHA1 Message Date
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
Alexis Tacnet
fe73221f1a Merge pull request #41 from ntzwrk/feature/isso-comments
Add Isso support
2017-06-26 20:24:14 +02:00
Alexis Tacnet
71fa6ef577 Merge pull request #38 from mtn/social-links
A working implementation of social links
2017-06-14 20:03:09 +02:00
Valentin Sundermann
e544bbf863 Merge branch 'dev' into feature/isso-comments 2017-06-12 14:29:56 +02:00
Michael Noronha
ae44e7777e Add explicit support for hacker news and lobsters 2017-06-11 23:30:31 -06:00
Valentin Sundermann
becb2f87ab Add feature to use Isso for comments 2017-06-10 13:52:48 +02:00
Michael Noronha
b3fb2aeff5 A working implementation of social links 2017-06-09 18:15:09 -05:00
Alexis Tacnet
61fa3f81e7 Add share links at bottom of page 2017-05-05 18:29:03 +02:00
David Keck
eed502dd45 Corrected read time to use proper English
See Stack Exchange article below for more information. These nouns are modifying the word read, and thus don't require the plural form.

http://ell.stackexchange.com/questions/14290/shouldnt-five-minute-walk-be-five-minutes-walk-in-this-sentence
2017-04-14 19:53:06 +02:00
Alexis Tacnet
0b4c2b5307 Add a navigation a the bottom of posts 2017-04-08 19:23:50 +02:00
Alexis Tacnet
408a4f21fb Add tags to theme and tags pages 2017-04-08 18:51:22 +02:00
Eli Uriegas
7e543fe9fd Add middot, move to meta div 2017-04-04 22:28:03 +02:00
Eli Uriegas
798e0f9e00 Adds author information on blog posts
Simply just adds names based on front matter in the post itself.

Can be fully disabled in the `config.toml` with the `noauthor` parameter
2017-04-04 22:28:03 +02:00
Alexis Tacnet
b222e32083 Merge for v0.9.0 2017-03-07 16:51:13 +01:00
Alexis Tacnet
424119cbb0 Fix the low images and move hq images in the root 2017-03-07 13:14:33 +01:00
Alexis Tacnet
7b2fd7ea78 Try to fix the images path that need to be absoluts 2017-03-07 12:44:31 +01:00
Jente Hidskes
e375fdc2b9 Fix "Back to posts" hyperlink 2017-02-27 08:59:21 +01:00
Alexis Tacnet
647d2fad5c Add choice for progressive images 2017-02-07 01:38:05 +01:00
Alexis Tacnet
444932ca59 Replace images in the content to progressive figures 2017-02-07 01:22:28 +01:00
Alexis Tacnet
b1b88ae177 Fix the redirection from articles to the blog section 2017-01-04 15:03:10 +01:00
Alexis Tacnet
8639f8a8b0 Remove initials 2017-01-04 12:11:07 +01:00
Alexis Tacnet
da7658830c Move the fixed folder at the root of the exampleSite 2017-01-04 02:01:20 +01:00
Alexis Tacnet
9043d011dc Fix redirection to / on Back to posts 2016-12-07 12:34:40 +01:00
remeh
f89eae3668 layouts: restore compatibility with Hugo < 0.18 2016-11-09 21:06:20 +01:00
remeh
07da40c3cf layouts: access DateForm and DateFormFull param as string.
This fix the usage of this theme with Hugo 0.18-dev
2016-11-07 19:09:51 +01:00
Alexander Zeitler
bf8b0767a2 Fix back link 2016-01-14 00:09:36 +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