Zach Leatherman
d05fe05b86
Some variable cleanup and color changes
2022-06-29 11:10:24 -05:00
Mohsen Azimi
322aba53f8
Update index.css
2022-03-19 20:43:04 -03:00
Mohsen Azimi
3a3440eddd
update warning color too
2022-03-19 20:41:52 -03:00
Mohsen Azimi
44dbdc7c80
Introduce dark mode and add fonts to base variables
2022-03-19 20:38:41 -03:00
Zach Leatherman
3eb6c6a67d
Upgrade syntax highlighter to 4.0 and update example to use diff syntax
2022-03-03 17:11:08 -06:00
Zach Leatherman
6ac031cfa4
Restore the 4 hundos
2021-07-26 08:50:10 -05:00
Zach Leatherman
6e3282da5c
Align tags
2021-03-19 20:38:32 -05:00
Zach Leatherman
2ccfbf9244
Tweaks to posts list css.
2021-03-17 10:57:44 -05:00
Zach Leatherman
9971c1cf84
Change those ugly red tags.
2021-03-17 10:43:13 -05:00
Andrea Verlicchi
764c3a0e99
Avoid name clash with tag
in HTML syntax highlighting
2020-06-05 22:49:02 +02:00
Zach Leatherman
90f6a2f736
Merge pull request #27 from krzychukula/patch-1
...
Nicer font
2020-01-05 08:38:01 -06:00
Krzysztof Kula
ddec7c43d7
system-ui font
2020-01-05 15:36:31 +01:00
Zach Leatherman
6e02ac8a50
Updates to 0.8.1
2019-04-05 21:57:58 -05:00
Krzychu
a498762b88
Nicer font
...
Taken from: https://bitsofco.de/the-new-system-font-stack/
2019-03-17 18:51:10 +01:00
Zach Leatherman
09f5f24862
Whitespace
2018-09-29 23:22:04 -05:00
Nicolas Hoizey
253c374596
Typo
...
gray != grey
2018-07-16 13:19:33 +02:00
Nicolas Hoizey
d8eff83738
Set default text and background colours
...
Some elements in the design have text colour without background colour. Setting a global background colour should be enough with current text colours.
I wonder however if `var(--white)` is really necessary, instead of `white`.
2018-07-16 13:10:38 +02:00
Zach Leatherman
4185f33c15
Adds markdown-it-anchor plugin
2018-06-18 09:00:00 -05:00
Zach Leatherman
75243f298d
Adds tag pages example
2018-06-11 08:08:15 -05:00
Zach Leatherman
963b5d46e6
Refactors Liquid syntax highlighters to add line highlights.
...
Usage (ranges are space separated):
{% highlight js 1,4-6 %}
One range
Adds `highlight-line-active` to lines 1,4,5,6
{% highlight js 3-4 -1 %}
Two ranges (add/remove), remove is N/A
Adds `highlight-line-add` to lines 3,4
{% highlight js -1 3-4 %}
Two ranges (add/remove), add is N/A
Adds `highlight-line-remove` to lines 3,4
{% highlight js 3-4 5,8-10 %}
Two ranges, both are used
Adds `highlight-line-add` to lines 3-4
Adds `highlight-line-remove` to lines 5,8,9,10
2018-01-26 22:12:46 -06:00
Zach Leatherman
545f203d33
Add link back to repo from demo pages.
2018-01-25 23:26:20 -06:00
Zach Leatherman
6dcc240219
Change default config to use pathPrefix: "/" and then use --pathprefix="/eleventy-base-blog/
for GitHub deploy command. Requires Eleventy v0.2.11
2018-01-25 21:03:57 -06:00
Zach Leatherman
14655cb1c4
Fixes #3
2018-01-22 22:53:46 -06:00
Zach Leatherman
b9c0d87306
start of eleventy-base-blog that pairs with 0.2.8
2018-01-22 08:17:48 -06:00
Zach Leatherman
c86db0c9ce
Initial commit.
2018-01-16 21:08:47 -06:00