- 25 Feb, 2020 1 commit
-
-
Kaushal Modi authored
https://gohugo.io/news/0.58.0-relnotes/ > home.Pages now behaves like all the other sections, see #6240. If you want to list all the regular pages, use .Site.RegularPages.
-
- 07 Feb, 2020 2 commits
-
-
Kaushal Modi authored
- Break up the long sequence of pipes into smaller assign statements. - Interleaving comments and code snippets.
-
Kaushal Modi authored
Earlier, the text following a Markdown blockquote became part of the block quote incorrectly; fixed that by replacing "<br />" with "\n". Also: - Added more comments explaining the logic for parsing Markdown in comments. - Removed a relic piece of code as a result of refactoring in ed10648d.
-
- 10 May, 2019 1 commit
-
-
- 09 Apr, 2019 1 commit
-
-
Kaushal Modi authored
-
- 24 Jan, 2019 6 commits
-
-
Kaushal Modi authored
-
Kaushal Modi authored
-
Kaushal Modi authored
-
Kaushal Modi authored
Now those rules apply only on «class="mf2 reply"» elements.
-
Kaushal Modi authored
-
Kaushal Modi authored
-
- 17 Jan, 2019 2 commits
-
-
Kaushal Modi authored
"site..." doesn't work but "$.Site..." works.
-
Kaushal Modi authored
-
- 10 Jan, 2019 1 commit
-
-
Kaushal Modi authored
-
- 04 Jan, 2019 1 commit
-
-
Kaushal Modi authored
So now no need to think if .Site needs to be used vs $.Site. Yay!
-
- 21 Dec, 2018 1 commit
-
-
- 06 Dec, 2018 1 commit
-
-
Kaushal Modi authored
-
- 08 Nov, 2018 1 commit
-
-
Kaushal Modi authored
https://xn--sr8hvo.ws/
-
- 18 Oct, 2018 1 commit
-
-
Kaushal Modi authored
-
- 27 Sep, 2018 4 commits
-
-
Kaushal Modi authored
-
Kaushal Modi authored
Move the author to after the date display, in the header tag.
-
Kaushal Modi authored
-
-
- 25 Sep, 2018 1 commit
-
-
Kaushal Modi authored
-
- 24 Sep, 2018 1 commit
-
-
Kaushal Modi authored
-
- 20 Sep, 2018 2 commits
-
-
Kaushal Modi authored
-
Kaushal Modi authored
-
- 19 Sep, 2018 2 commits
-
-
Kaushal Modi authored
-
-
- 16 Sep, 2018 1 commit
-
-
Kaushal Modi authored
To support the Org _underline_ syntax.
-
- 11 Sep, 2018 1 commit
-
-
Kaushal Modi authored
-
- 10 Sep, 2018 9 commits
-
-
Kaushal Modi authored
-
Kaushal Modi authored
-
Kaushal Modi authored
-
Kaushal Modi authored
Google Chrome gives warning that the prefetched fonts are not used in few seconds after page load (not sure why..).
-
Kaushal Modi authored
-
Kaushal Modi authored
Using the simpler Org macro instead: #+macro: asciinema /[[https://asciinema.org/a/$1][Click here]] to see the animation on asciinema.org./
-
Kaushal Modi authored
The browser rendered bold of Iosevka is too squished up together (it's very noticeable in the 'm' character); example: https://scripter.co/splitting-an-org-block-into-two/#code-snippet-1
-
Kaushal Modi authored
Turns out there's not much noticeable difference if I let the browser do the bold and/or italic rendering of most fonts. So now these are *not* loaded: - Iosevka bold (for Interrobang too) - Iosevka italic (for Interrobang too) - Linux Biolinum italic - Source Sans Pro bold - Source Sans Pro italic - Libre Baskerville bold
-
Kaushal Modi authored
-