Commit Graph

535 Commits

Author SHA1 Message Date
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ł
a634663b48
Merge pull request #250 from indrora/page-bundles
Use Page Bundles, automatically use cover file if available. Closes #249, #274
2021-11-01 18:49:33 +01:00
panr
bfc300f4c8 remove dependabot 2021-11-01 16:25:39 +01:00
panr
553c9a0616 add dependabot 2021-11-01 16:00:27 +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
b41381ea93 update dependencies 2021-10-24 18:37:28 +02:00
panr
8b1529f4bb clean up webpack config 2021-10-24 18:17:16 +02:00
panr
9833384a7b use terset instead of uglify 2021-10-24 17:54:27 +02:00
panr
5737d557f4 fix list styles and re-minify styles. closes #255 2021-10-24 17:41:21 +02:00
panr
466cd49b25 update yarn.lock and re-minify prism.js 2021-10-24 10:53:43 +02:00
Radek Kozieł
a9365185ba
Merge pull request #241 from catleeball/dep
Add terser as minifier.
2021-10-24 10:50:34 +02:00
Radek Kozieł
de6a660701
Merge branch 'master' into dep 2021-10-24 10:49:53 +02:00
Radek Kozieł
0b06a56093
Merge pull request #243 from justinnuwin/upstream
Single page website layout feature and add user
2021-10-24 10:47:32 +02:00
Radek Kozieł
be75e724a1
Merge branch 'master' into upstream 2021-10-24 10:47:10 +02:00
panr
0c08f72167 add reading time param 2021-10-24 10:44:15 +02:00
Radek Kozieł
bbaf93ff6f
Merge pull request #258 from kllmanu/patch-1
prevent footnotes from affecting line-height
2021-10-24 10:04:58 +02:00
Radek Kozieł
360673bedf
Merge pull request #260 from sophiabrandt/fix/paginator
[Bugfix] pagination, close #235
2021-10-24 10:03:55 +02:00
Radek Kozieł
2b0406b7a4
Merge pull request #276 from Nereuxofficial/patch-1
Added my blog to USERS.md
2021-10-24 01:09:17 +02:00
Radek Kozieł
f851fbb769
Merge pull request #277 from sophiabrandt/remove-rockyourcode
Remove rockyourcode
2021-10-24 01:06:57 +02:00
Sophia Brandt
fa5d7a4d42 Remove rockyourcode 2021-10-02 11:54:20 +02:00
Nereuxofficial
49c865aee1
Added my blog to USERS.md 2021-09-29 12:20:22 +02:00
David Hollis
3dd3c40480 Update README 2021-08-29 15:37:30 +00:00
David Hollis
ae9c58f8e1 Add Scala support to prism.js highlighter 2021-08-29 15:32:45 +00:00
Radek Kozieł
cd36a63fd0
Merge pull request #268 from m0xxz/master
markdownify on  .Content not needed
2021-08-24 14:49:42 +02:00
Radek Kozieł
e4b831ac6b
Merge pull request #267 from calefrey/patch-1
Make prismjs shortcode CRLF tolerant
2021-08-24 14:46:30 +02:00
Radek Kozieł
c10d0fa757
Merge pull request #263 from n-kremeris/patch-1
Update USERS.md
2021-08-24 14:42:55 +02:00
Radek Kozieł
25bae8dd53
Merge pull request #254 from panr/dependabot/npm_and_yarn/browserslist-4.16.5
Bump browserslist from 4.16.3 to 4.16.5
2021-08-24 14:42:01 +02:00
Radek Kozieł
cf980be3f4
Merge pull request #271 from panr/dependabot/npm_and_yarn/path-parse-1.0.7
Bump path-parse from 1.0.6 to 1.0.7
2021-08-24 14:41:51 +02:00
Radek Kozieł
f139a26426
Update README.md 2021-08-24 14:40:59 +02:00
panr
7d58896abd add cmake, llvm and nasm syntax 2021-08-24 14:30:28 +02:00
dependabot[bot]
1752bcca7d
Bump path-parse from 1.0.6 to 1.0.7
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases)
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)

