27
0
Fork 1
forked from mirror/Mainroad
Commit graph

18 commits

Author SHA1 Message Date
0365a26f4a minify js 2025-02-19 19:07:20 +00:00
6f6fc89320 Slight color tweaks 2025-02-19 19:07:20 +00:00
Stefan
d40434b651 beautifying the authorbox 2025-01-12 16:30:12 +01:00
Mansoor Barri
52e1359ce2
add multiauthor 2025-01-10 11:37:14 +00:00
Mansoor Barri
aeb30b0e38
fix issue 2025-01-04 06:43:16 +00:00
Vimux
de57543354
Improve search widget styling ()
Slightly improve search widget in several areas, mostly look and feel. Nothing fancy, just light touches here and there.

* СSS:
	* Increase font size (11px → 13px)
	* Use pixels for paddings
	* Always outline search input field on focus
* i18n: use capitalized notation for search text
* Remove empty label
2024-01-10 12:41:12 -05:00
vimux
b1bd72cd0b
Fix Goldmark TOC indentation
Not perfect, but fixes Goldmark and respect blackfriday simultaneously
(looks slightly different now).

Note that the `markup.tableOfContents.ordered` parameter is not
supported.

Closes 
2021-07-07 12:33:27 -04:00
vimux
f10eb9fbdf
Categories widget: add categories_counter param 2021-04-07 14:01:44 -04:00
vimux
8c2da72f92
Use h2 tag as a list item title in summary partial
Closes 
2020-10-06 19:12:56 -04:00
vimux
451a8fa082
Add font params
* Add .Site.Params.googleFontsLink
* Add .Site.Params.style.vars.fontFamilyPrimary
* Add .Site.Params.style.vars.fontFamilySecondary

To store all style related parameters in one place:

* Deprecate .Site.Params.highlightColor
* Add .Site.Params.style.vars.highlightColor

Closes 
Closes 
Closes 
2020-08-17 10:04:25 -04:00
vimux
5ab5aafc55
Add initial logo image support
Closes 
2020-05-24 18:35:57 -04:00
Remi Andruccioli
4b7044b8a3
Allow the use of Markdown in the author bio ()
Co-Authored-By: Vimux <Vimux@users.noreply.github.com>
2020-05-03 16:51:47 -04:00
vimux
6fa35eb289
BREAKING CHANGE: post_nav.html → pager.html
* .Site.Params.post_navigation → .Site.Params.pager

This change requires manual intervention if you
already use Mainroad and `post_navigation` config
param. In this case, rename your `post_navigation`
config param to `pager`.
2020-04-19 10:17:25 -04:00
vimux
2dd3780f30
Improve nested list appearance in content area [2]
Related to 43215d9ca9
2019-08-13 12:52:23 -04:00
vimux
43215d9ca9
Improve nested list appearance in content area 2019-08-13 12:29:18 -04:00
vimux
0318ced273
Rename .tags__icon to .tags__badge
Also moves CSS rules from common .icon-tag to more specific .tags__badge. It makes tag.svg icon potentially reusable.
2019-07-24 11:02:02 -04:00
vimux
ac0216bc3c
Wrap post tags block in post footer 2019-07-24 10:03:23 -04:00
cdyson37
19b9b83441 Add highlightColor option () 2019-06-13 00:09:04 +03:00