quest
26ad260858
Numerous improvements and bug fixes.
...
- Refactored themes to always load with just a single file. This avoids
a round trip on each request.
- Locally load font when available on the system, then try to
load the woff2 file, then fall back to regular woff.
- Update markup to use relative urls where it is safe. RSS feeds still
use absolute URLs.
- Only set og:image:(height/width) when using the standard color icon.
- Fixed styles on the pagination buttons.
- Added ability to switch font to Source Code Pro (useSourceCodePro).
- Added yellow theme.
- Added grey theme.
- Bold and remove underline for active page in header.
- Removed markdownify on summary.
- Only display date if present.
2022-09-12 16:26:31 -10:00
Radek Kozieł
b257fa2699
Update README.md
2022-07-04 09:05:14 +02:00
icy-comet
1b3daa8aec
add Toc & readingTime to sample config & change example formatting
2022-02-05 16:17:20 +05:30
panr
b11b5bf012
make it easier to copy code from README
2021-11-01 19:16:12 +01:00
panr
1d8c831af4
update README
2021-11-01 19:00:14 +01:00
panr
e77948f3cd
fix autocover partial
2021-11-01 18:58:53 +01:00
Radek Kozieł
bf96fb25be
Merge pull request #273 from davidhollis/add-scala-support
...
Add scala support
2021-10-24 23:24:56 +02:00
panr
0c08f72167
add reading time param
2021-10-24 10:44:15 +02:00
David Hollis
3dd3c40480
Update README
2021-08-29 15:37:30 +00:00
Radek Kozieł
f139a26426
Update README.md
2021-08-24 14:40:59 +02:00
Radek Kozieł
9dd8459305
Merge pull request #155 from guiguir68/multilingual-improvement
...
'Newer/Older posts' label is now editable
2021-03-21 10:39:23 +01:00
Kenny Huynh
8e5c8d32dc
fix typo: duetone -> duotone
2020-09-27 23:44:03 -07:00
panr
a6f223f522
Webpack is back!
2020-09-06 00:31:23 +02:00
Radek Kozieł
0aae2e9ff4
Update README and make the instruction more clear.
2020-08-24 16:13:23 +02:00
Radek Kozieł
eac693c55f
Update README.md
2020-08-12 08:44:16 +02:00
panr
b0e10e1dca
Update README
2020-08-09 23:49:38 +02:00
Radek Kozieł
e475eb88ef
Update README.md
2020-08-09 23:49:38 +02:00
Radek Kozieł
d644337551
Update README.md
2020-08-09 23:49:38 +02:00
panr
c12cc903bd
Update README.
2020-08-09 23:49:38 +02:00
panr
9c6d80f31f
Update README.
2020-08-09 23:49:38 +02:00
panr
04d9175af8
Update styling
2020-06-18 00:21:19 +02:00
Radek Kozieł
d450f681f0
Update README.md
2020-06-17 16:55:32 +02:00
Guillaume REICHENBACH
b95bb4ac1d
'Newer/Older posts' label is now editable
2020-06-16 16:04:45 +02:00
Radek Kozieł
ebbeedc014
Update README.md
2020-06-13 15:56:57 +02:00
panr
9cbc71f5c3
Update collapsable code shortcode with isCollapsed
prop
2020-06-13 09:51:22 +02:00
panr
cf59a36030
Add a collapsable code shortcode
2020-06-10 00:16:28 +02:00
panr
7c77a416df
Update 404 page
2020-05-29 00:22:42 +02:00
willstocks
8b51d587d8
Separate twitter card params
2020-05-29 00:21:16 +02:00
willstocks
639fd7f5b1
Amend twitter params
2020-05-29 00:21:16 +02:00
willstocks
aaada1ee03
Include Twitter Card parameters
2020-05-29 00:21:16 +02:00
willstocks
d8c6eca445
Add owner as a param for Twitter Card (creator)
2020-05-29 00:21:16 +02:00
Zhai2333
11074eeb07
[^] upd: Update 404
2020-05-29 00:21:16 +02:00
horochx
0b0c32c626
Change the style of the last update time
2020-03-11 23:05:58 +08:00
horochx
145a758159
Merge remote-tracking branch 'upstream/master'
2020-03-10 22:26:40 +08:00
Radek Kozieł
3f6db97f02
Update README.md
2020-01-18 20:13:29 +01:00
Radek Kozieł
c567dd61f9
Fix buymeacoffee buttton in README
2020-01-18 20:13:03 +01:00
Radek Kozieł
c6c3eb8d54
Update README.md
2020-01-18 19:41:49 +01:00
Radek Kozieł
6c467105a2
Add sponsoring option and fix typo
2020-01-18 19:38:49 +01:00
turbo
d2dc6b7bb9
Add highlighting to README/config
2020-01-06 13:34:17 +01:00
panr
7ac0deff87
Add param to set default size for headings
2020-01-05 10:44:58 +01:00
horochx
c297ba66fc
Change the showLastUpdated
field in README.md
to the default value
2019-11-06 22:54:24 +08:00
horochx
213a39bcad
Add last updated display, params.showLastUpdated
and update README.md
2019-10-04 22:41:43 +08:00
Radek Kozieł
06b8259668
Update README.md
2019-08-13 16:41:24 +02:00
Radek Kozieł
2307f19909
Merge pull request #33 from Rinma/add-language-selector
...
Added option for language selector
2019-08-13 16:40:04 +02:00
panr
24e901f460
Add keywords support to single page
2019-08-08 21:56:25 +02:00
b0wter
974dec46bb
Fixed broken link to post archtype.
2019-07-27 21:23:53 +02:00
Marvin Dalheimer
10b545bb86
Added option for language selector
...
Implemented a language selector submenu that can be turned on or off by a config value.
Resolves : panr/hugo-theme-terminal#31
2019-04-01 21:44:39 +02:00
Radek Kozieł
bccf419102
Update README.md
2019-03-31 19:30:56 +02:00
RPGillespie6
27462e1893
Make favicon configurable
...
Fix #18
2019-03-13 18:56:57 -04:00
Radek Kozieł
9928ada9ad
Update README.md
2019-03-06 01:13:31 +01:00