Commit Graph

18 Commits

Author SHA1 Message Date
Michael Noronha
6b9325c285 Allow descriptions on sections besides home (#120) 2019-04-18 02:18:43 +00:00
Michael Noronha
ae37b77a67 Finalize any-page comment changes
- If `blogs` isn't set in the config file, `blog` is treated as a blog, to
avoid breaking existing sites
- If it is, only sections listed are treated as blogs, possibly
excluding `blog`
- Differences include comments, but also hn/lobsters links, time to
read, and tags (possibly non-exhaustive)
2018-06-16 23:51:32 -05:00
Michael Noronha
924efa0457 Revert template renaming
Didn't turn out to be needed, after rebasing onto master
2018-06-16 23:38:44 -05:00
Michael Noronha
daa4134e7a Allow comments on any page, and use index.html on all sections
Addressing #56
2018-06-16 23:34:12 -05:00
Michael Noronha
3f180fa7c4 Use default landing for blog section
Addresses #78. Now, posts are grouped and ordered the same way on all
pages.
Tested on my site and caspern's
2018-06-14 00:41:29 -05: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
Alexis Tacnet
408a4f21fb Add tags to theme and tags pages 2017-04-08 18:51:22 +02: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
Alexis Tacnet
f0527ffada Add best posts and group by date 2017-02-12 17:58:16 +01:00
Alexis Tacnet
647d2fad5c Add choice for progressive images 2017-02-07 01:38:05 +01:00
Alexis Tacnet
5c5fe525d6 Enumerate sections in the header to do links 2017-01-04 13:48:27 +01:00
Alexis Tacnet
4a5e3eb1f4 Change the default list display a content and a list
Inside a section, you can have a name_of_the_section.md with a content displayed before the list
2017-01-04 02:52:47 +01:00
Alexis Tacnet
8c072c4c4b The default list template should have a title and not always "Blog" 2017-01-04 01:16:47 +01:00
Alexis Tacnet
85ce527b0b Remove fixed single and correct the default one 2017-01-04 01:16:24 +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