Commit Graph

19 Commits

Author SHA1 Message Date
Elliot Jordan
5005ba9f31 Update progressively to 1.1.5 release (#122) 2019-06-23 19:23:05 -07:00
Vighnesh Shenoy
55588aeba1 Allow icons for tags by setting "tagicons = true" in their config. (#126) 2019-06-23 19:16:50 -07:00
Michael Noronha
a78ed1edcf Shrink enlarged font on small screens 2018-08-18 15:26:18 -07:00
Michael Noronha
bd0140e926 Add optional enlarged mode, make header and footer padding symmetric
Enlarged mode is basically like using the theme at ~110% zoom. It can be
enabled by setting `enlarged = true` as a config parameter. Other
changes are only minor fixes that shouldn't significantly impact
existing sites.
2018-08-18 15:18:26 -07:00
Michael Noronha
30cb79cf45 Rename parameter to titlestyle 2018-04-07 12:35:32 -05:00
Jean-Philippe Evrard
c78c8e7393 Allow css transformations of title in config
By default the style uppercases the title, which forces a
style choice to the user.

We can add extra css but that might be overkill for just one
change: For example, not capitalizing the title default.

This allows the title to be fully lowercase, by simply overriding
the theme configuration.
2018-04-07 12:35:32 -05:00
Michael Noronha
b03f2d71fe Recenter 404, addressing #57 2018-02-09 08:42:23 -06:00
Michael Noronha
ddd098a6a3 Add option to disable fancy fonts, addressing #57
Also, small README update
2017-12-25 19:25:27 -05:00
Jente Hidskes
a5ab088e48 css: add kbd styling (#74) 2017-12-25 19:25:27 -05:00
Jente Hidskes
11d7a0113e css: remove unused fonts from CSS (#73)
These make the text jump when initially loading a page.
2017-12-25 19:25:27 -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
Michael Noronha
9ea87416af Enable left alignment as an option (#51) 2017-08-24 21:06:43 +02:00
Alexis Tacnet
5aa0e994c5 Merge pull request #47 from mtn/404
404 redesign
2017-08-10 09:00:53 +02:00
Michael Noronha
2535da12d7 Moved 404 css to its own partial 2017-08-04 00:33:12 -04:00
Michael Noronha
ed816e03ee An initial redesign 2017-08-01 00:57:59 -04:00
Alexis Tacnet
61fa3f81e7 Add share links at bottom of page 2017-05-05 18:29:03 +02:00
Alexis Tacnet
f58f9b969e Fix some CSS issues 2017-05-05 18:28:43 +02:00
Alexis Tacnet
87d4c9e1f9 Update highlightjs and add more languages 2017-04-19 23:14:49 +02:00
Alexis Tacnet
faa591e120 Add fonts asynchronousy and add all css inline 2017-04-18 22:19:32 +02:00