---
updated-dependencies:
- dependency-name: path-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-10 22:59:12 +00:00
Zach
7773f26830
No need to markdownify .Content, per Hugo project (https://github.com/gohugoio/hugo/issues/2616#issuecomment-255179057). This fixes issues with showFullContent. 2021-07-13 20:28:36 -07:00
Caleb Frey
9fcd6f2e83
Make prismjs shortcode CRLF tolerant
Checks for extra line in the form of `\r\n` or `\n` so that it's recognized and removed appropriately when edited in a CRLF editor
2021-07-13 17:36:00 -04:00
Norbert Kremeris
7eb29c4145
Update USERS.md 2021-07-01 21:33:09 +01:00
Sophia Brandt
d2aba65c9a Close #235
Implements solution proposed in
https://github.com/panr/hugo-theme-terminal/issues/235#issuecomment-817480433
by @Laetgark
Link to documentation: https://gohugo.io/templates/pagination/#list-paginator-pages
2021-06-18 08:54:35 +02:00
manu
ec451ec43e
prevent footnotes from affecting line-height
see https://stackoverflow.com/a/6594576
2021-06-16 10:47:46 +02:00
dependabot[bot]
ebf07a9cdd
Bump browserslist from 4.16.3 to 4.16.5
Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.16.3 to 4.16.5.
- [Release notes](https://github.com/browserslist/browserslist/releases)
- [Changelog](https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md)
- [Commits](https://github.com/browserslist/browserslist/compare/4.16.3...4.16.5)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-25 01:45:20 +00:00
Radek Kozieł
ca1cc0c391
Merge pull request #242 from woosal1337/patch-1
Update USERS.md
2021-05-12 23:33:22 +02:00
Radek Kozieł
b06ead7ef5
Merge pull request #251 from panr/dependabot/npm_and_yarn/postcss-8.2.10
Bump postcss from 8.2.8 to 8.2.10
2021-05-12 23:32:59 +02:00
Radek Kozieł
092dfc0601
Merge pull request #246 from panr/dependabot/npm_and_yarn/ssri-6.0.2
Bump ssri from 6.0.1 to 6.0.2
2021-05-12 23:32:50 +02:00
dependabot[bot]
3dd20f0986
Bump postcss from 8.2.8 to 8.2.10
Bumps [postcss](https://github.com/postcss/postcss) from 8.2.8 to 8.2.10.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.2.8...8.2.10)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-12 00:38:37 +00:00
Morgan Gangwere
ef0c8fef68 fix logic for getting cover information 2021-05-07 23:49:17 -07:00
Morgan Gangwere
2383eeb774 Add title from CoverCredit, if availble 2021-05-04 21:37:33 -07:00
Morgan Gangwere
67bb5735de Move cover to partial; need to verify that old behavior still works as intended. 2021-05-04 19:33:35 -07:00
Morgan Gangwere
61980c49d1 Use Page Bundles, automatically use cover file if available. 2021-05-02 23:53:56 -07:00
dependabot[bot]
988d494e4b
Bump ssri from 6.0.1 to 6.0.2
Bumps [ssri](https://github.com/npm/ssri) from 6.0.1 to 6.0.2.
- [Release notes](https://github.com/npm/ssri/releases)
- [Changelog](https://github.com/npm/ssri/blob/v6.0.2/CHANGELOG.md)
- [Commits](https://github.com/npm/ssri/compare/v6.0.1...v6.0.2)

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-19 22:58:19 +00:00
Justin Nguyen
49c8fa1dae
Add single page website layout community feature and myself to users list 2021-04-10 04:17:51 -07:00
Vusal Ismayilov
fe616cce37
Update USERS.md 2021-04-06 01:41:32 +03:00