panr
8dee69d6f1
Update README
2022-10-23 11:20:57 +02:00
panr
77db977cbb
Update README
2022-10-22 13:32:38 +02:00
Radek Kozieł
21cdda5eab
Merge pull request #372 from Seirdy/a11y-fixes
...
A11y fixes
2022-10-22 11:37:49 +02:00
Radek Kozieł
bc8a948e9e
Merge branch 'master' into a11y-fixes
2022-10-22 11:37:43 +02:00
Radek Kozieł
4cfc615c58
Merge pull request #370 from matidfk/patch-1
...
Allow target="_blank" with .Params.NewTab set to true
2022-10-22 11:36:14 +02:00
Radek Kozieł
630b79d3d3
Merge pull request #369 from undeMalum/master
...
Update USERS.md
2022-10-22 11:35:17 +02:00
Radek Kozieł
078ea12d61
Merge branch 'master' into master
2022-10-22 11:35:10 +02:00
Radek Kozieł
799ade2a15
Merge pull request #363 from ben-kuhn/patch-1
...
Update USERS.md
2022-10-22 11:32:53 +02:00
Radek Kozieł
a28d372103
Merge branch 'master' into patch-1
2022-10-22 11:32:47 +02:00
Radek Kozieł
84915ed87c
Merge pull request #358 from bg117/patch-1
...
Add my site onto USERS.md
2022-10-22 11:32:03 +02:00
Radek Kozieł
48a59f7148
Merge branch 'master' into patch-1
2022-10-22 11:31:57 +02:00
Radek Kozieł
5a7235247c
Merge pull request #354 from GrumpyMetalGuy/patch-1
...
Update USERS.md
2022-10-22 11:31:38 +02:00
Radek Kozieł
9cbdf7f76b
Merge branch 'master' into patch-1
2022-10-22 11:31:32 +02:00
Radek Kozieł
8ef529a191
Merge pull request #346 from gabe565/list-date-fix
...
Fix list date shown as 0001-01-01 when not set
2022-10-22 11:31:10 +02:00
Radek Kozieł
578cff2c4a
Merge pull request #337 from wilsonehusin/summary-no-markdown
...
Don't markdownify `.Summary`
2022-10-22 11:30:51 +02:00
Radek Kozieł
cddbfdb6c8
Merge pull request #324 from Jontes-Tech/patch-1
...
Adding Jontes.Page
2022-10-22 11:30:13 +02:00
Radek Kozieł
52455fceeb
Merge branch 'master' into patch-1
2022-10-22 11:30:06 +02:00
Rohan Kumar
ef0ab18dd9
Switch another div to article
2022-10-18 21:02:32 -07:00
Radek Kozieł
788ab99b3d
Merge pull request #373 from MichalSkoula/patch-1
...
Update USERS.md
2022-10-18 23:30:32 +02:00
Michal Škoula
1e9ebfa7a0
Update USERS.md
...
added my websites
2022-10-05 22:30:53 +02:00
Rohan Kumar
4a26bc11a8
Semantics: use time element where appropriate
...
See #371
2022-09-27 14:06:37 -07:00
Rohan Kumar
a44ecc8816
Semantics: use article element where appropriate
...
See #371
2022-09-27 13:58:45 -07:00
Rohan Kumar
7e552cfc27
Typo: change ariaLabel to aria-label
2022-09-27 13:56:54 -07:00
matidfk
b824cb3172
Allow target="_blank" with .Params.NewTab set to true
...
example:
```
[[menu.main]]
identifier = "discord"
name = "Discord"
url = "https://discord.gg/ ..."
[menu.main.params]
newTab = true
```
2022-09-25 13:19:32 +01:00
undeMalum
7ebc190fa0
Update USERS.md
...
Add me and my website
2022-09-24 16:45:10 +02:00
Ben Kuhn
f501aea6c4
Update USERS.md
2022-09-08 11:52:29 -05:00
bg117
6978547538
Update USERS.md
2022-08-18 19:15:43 +08:00
Jonatan
1cfe36806b
Update USERS.md
2022-08-06 19:59:07 +02:00
Jonatan
a318e42764
Update USERS.md
2022-08-06 19:56:12 +02:00
Radek Kozieł
1610962731
Merge pull request #355 from panr/dependabot/npm_and_yarn/terser-5.14.2
...
Bump terser from 5.9.0 to 5.14.2
2022-07-20 08:00:51 +02:00
dependabot[bot]
e65726ee5a
Bump terser from 5.9.0 to 5.14.2
...
Bumps [terser](https://github.com/terser/terser ) from 5.9.0 to 5.14.2.
- [Release notes](https://github.com/terser/terser/releases )
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/terser/terser/commits )
---
updated-dependencies:
- dependency-name: terser
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-07-20 01:26:28 +00:00
GrumpyMetalGuy
eb64ae3fd1
Update USERS.md
2022-07-18 13:54:47 +01:00
panr
b868b1d08b
remove go.module
2022-07-08 15:44:13 +02:00
Gabe Cook
d7e289572a
Fix list date shown as 0001-01-01 when not set
2022-07-06 12:12:59 -05:00
Radek Kozieł
b257fa2699
Update README.md
2022-07-04 09:05:14 +02:00
panr
aad3300fb5
add hugo module
2022-06-21 10:16:02 +02:00
panr
ce78519623
add form styles
2022-06-16 09:16:23 +02:00
Wilson E. Husin
48846331ee
Don't markdownify .Summary
...
When a post defines a custom summary through `<!--more-->` tag,
`markdownify` does not work and result in the post having empty summary.
This fixes the behavior to render it properly
2022-04-26 16:50:17 -07:00
Radek Kozieł
e0213b0d4e
Merge pull request #332 from alycklama/feature/hide-comments
...
Adds flag to hide comments on a page-to-page basis
2022-03-29 23:36:50 +02:00
Anton Lijcklama à Nijeholt
7b430aaaca
Adds flag to hide comments on a page-to-page basis
2022-03-29 20:08:32 +02:00
Radek Kozieł
065f1a9f1e
Merge pull request #326 from MikeFoden/master
...
Update USERS.md to include Mike Foden
2022-03-26 11:33:04 +01:00
Radek Kozieł
c98dfa6452
Merge pull request #331 from panr/dependabot/npm_and_yarn/minimist-1.2.6
...
Bump minimist from 1.2.5 to 1.2.6
2022-03-26 11:32:19 +01:00
dependabot[bot]
379dccdabc
Bump minimist from 1.2.5 to 1.2.6
...
Bumps [minimist](https://github.com/substack/minimist ) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases )
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6 )
---
updated-dependencies:
- dependency-name: minimist
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-03-26 10:20:25 +00:00
Mike Foden
6f09541f75
Update USERS.md
2022-03-22 10:34:30 +11:00
Radek Kozieł
60b9f3f4db
Merge pull request #320 from tatewilhelm/patch-1
...
Adding User
2022-03-19 09:14:26 +01:00
Jonatan
32bac37f22
Update USERS.md
2022-03-12 11:18:21 +01:00
Tate Wilhelm
55e8a45109
Update USERS.md
2022-02-21 22:32:57 -06:00
Radek Kozieł
9d458d193f
Merge pull request #314 from icy-comet/patch-1
...
document `Toc`, `TocTitle` & `readingTime`
2022-02-07 11:48:35 +01:00
icy-comet
1b3daa8aec
add Toc & readingTime to sample config & change example formatting
2022-02-05 16:17:20 +05:30
icy-comet
993f39f58d
make Toc a site-wide Param
2022-02-05 15:58:12 +05:30
Radek Kozieł
6ad2d19be8
Merge pull request #297 from alberto-lanfranco/master
...
fixed post-content logic in index.html and list.html
2022-01-22 09:17:10 +01:00
Radek Kozieł
ded26b695f
Merge pull request #302 from faultnote/menu/visual-align
...
Update menu margin for visual align
2022-01-22 09:10:03 +01:00
Radek Kozieł
26acce9de7
Merge pull request #306 from 2200g/patch-1
...
Added my blog to the list.
2022-01-22 09:09:16 +01:00
Radek Kozieł
2d6da429ad
Merge branch 'master' into patch-1
2022-01-22 09:09:11 +01:00
Radek Kozieł
f90f088661
Merge pull request #308 from cristiioan/master
...
Added my blog
2022-01-22 09:08:31 +01:00
Radek Kozieł
9ecbdfdb53
Merge branch 'master' into master
2022-01-22 09:08:25 +01:00
Radek Kozieł
53b0ba4b1c
Merge pull request #311 from panr/dependabot/npm_and_yarn/nanoid-3.2.0
...
Bump nanoid from 3.1.30 to 3.2.0
2022-01-22 09:06:58 +01:00
Radek Kozieł
4d31894966
Merge pull request #310 from mintphin/patch-1
...
Added they.mint.lgbt
2022-01-22 09:06:43 +01:00
dependabot[bot]
f8743050da
Bump nanoid from 3.1.30 to 3.2.0
...
Bumps [nanoid](https://github.com/ai/nanoid ) from 3.1.30 to 3.2.0.
- [Release notes](https://github.com/ai/nanoid/releases )
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ai/nanoid/compare/3.1.30...3.2.0 )
---
updated-dependencies:
- dependency-name: nanoid
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-01-22 03:09:16 +00:00
mint
2f07661d54
Added they.mint.lgbt
2022-01-21 21:24:07 -03:00
YoungTaek
df1fcb5b4e
Trim visual align by adding a margin into menu section
...
- add a 1 pixel left and right margin to .menu selector in header.css file
2022-01-15 14:49:39 +09:00
Cristiioan
38b7e2d71a
Added my blog
2022-01-12 16:02:51 +02:00
2200g
b396c7267f
Added my blog to the list.
...
Added my blog to the list.
2022-01-10 05:16:38 +08:00
Radek Kozieł
71b2d5731d
Merge pull request #304 from biplavxyz/patch-1
...
Add biplav.xyz to USERS list
2022-01-08 09:50:57 +01:00
Radek Kozieł
f07873df21
Merge branch 'master' into patch-1
2022-01-08 09:50:42 +01:00
Radek Kozieł
2c980592fb
Merge pull request #301 from santiagon610/master
...
add santiago.wtf to USERS list
2022-01-08 09:48:25 +01:00
Radek Kozieł
c3cc15b3fb
Merge pull request #300 from sethforprivacy/patch-1
...
Update sethsimmons.me -> blog.sethforprivacy.com
2022-01-08 09:48:15 +01:00
panr
411fade4c6
update font the latest version and fix "font-feature-settings" to enable ligatures
2022-01-07 11:23:56 +01:00
Biplav
0f3c3ce5a2
Add biplav.xyz to USERS list
2022-01-06 13:32:45 -05:00
Nicholas Santiago
757870fc9f
add santiago.wtf to USERS list
2021-12-23 02:36:54 -05:00
Seth For Privacy
8c8b04f619
Update sethsimmons.me -> blog.sethforprivacy.com
2021-12-22 19:28:32 +00:00
Radek Kozieł
384671e682
Merge pull request #294 from MCWertGaming/patch-2
...
Updated blog url
2021-11-10 19:23:36 +01:00
Alberto Lanfranco
14414168d7
fixed post-content logic in index.html
2021-11-10 09:12:44 +01:00
Alberto Lanfranco
1eb3288a62
fixed post-content logic in list.html
2021-11-10 09:11:18 +01:00
panr
9facb58364
fix dir name for exampleSite
2021-11-07 17:26:49 +01:00
panr
a3dd8c11f0
set default values for FullWidthTheme and CenterTheme. fixes 278
2021-11-04 23:44:21 +01:00
Damon Leven
cc1553f7ff
Update USERS.md
2021-11-02 15:25:20 +01:00
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
🎷🐛 Lee Ball
e12f6caa63
Add terser as minifier.
2021-03-21 20:36:29 -07:00
panr
aaaadafec9
Add default values for the pagination
2021-03-21 10:41:10 +01: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
Radek Kozieł
b4bf3b06c3
Merge pull request #229 from smailzhu/fix-empty-summary
...
fix summary issue
2021-03-21 10:33:08 +01:00
Radek Kozieł
b4629bfaea
Merge pull request #233 from MCWertGaming/desciptionFix
...
use the defined description instead of the first paragraph in the header when available
2021-03-21 10:20:56 +01:00
Radek Kozieł
89e499b402
Merge pull request #238 from geckopfote/master
...
Update USERS.md
2021-03-21 10:18:52 +01:00
Radek Kozieł
6e3dff3351
Merge pull request #239 from CMiksche/patch-2
...
Add rss file with full content
2021-03-21 10:12:21 +01:00
panr
58bfba3985
[chore] update dependencies and modernize postcss config
2021-03-21 10:06:30 +01:00
Christoph Daniel Miksche
72673985a1
Add rss file with full content
...
Add a default RSS file based on the official Hugo file and extend it with a content tag
Fixes #234
2021-02-28 20:03:44 +01:00
Chris
dc69c9059c
Update USERS.md
...
Add my website to the list.
2021-02-21 12:54:54 +01:00
damon
30ad59dc69
use the defined description instead of the first paragraph
2021-02-03 16:54:28 +00:00
Radek Kozieł
8564ee33a1
Merge pull request #196 from cindrmon/patch-1
...
duplicated website and name
2021-01-10 10:27:51 +01:00
Radek Kozieł
175b1a7cb8
Merge branch 'master' into patch-1
2021-01-10 10:27:43 +01:00
Radek Kozieł
53a90e1e09
Merge pull request #195 from bugfix123/patch-1
...
Update USERS.md
2021-01-10 10:25:19 +01:00
Radek Kozieł
235f2a37ff
Merge branch 'master' into patch-1
2021-01-10 10:25:03 +01:00
Radek Kozieł
2363670d7e
Merge pull request #212 from kdpuvvadi/master
...
Update USERS.md
2021-01-10 10:24:01 +01:00
Radek Kozieł
e42dbd57ea
Merge pull request #214 from Louisload/feature/add-community-feature-portfolio
...
Add portfolio fork to COMMUNITY-FEATURES
2021-01-10 10:19:04 +01:00
Radek Kozieł
2c5f161f65
Merge branch 'master' into feature/add-community-feature-portfolio
2021-01-10 10:18:10 +01:00
Radek Kozieł
ec4748863a
Merge pull request #215 from MichaelTrip/update-USERS.md
...
updated USERS.md
2021-01-10 10:13:04 +01:00
Radek Kozieł
de84c9b4c3
Merge branch 'master' into update-USERS.md
2021-01-10 10:12:50 +01:00
Radek Kozieł
3032b81e82
Merge pull request #223 from panr/dependabot/npm_and_yarn/ini-1.3.7
...
Bump ini from 1.3.5 to 1.3.7
2021-01-10 10:12:08 +01:00
Radek Kozieł
8dc8e95747
Merge pull request #221 from markopolo123/master
...
Update USERS.md
2021-01-10 10:11:51 +01:00
Radek Kozieł
fef6d938fd
Merge branch 'master' into master
2021-01-10 10:11:31 +01:00
Radek Kozieł
5092fa9a01
Merge pull request #226 from MCWertGaming/master
...
Update USERS.md
2021-01-10 10:10:58 +01:00
Radek Kozieł
603898c30b
Merge branch 'master' into master
2021-01-10 10:10:49 +01:00
Radek Kozieł
a09a79ae4c
Merge pull request #231 from sethsimmons/patch-1
...
Add sethsimmons.me to user’s list
2021-01-10 10:06:31 +01:00
Radek Kozieł
3dd5709d70
Merge pull request #225 from robbienohra/feature/gist-syntax-highlighting
...
initial draft for gist syntax highlighting and table-layout modification
2021-01-10 10:06:15 +01:00
Seth Simmons
24522eeec5
Add sethsimmons.me to user’s list
2021-01-03 14:59:04 -05:00
Robbie Nohra
ce5fa4c87c
Merge branch 'feature/gist-syntax-highlighting' of github.com:robbienohra/hugo-theme-terminal into feature/gist-syntax-highlighting
2020-12-31 22:46:35 -05:00
Robbie Nohra
090d7b2f19
additonal cleanup
2020-12-31 22:46:26 -05:00
Robbie Nohra
5f53ba6b43
Merge branch 'feature/gist-syntax-highlighting' of github.com:robbienohra/hugo-theme-terminal into feature/gist-syntax-highlighting
2020-12-31 22:36:17 -05:00
Robbie Nohra
3c914ffcf7
Merge branch 'feature/gist-syntax-highlighting' of github.com:robbienohra/hugo-theme-terminal into feature/gist-syntax-highlighting
2020-12-31 22:36:06 -05:00
Robbie Nohra
229a3ead62
stripped away gist theme highlighting; including only minor gist formatting fixes
2020-12-31 22:35:54 -05:00
Robbie Nohra
5e218c0b43
Merge branch 'feature/gist-syntax-highlighting' of github.com:robbienohra/hugo-theme-terminal into feature/gist-syntax-highlighting
2020-12-25 14:55:46 -05:00
Robbie Nohra
b09f2a4a14
Merge branch 'feature/gist-syntax-highlighting' of github.com:robbienohra/hugo-theme-terminal into feature/gist-syntax-highlighting
2020-12-25 14:55:28 -05:00
Robbie Nohra
194a49d39e
removed extraneous .idea folder accidentally commited
2020-12-25 14:55:19 -05:00
Robbie Nohra
220f8e590e
Merge branch 'feature/gist-syntax-highlighting' of github.com:robbienohra/hugo-theme-terminal into feature/gist-syntax-highlighting
2020-12-25 14:51:53 -05:00
Robbie Nohra
3c4a093dbd
Merge branch 'feature/gist-syntax-highlighting' of github.com:robbienohra/hugo-theme-terminal into feature/gist-syntax-highlighting
2020-12-25 14:51:09 -05:00
Robbie Nohra
0af87801a2
ran yarn build to update static assets
2020-12-25 14:49:35 -05:00
Robbie Nohra
e446bafe36
ran yarn build to update static assets
2020-12-25 14:49:20 -05:00
Robbie Nohra
e3e310b60d
further alignment of gist syntax styling with terminal theme
2020-12-22 21:36:16 -05:00
Robbie Nohra
febf17a03d
corrected color of pl-c1
2020-12-22 20:40:32 -05:00
Robbie Nohra
89f88607cc
set font-size 1rem to align with theme; disabled font-style italic for comments to align with theme
2020-12-22 20:32:15 -05:00
Robbie Nohra
13aa8e777e
specified gist font family as fira code to align with theme
2020-12-22 20:27:17 -05:00
Robbie Nohra
2ff00f859a
bumped up gist fontsize
2020-12-22 20:25:26 -05:00
Robbie Nohra
5f2dbe44e3
set gist border radius to zero to align with terminal theme
2020-12-22 18:34:27 -05:00
Robbie Nohra
43a93652dd
added gist border styling
2020-12-22 18:29:05 -05:00
Robbie Nohra
58c2d90f94
reverted style.css file to master
2020-12-22 18:20:11 -05:00
Robbie Nohra
547a17a25f
reverted static styles.css; added preliminary gist stylesheet; added gist stylesheet import in assets main.css
2020-12-22 18:17:40 -05:00
Damon Leven
3882fb160a
Update USERS.md
2020-12-21 20:18:49 +00:00
Robbie Nohra
b0a8f3bd43
initial draft for gist syntax highlighting and table-layout modification
2020-12-21 12:42:51 -05:00
dependabot[bot]
f3317dc327
Bump ini from 1.3.5 to 1.3.7
...
Bumps [ini](https://github.com/isaacs/ini ) from 1.3.5 to 1.3.7.
- [Release notes](https://github.com/isaacs/ini/releases )
- [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.7 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-12-11 03:53:27 +00:00
Mark
feee0b5a1e
Update USERS.md
...
Adding website and name.
2020-12-07 13:04:59 +00:00
smailzhu
58cf550908
fix index preview section issue
2020-11-30 16:07:41 +01:00
Michael Trip
30b7219a69
updated USERS.md
2020-11-24 14:42:44 +01:00
Luís Alves
f0a5d6859e
Add hidden.land to USERS.md
2020-11-20 19:16:12 +00:00
Luís Alves
a5ef3ccc8b
Add portfolio fork to COMMUNITY-FEATURES.md
2020-11-20 19:15:53 +00:00
panr
c3f51a4c11
fix the viewport variables
2020-11-16 00:25:19 +01:00
panr
60a15e7b38
show language selector only when there is more than one language
2020-11-16 00:12:25 +01:00
panr
1e46e9cdaf
fix diff duotone syntax color
2020-11-16 00:00:53 +01:00
Radek Kozieł
29200fe841
Merge pull request #203 from rdnlsmith/pwsh-syntax-highlight
...
Add highlighting for PowerShell syntax
2020-11-15 23:47:24 +01:00
Radek Kozieł
a6ca60fb7f
Merge branch 'master' into pwsh-syntax-highlight
2020-11-15 23:47:11 +01:00
Radek Kozieł
4d71df019b
Merge pull request #202 from schoentoon/hide-menu-button-mobile
...
Hide the menu button on mobile if the menu is empty
2020-11-15 19:16:08 +01:00
panr
480cb60150
fix Webpack config to output standalone languageSelector file
2020-11-15 18:45:23 +01:00
KD Puvvadi
78002c5029
Update USERS.md
2020-11-04 09:28:19 +05:30
Radek Kozieł
4d617361a3
Merge pull request #210 from yujixr/patch-1
...
Update USERS.md
2020-11-01 23:40:01 +01:00
YUJI
825fde486a
Update USERS.md
...
Add my site to this list
2020-11-01 23:34:51 +09:00
Radek Kozieł
28c44c93b1
Merge pull request #208 from Mathie-Josh/patch-2
...
Update USERS.md
2020-11-01 00:26:10 +01:00
Josh M
9c4f402c4e
Update USERS.md
...
would like to add my website to the list
2020-10-29 19:25:30 -04:00
Radek Kozieł
12f249fd7c
Merge pull request #207 from mpostument/mpostument-website
...
Added mpostument.com to USERS.MD
2020-10-27 15:28:42 +01:00
mpostument
42eea54554
added mpostument website
2020-10-27 13:32:37 +00:00
Daniel Smith
223b7536ce
Add highlighting for PowerShell syntax
2020-10-19 20:37:35 -04:00
Toon Schoenmakers
cb61741202
Hide the menu button on mobile if the menu is empty
2020-10-17 23:06:50 +02:00
Dominic F
1756ef2edc
duplicated website and name
...
sorry for the inconvenience. i just recently changed my github username, and i have noticed that there are already two instances of my own website in this list. i know it is just a small change, and i'm really sorry about it.
2020-09-29 22:30:58 +08:00
bugfix123
d0284fd691
Update USERS.md
...
My blog's domain(dongzhi.me) has changed to 'zhige.io',Thanks!
2020-09-29 22:07:10 +08:00
Radek Kozieł
30d5681909
Merge pull request #182 from zchrykng/patch-1
...
Add defaults to post archetype
2020-09-28 10:07:19 +02:00
Radek Kozieł
b572763b1f
Merge pull request #194 from hkennyv/fix-typo
...
fix typo: duetone -> duotone
2020-09-28 08:53:46 +02:00
Kenny Huynh
8e5c8d32dc
fix typo: duetone -> duotone
2020-09-27 23:44:03 -07:00
Zachary King
bb344ddad7
update for brain dead copy/paste
2020-09-27 18:01:26 -04:00
panr
08644e95c3
Allow html in figure caption.
2020-09-27 16:25:34 +02:00
Radek Kozieł
6856982e4a
Merge pull request #158 from pablodiazgutierrez/patch-1
...
Adding pablart.com
2020-09-27 16:19:55 +02:00
Radek Kozieł
7ebb1d2776
Merge branch 'master' into patch-1
2020-09-27 16:19:44 +02:00
Radek Kozieł
54f156d2d5
Merge pull request #171 from rossmckelvie/author-spacing
...
Fix spacing in lists between :: and Author
2020-09-27 16:13:17 +02:00
Radek Kozieł
0f2f3fc6be
Merge pull request #172 from rossmckelvie/apple-touch-icon
...
Modernize apple-touch-icon
2020-09-27 16:11:45 +02:00
Radek Kozieł
4a2f49d34b
Merge pull request #178 from luigifcruz/patch-1
...
Ensure text remains visible during webfont load
2020-09-27 16:11:06 +02:00
Radek Kozieł
3523728e96
Merge pull request #179 from luigifcruz/patch-2
...
Improve Open Graph Tags
2020-09-27 16:07:25 +02:00
Radek Kozieł
6a9b40ee12
Merge pull request #184 from CosmosAtlas/master
...
Fixed language selector not showing up on click
2020-09-27 16:02:44 +02:00
panr
4a20b34d61
Update languageSelector code & other small fixes.
2020-09-27 16:01:39 +02:00
Radek Kozieł
85113381ea
Merge pull request #190 from bugfix123/patch-1
...
Update USERS.md
2020-09-27 14:40:09 +02:00
Radek Kozieł
5685c97216
Merge branch 'master' into patch-1
2020-09-27 14:40:01 +02:00
Radek Kozieł
a749f3e3e6
Merge pull request #189 from IsaEs/patch-1
...
Update USERS.md
2020-09-27 14:39:12 +02:00
Radek Kozieł
b3437bc4dc
Merge branch 'master' into patch-1
2020-09-27 14:39:01 +02:00
Radek Kozieł
654784a5c1
Merge pull request #188 from Conight/patch-1
...
Update USERS.md
2020-09-27 14:37:54 +02:00
Radek Kozieł
fae2e5f804
Merge branch 'master' into patch-1
2020-09-27 14:37:45 +02:00
Radek Kozieł
57b7a9cfc2
Merge pull request #186 from CMiksche/patch-1
...
Update USERS.md
2020-09-27 14:37:11 +02:00
panr
9f2097f3f0
Fix head partial.
2020-09-06 00:52:53 +02:00
panr
a6f223f522
Webpack is back!
2020-09-06 00:31:23 +02:00
bugfix123
8710cb78b5
Update USERS.md
...
Thans you for your awesome theme!
2020-09-01 22:33:45 +08:00
İsa Eş
d20f756c21
Update USERS.md
2020-08-29 22:09:53 +03:00
Conight
3a7d4ad376
Update USERS.md
2020-08-28 09:48:44 +08:00
Christoph Daniel Miksche
c3b01fb9ce
Update USERS.md
2020-08-25 23:23:32 +02:00
Radek Kozieł
0aae2e9ff4
Update README and make the instruction more clear.
2020-08-24 16:13:23 +02:00
Zachary King
4ade714a77
Add defaults to post archetype
2020-08-15 17:27:53 -04:00
Radek Kozieł
e679f013c1
Update theme.toml
2020-08-12 08:44:40 +02:00
Radek Kozieł
eac693c55f
Update README.md
2020-08-12 08:44:16 +02:00
Luigi Cruz
cbe39af196
Changing Open Graph tags.
2020-08-09 21:52:51 -03:00
Luigi Cruz
d75ae3fae8
Add font-swap to third-party font.
2020-08-09 20:09:03 -03:00
panr
e6be81c664
Show a twitter card without any condition.
2020-08-10 00:13:56 +02:00
Radek Kozieł
80fa802fa6
Merge pull request #177 from arminfriedl/master
...
Only add twitter card if twitter defined
2020-08-10 00:10:59 +02:00
panr
fdd39516c3
Add COMMUNITY-FEATURES.md
2020-08-09 23:51:04 +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
0759309c59
Webpack -> Hugo Pipes
2020-08-09 23:49:38 +02:00
Armin Friedl
55b6d6bf28
Only add twitter card if twitter defined
...
Removes warning
`WARNING: calling IsSet with unsupported type "invalid" (<nil>) will always return false.`
in newer hugo versions.
2020-08-09 08:17:04 +02:00
Radek Kozieł
73373847d8
Merge pull request #169 from classx/patch-1
...
Update USERS.md
2020-08-09 00:22:36 +02:00
Radek Kozieł
a4a96bea35
Merge branch 'master' into patch-1
2020-08-09 00:22:26 +02:00
Radek Kozieł
33966cdf64
Merge pull request #168 from wbogocki/patch-1
...
Update USERS.md
2020-08-09 00:21:58 +02:00
Radek Kozieł
6eca4d4826
Merge branch 'master' into patch-1
2020-08-09 00:21:45 +02:00
Radek Kozieł
2d26fb1cf0
Merge pull request #167 from cindrmon/patch-2
...
Update USERS.md
2020-08-09 00:21:16 +02:00
Ross McKelvie
8b264b8f51
apple-touch-icon-precomposed has been obsolete since iOS 7
2020-08-02 03:38:24 -05:00
Ross McKelvie
983b497ec7
Fix spacing in lists between :: and Author
2020-07-31 22:59:42 -05:00
Radek Kozieł
c80302a67d
Merge pull request #170 from panr/dependabot/npm_and_yarn/elliptic-6.5.3
...
Bump elliptic from 6.5.2 to 6.5.3
2020-07-30 16:59:00 +02:00
dependabot[bot]
087d77a0e6
Bump elliptic from 6.5.2 to 6.5.3
...
Bumps [elliptic](https://github.com/indutny/elliptic ) from 6.5.2 to 6.5.3.
- [Release notes](https://github.com/indutny/elliptic/releases )
- [Commits](https://github.com/indutny/elliptic/compare/v6.5.2...v6.5.3 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-07-30 13:54:06 +00:00
classx
de6feb37b8
Update USERS.md
2020-07-30 13:34:38 +03:00
Wojciech Bogócki
8404f40c2c
Update USERS.md
2020-07-29 07:06:04 +08:00
Dominic F
1703c16b7f
Update USERS.md
2020-07-27 11:41:51 +08:00
Radek Kozieł
6404a48fe3
Merge pull request #161 from panr/dependabot/npm_and_yarn/lodash-4.17.19
...
Bump lodash from 4.17.15 to 4.17.19
2020-07-19 17:45:47 +02:00
dependabot[bot]
c5e838481d
Bump lodash from 4.17.15 to 4.17.19
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-07-16 21:32:29 +00:00
Radek Kozieł
bc29541514
Merge pull request #160 from RaZnAr0k/patch-1
...
Update USERS.md
2020-07-10 17:40:55 +02:00
RaZnAr0k
a020860014
Update USERS.md
2020-07-10 15:54:32 +08:00
Pablo Diaz-Gutierrez
2266ddfdd4
Adding pablart.com
2020-06-25 10:53:16 -07:00
panr
5a0af3384d
Fix accessibility issues and re-format templates
2020-06-18 00:40:31 +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
panr
0925abe5d8
Add terms.html template.
...
Add index.html template.
Fix list.html template.
2020-06-17 16:52:06 +02:00
Radek Kozieł
b19e56a9d8
Merge pull request #150 from FizzyGalacticus/color-per-page
...
Add color-per-page support
2020-06-17 16:20:06 +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
Dustin L. Dodson
e7fd995590
Add color-per-page support, addresses #20
2020-05-30 17:23:49 -07:00
panr
0a9b08f405
Fix styling for the index content
2020-05-29 00:50:00 +02:00
Radek Kozieł
3ade628cfc
Merge pull request #104 from nuno-silva/index
...
[WIP] Feature request: display index page content
2020-05-29 00:36:43 +02:00
panr
8ace31592e
Fix conflicts
2020-05-29 00:25:49 +02:00
panr
7c77a416df
Update 404 page
2020-05-29 00:22:42 +02:00
panr
abab5c6dcd
Update list styling
2020-05-29 00:22:42 +02:00
Radek Kozieł
e2bb4583b1
Update USERS.md
2020-05-29 00:22:15 +02:00
elraro
2d0de8e812
Update USERS.md
2020-05-29 00:22:15 +02:00
Scott Anderson
72bdbc99ce
remove pagnitaiton form sigle pages
2020-05-29 00:21:45 +02:00
Hritik Vijay
3ef14f49b2
Update USERS.md
2020-05-29 00:21:45 +02:00
Harsh Pandey
9271d6ebf9
Made changes which were causing builds to fail
...
I updated ne to not and now it builds perfectly on zeit and netlify
2020-05-29 00:21:45 +02:00
Joel Knight
bcd630ad2e
Hide header and pagination footer when printing
...
Since the header and pagination footer contain links that help a reader
navigate the site in a browser, they serve little value on a printed
copy.
2020-05-29 00:21:45 +02:00
Joel Knight
ca115e308e
Don't truncate content in Firefox print preview
2020-05-29 00:21:45 +02:00
willstocks
4ef42a15b2
Implement multi-layer fallback
...
Cover image for anything that's not home (with fallback to favicon where cover is not set), and for anything that is home we use the favicon with fallback to the default color block
Co-Authored-By: Radek Kozieł <radoslaw.koziel@gmail.com >
2020-05-29 00:21:45 +02:00
panr
a52bef65ce
Fix dependecies
2020-05-29 00:21:45 +02:00
Bernardo Gameiro
583d6c51c3
Update USERS.md
2020-05-29 00:21:44 +02:00
Ben Coleman
0570ab80bb
Use description for og:description
2020-05-29 00:21:16 +02:00
Nanda Gopal
71618345a6
Updatr USERS.md
2020-05-29 00:21:16 +02:00
willstocks
a53fe97fa1
Only populate og:image with cover if is set
2020-05-29 00:21:16 +02:00
willstocks
c6a38c4b85
Add authorTwitter to post archetype
...
For Twitter cards
2020-05-29 00:21:16 +02:00
willstocks
76f28fb7ba
Update twitter:creator with cleaner/multiple fallbacks
2020-05-29 00:21:16 +02:00
willstocks
3d067dea1b
Only use isset check for twitter:site param
...
See https://gohugo.io/functions/isset/ - consistent with all other param checks in file
2020-05-29 00:21:16 +02:00
willstocks
8b51d587d8
Separate twitter card params
2020-05-29 00:21:16 +02:00
willstocks
b9cfb8d360
Tweak twitter card tags to cater for new params
2020-05-29 00:21:16 +02:00
willstocks
87d7bf9ca1
Remove erroneous |
...
Co-Authored-By: Radek Kozieł <radoslaw.koziel@gmail.com >
2020-05-29 00:21:16 +02:00
willstocks
639fd7f5b1
Amend twitter params
2020-05-29 00:21:16 +02:00
willstocks
1dcf383f7d
Twitter card + OG markup fixes
...
Remove Twitter card title, description and image (twitter cards fall back to OG markup for these elements).
Fix og:image url for non-home content
Conditionally show twitter:site tag
2020-05-29 00:21:16 +02:00
willstocks
aaada1ee03
Include Twitter Card parameters
2020-05-29 00:21:16 +02:00
willstocks
f2fd8fbc63
Fix twitter image url for non-home
...
Co-Authored-By: Radek Kozieł <radoslaw.koziel@gmail.com >
2020-05-29 00:21:16 +02:00
willstocks
1d47e2102a
Update USERS.md
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
willstocks
6a6a3ae75c
Fix OpenGraph and Twitter meta tags
...
Title tags could be a little bloated as the subtitle was being appended. This should fall in to the description instead.
Also, if not looking at an individual post, there was no author being defined or site image.
2020-05-29 00:21:16 +02:00
willstocks
d498a48f49
Update head.html
2020-05-29 00:21:16 +02:00
Zhai2333
11074eeb07
[^] upd: Update 404
2020-05-29 00:21:16 +02:00
Zhai2333
1a47dec920
[+] add: 404 Page
2020-05-29 00:21:16 +02:00
Dave Derderian
bb19133255
remove site.params.toctile from if condition
2020-05-29 00:18:15 +02:00
Dave Derderian
460409971b
add conditional table of contents
2020-05-29 00:16:13 +02:00
panr
67a5a0c82c
Update 404 page
2020-05-29 00:07:58 +02:00
Radek Kozieł
cf990015dd
Merge pull request #51 from mochaaP/404-page
...
Add 404 Page
2020-05-28 23:57:19 +02:00
panr
72840fc527
Update list styling
2020-05-28 20:06:21 +02:00
Radek Kozieł
565186853e
Merge pull request #27 from funayman/add-toc
...
Add conditional table of contents
2020-05-28 18:32:33 +02:00
Radek Kozieł
58ba445c9f
Merge pull request #142 from Hritik14/patch-1
...
Update USERS.md
2020-05-17 23:56:45 +02:00
Radek Kozieł
7c754f2db2
Update USERS.md
2020-05-17 23:56:22 +02:00
Radek Kozieł
d62c409035
Merge pull request #143 from return-to-libc/master
...
Update USERS.md
2020-05-17 23:55:37 +02:00
elraro
0afe80acc8
Update USERS.md
2020-05-01 02:10:29 +02:00
Alberto
25b1edd1db
Merge pull request #1 from panr/master
...
remove pagnitaiton form sigle pages
2020-05-01 02:00:19 +02:00
Radek Kozieł
ca56210123
Merge pull request #141 from billyogat/single-pages
...
remove pagination form sigle pages
2020-04-27 18:45:34 +02:00
Scott Anderson
c5ee41ddae
remove pagnitaiton form sigle pages
2020-04-27 09:14:14 -04:00
Hritik Vijay
f5ef1950c8
Update USERS.md
2020-04-21 22:33:46 +05:30
Radek Kozieł
e877df5bae
Merge pull request #140 from brotherlymite/patch-1
...
Made changes which were causing builds to fail
2020-04-19 19:46:50 +02:00
Harsh Pandey
1a181e05ae
Made changes which were causing builds to fail
...
I updated ne to not and now it builds perfectly on zeit and netlify
2020-04-19 17:47:49 +05:30
Radek Kozieł
10351a6b9d
Merge pull request #136 from knightjoel/issue/135
...
Don't truncate content in Firefox print preview
2020-04-14 01:47:07 +02:00
Radek Kozieł
0efdbb73f4
Merge pull request #137 from knightjoel/pr/cleaner_print
...
Hide header and pagination footer when printing
2020-04-14 01:38:39 +02:00
Joel Knight
3a0f200a91
Hide header and pagination footer when printing
...
Since the header and pagination footer contain links that help a reader
navigate the site in a browser, they serve little value on a printed
copy.
2020-04-05 15:22:18 -06:00
Joel Knight
d56bb5398e
Don't truncate content in Firefox print preview
2020-04-05 15:19:05 -06:00
Radek Kozieł
e70a99243e
Merge pull request #128 from willstocks/master
...
Only populate og:image with cover if is set
2020-04-04 17:21:37 +02:00
willstocks
cd5a89ba3a
Implement multi-layer fallback
...
Cover image for anything that's not home (with fallback to favicon where cover is not set), and for anything that is home we use the favicon with fallback to the default color block
Co-Authored-By: Radek Kozieł <radoslaw.koziel@gmail.com >
2020-04-03 10:59:22 +01:00
Radek Kozieł
f8ce76b7de
Merge pull request #132 from nebloc/master
...
Use description for og:description
2020-04-01 19:50:07 +02:00
Radek Kozieł
944b03d983
Merge pull request #131 from Nanda-G/master
...
Update USERS.md
2020-04-01 19:48:25 +02:00
Radek Kozieł
f8eb2e304f
Merge branch 'master' into master
2020-04-01 19:48:17 +02:00
Radek Kozieł
c21569654e
Merge pull request #134 from BGameiro2000/patch-1
...
Update USERS.md
2020-04-01 19:47:39 +02:00
panr
ce71263767
Fix dependecies
2020-04-01 19:47:02 +02:00
Bernardo Gameiro
5f72bf78e9
Update USERS.md
2020-03-31 21:54:35 +01:00
Ben Coleman
9143918f5a
Use description for og:description
2020-03-29 16:07:41 +01:00
Nanda Gopal
faf59f6d5d
Updatr USERS.md
2020-03-29 16:27:33 +05:30
willstocks
18af67974a
Only populate og:image with cover if is set
2020-03-23 08:47:31 +00:00
Radek Kozieł
bd1f2c75d0
Merge pull request #126 from willstocks/master
...
Tweak OpenGraph and Twitter meta tags
2020-03-20 18:15:30 +01:00
willstocks
801db391a8
Add authorTwitter to post archetype
...
For Twitter cards
2020-03-20 10:53:10 +00:00
willstocks
9d64a69092
Update twitter:creator with cleaner/multiple fallbacks
2020-03-20 09:21:20 +00:00
willstocks
5ede34df2c
Only use isset check for twitter:site param
...
See https://gohugo.io/functions/isset/ - consistent with all other param checks in file
2020-03-18 11:24:24 +00:00
willstocks
6f5e42002e
Separate twitter card params
2020-03-18 11:20:39 +00:00
willstocks
b39a2e93b7
Tweak twitter card tags to cater for new params
2020-03-18 11:20:14 +00:00
willstocks
22098b16d9
Remove erroneous |
...
Co-Authored-By: Radek Kozieł <radoslaw.koziel@gmail.com >
2020-03-18 11:12:36 +00:00
willstocks
a89e972309
Amend twitter params
2020-03-16 11:07:04 +00:00
willstocks
a6ae1efab1
Twitter card + OG markup fixes
...
Remove Twitter card title, description and image (twitter cards fall back to OG markup for these elements).
Fix og:image url for non-home content
Conditionally show twitter:site tag
2020-03-16 11:05:35 +00:00
willstocks
1b00e7e317
Include Twitter Card parameters
2020-03-16 11:01:48 +00:00
willstocks
7f0bda3358
Fix twitter image url for non-home
...
Co-Authored-By: Radek Kozieł <radoslaw.koziel@gmail.com >
2020-03-16 10:52:14 +00: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
willstocks
a3f51f61c7
Update USERS.md
2020-03-10 13:57:17 +00:00
willstocks
6ed6715b5b
Add owner as a param for Twitter Card (creator)
2020-03-10 12:28:08 +00:00
willstocks
b226e1dc8c
Fix OpenGraph and Twitter meta tags
...
Title tags could be a little bloated as the subtitle was being appended. This should fall in to the description instead.
Also, if not looking at an individual post, there was no author being defined or site image.
2020-03-10 12:08:33 +00:00
willstocks
6ef1bb1686
Update head.html
2020-03-10 12:03:11 +00:00
Radek Kozieł
0dc364f3e2
Merge pull request #113 from knightjoel/issue/26
...
Import shortcode to activate PrismJS plugins
2020-02-01 13:23:16 +01:00
Radek Kozieł
0b541b6f54
Merge pull request #124 from superusercode/patch-1
...
fix spelling error in example site
2020-02-01 13:07:07 +01:00
Code
6c186bd043
fix spelling error in example
2020-01-29 00:33:04 -05:00
Radek Kozieł
8ac2551ee2
Merge pull request #123 from oberbaum/patch-1
...
Update USERS.md
2020-01-28 08:53:21 +01:00
oberbaum
172708334f
Update USERS.md
2020-01-27 23:27:42 +01:00
Joel Knight
a1c203cb17
Apply suggestions from code review
...
Co-Authored-By: Radek Kozie. <radoslaw.koziel@gmail.com >
2020-01-26 14:53:18 -07:00
Joel Knight
92cc5bcd23
Apply suggestions from code review
...
Co-Authored-By: Radek Kozieł <radoslaw.koziel@gmail.com >
2020-01-25 21:18:08 -07:00
panr
7c5c62e630
A little fix for anchor appearance
2020-01-24 08:21:30 +01:00
Radek Kozieł
49c8679b6c
Merge pull request #120 from sophiabrandt/add-anchor-links
...
[feature] add anchor icon to heading anchors
2020-01-24 08:18:40 +01:00
Sophia Brandt
ff3aa2316b
improve: add fixes/suggestions from panr
2020-01-23 21:04:09 +01:00
Sophia Brandt
e8fdb4e084
Update layouts/_default/single.html
...
Co-Authored-By: Radek Kozieł <radoslaw.koziel@gmail.com >
2020-01-23 20:56:58 +01:00
Sophia Brandt
2ab90a708e
merge latest upstream
2020-01-23 20:50:13 +01:00
panr
0ff712efdb
Update yarn.lock
2020-01-23 19:59:56 +01:00
Radek Kozieł
98ab575126
Merge pull request #116 from wooseopkim/feature/google-analytics
...
Add Google Analytics template
2020-01-23 19:37:43 +01:00
Radek Kozieł
e61ad0ef07
Merge pull request #114 from dseverboven/patch-1
...
Update USERS.md
2020-01-23 19:36:25 +01:00
Radek Kozieł
4d7a3c2db3
Merge branch 'master' into patch-1
2020-01-23 19:36:10 +01:00
Radek Kozieł
b6a5436f40
Merge pull request #119 from sophiabrandt/patch-1
...
add new user
2020-01-23 19:33:30 +01:00
Radek Kozieł
4f23e52472
Merge branch 'master' into patch-1
2020-01-23 19:33:00 +01:00
Radek Kozieł
d30e8a50b0
Merge pull request #122 from qbunt/master
...
Added qbunt.com to USERS.md
2020-01-23 18:56:08 +01:00
Jeremy Bunting
62531797e7
Added qbunt.com to USERS.md
...
Thanks for the theme, it's been amazing!
2020-01-22 08:58:55 -05:00
panr
20ce063397
Upload compiled style.css after line-numbers changes
2020-01-22 08:46:35 +01:00
panr
2fcbefa09f
Fix line numbers alignment
2020-01-21 08:35:11 +01:00
panr
2bb3d3d49b
Fix line-numbers and highlight styling
2020-01-20 00:02:26 +01: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
Sophia Brandt
3aeb73a422
add anchor icon to heading anchors
2020-01-17 13:11:41 +01:00
Sophia Brandt
4b05a64b5a
add new user
...
add www.rockyourcode.com
2020-01-17 07:55:23 +01:00
Wooseop Kim
fa95894458
Add Google Analytics template
2020-01-15 22:41:43 +09:00
Dawson Verboven
9e38f9ec99
Update USERS.md
...
added https://dawsonverboven.com/
2020-01-08 21:39:06 -08:00
Joel Knight
ce97879d6c
Import shortcode to activate PrismJS plugins
...
The shortcode takes named parameters that are relevant to the PrismJS
plugins that Terminal bundles.
- lang: the language contained in the code block
- line: the line number(s) to highlight
- line-numbers: displays line numbers in the margin
- command-line: activates the command-line plugin which modifies the
output to show a command line
- user: the username to display in the prompt (used with the command-line
parameter)
- host: the hostname to display in the prompt (used with the
command-line parameter)
- prompt: override the default prompt (used with the command-line
parameter)
- output: specifies which line(s) contain CLI output (used with the
command-line parameter)
Example:
{{< prismjs lang="bash" line="1,10-13" line-numbers="true"
command-line="true" host="jump1" user="joel" output="2-9" >}}
2020-01-08 21:43:39 -07:00
Radek Kozieł
48233660d8
Merge pull request #111 from turbo/patch-1
...
Add highlighting to README/config
2020-01-06 16:21:42 +01:00
turbo
d2dc6b7bb9
Add highlighting to README/config
2020-01-06 13:34:17 +01:00
panr
ec262730ac
Fix/Change code block styling
2020-01-06 09:31:18 +01:00
panr
7ac0deff87
Add param to set default size for headings
2020-01-05 10:44:58 +01:00
Radek Kozieł
ee93a3dcd5
Merge pull request #106 from andreacaravano/patch-1
...
Update USERS.md
2019-12-29 18:57:51 +01:00
Andrea
8d2bb3cda7
Update USERS.md
2019-12-22 19:41:07 +01:00
Nuno Silva
10eae069d0
display index page content
2019-12-13 16:32:14 +00:00
Radek Kozieł
2a34760541
Update USERS.md
2019-12-01 09:48:29 +01:00
Radek Kozieł
791799e1d6
Merge pull request #103 from jTanG0506/patch-1
...
Update USERS.md
2019-12-01 09:47:52 +01:00
Jonathan Tang
f4be21a1c3
Update USERS.md
2019-12-01 00:10:33 +00:00
Radek Kozieł
ec1af25439
Merge pull request #100 from naxxfish/master
...
Add naxxfish.net to USERS.md
2019-11-10 09:24:13 +01:00
horochx
5786d01c09
build css
2019-11-06 23:02:00 +08:00
horochx
c297ba66fc
Change the showLastUpdated field in README.md to the default value
2019-11-06 22:54:24 +08:00
horochx
ddd24c6c98
Merge branch 'master' of https://github.com/panr/hugo-theme-terminal
2019-11-06 22:46:47 +08:00
Chris Roberts
5d4b70d3a7
Add naxxfish.net to USERS.md
2019-11-03 15:56:07 +00:00
Radek Kozieł
2ea0eeeb7a
Merge pull request #93 from jpanther/style-fixes
...
Fix unused blockquote style
2019-11-03 10:06:37 +01:00
Radek Kozieł
fe147db973
Merge pull request #90 from eidoom/patch-1
...
Update USERS.md
2019-11-03 09:53:54 +01:00
Radek Kozieł
69bf17a9ad
Merge branch 'master' into patch-1
2019-11-03 09:53:46 +01:00
Radek Kozieł
b9c70a23ac
Merge pull request #95 from schachem/patch-1
...
Update USERS.md
2019-11-03 09:53:16 +01:00
Radek Kozieł
0d3e1e62ab
Merge branch 'master' into patch-1
2019-11-03 09:53:09 +01:00
Radek Kozieł
7b5dfbae03
Merge pull request #98 from kosmonavtika/patch-1
...
add lunar.computer
2019-11-03 09:52:33 +01:00
kosmonavtika
e687203739
add lunar.computer
2019-10-31 22:47:46 +01:00
schachem
64dea526de
Update USERS.md
2019-10-27 22:04:47 +01:00
James Panther
1c40487df6
Remove unused blockquote style
2019-10-25 09:38:15 +11:00
Radek Kozieł
dc93a293fd
Merge pull request #92 from panr/dependabot/npm_and_yarn/mixin-deep-1.3.2
...
Bump mixin-deep from 1.3.1 to 1.3.2
2019-10-23 11:01:50 +02:00
dependabot[bot]
cedfaf6c5c
Bump mixin-deep from 1.3.1 to 1.3.2
...
Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep ) from 1.3.1 to 1.3.2.
- [Release notes](https://github.com/jonschlinkert/mixin-deep/releases )
- [Commits](https://github.com/jonschlinkert/mixin-deep/compare/1.3.1...1.3.2 )
Signed-off-by: dependabot[bot] <support@github.com >
2019-10-23 08:58:23 +00:00
Radek Kozieł
f8fa62605d
Merge pull request #91 from stanleynguyen/patch-1
...
Update USERS.md
2019-10-23 10:57:08 +02:00
Stanley Nguyen
53c70531d5
Update USERS.md
2019-10-23 11:57:24 +08:00
Ryan Moodie
9d8b8d51fa
Update USERS.md
2019-10-15 19:18:57 +01:00
horochx
213a39bcad
Add last updated display, params.showLastUpdated and update README.md
2019-10-04 22:41:43 +08:00
Radek Kozieł
5f9bb738cd
Merge pull request #83 from amine250/patch-1
...
Update USERS.md
2019-09-24 09:35:09 +02:00
Amine
9a41d82cb8
Update USERS.md
...
Add zaine.me website
2019-09-16 01:47:48 +02:00
panr
a81cf2dc29
Fix post width
2019-09-10 09:29:14 +02:00
Radek Kozieł
fa71c00418
Merge pull request #82 from kongdivin/fix-page-navigation
...
Fix page navigation buttons
2019-09-10 09:26:00 +02:00
panr
e40996148a
Revert "Fix post list width"
...
This reverts commit 7652ceaa86 .
2019-09-10 09:25:49 +02:00
Radek Kozieł
c3ea6296af
Merge pull request #80 from rpartha/rpartha-add-user
...
Update USERS.md
2019-09-10 09:22:52 +02:00
panr
7652ceaa86
Fix post list width
2019-09-10 09:21:50 +02:00
Divin Kong
2805450761
Fix page navigation buttons
...
Fixes panr/hugo-theme-terminal#81
2019-09-07 16:44:23 -07:00
Radek Kozieł
5057fd5521
Update theme.toml
2019-08-30 09:07:13 +02:00
Ramaseshan Parthasarathy
99513dfa64
Update USERS.md
2019-08-29 22:55:07 -04:00
Zhai2333
1d9856db28
[^] upd: Update 404
2019-08-28 15:37:08 +08:00
panr
fbcf98ae95
Make the font a little more dense
2019-08-25 10:08:21 +02:00
panr
060587ba38
Fix list.html
2019-08-25 09:38:23 +02:00
Radek Kozieł
8d8e93fa8d
Merge pull request #72 from MoritzFago/fix-atribution
...
Fix attribution if copyright is set by user.
2019-08-24 08:06:18 +02:00
Radek Kozieł
4a4a820997
Merge pull request #73 from eldraco19/patch-1
...
Update USERS.md
2019-08-24 08:03:18 +02:00
Radek Kozieł
f06332421c
Merge pull request #74 from wilsandbrink/master
...
fixes broken page list
2019-08-14 23:00:51 +02:00
William Sandbrink
3d20322e3a
fixes broken page list
2019-08-14 22:08:50 +02: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
Marvin Dalheimer
63b2c69f85
Remove unused css classes
2019-08-13 13:16:18 +02:00
Marvin Dalheimer
28dd0fadf9
Use ul instead of div and BEM naming
2019-08-13 08:44:40 +02:00
Marvin Dalheimer
270a135fca
Add body listener for trigger closing language box
2019-08-13 08:44:06 +02:00
Ayush Karn
d2a00d0517
Update USERS.md
2019-08-11 15:20:53 +05:30
Moritz Fago
2bb48d5952
Fix attribution if copyright is set by user.
2019-08-09 01:44:24 +02:00
panr
24e901f460
Add keywords support to single page
2019-08-08 21:56:25 +02:00
Radek Kozieł
9c25182806
Merge pull request #71 from b0wter/master
...
Fixed broken link to post archtype.
2019-08-03 23:15:16 +02:00
Radek Kozieł
209f36287f
Merge pull request #70 from nikodemusk/patch-1
...
Added my site to the list of Terminal users
2019-08-03 23:14:36 +02:00
Radek Kozieł
05da53db3a
Merge pull request #68 from sagarladla/patch-1
...
Update USERS.md
2019-08-03 23:10:32 +02:00
Radek Kozieł
4739739afc
Merge branch 'master' into patch-1
2019-08-03 23:10:24 +02:00
Radek Kozieł
a13e8a1a7e
Merge pull request #62 from sunshinekitty/patch-1
...
Update USERS.md
2019-08-03 23:09:52 +02:00
b0wter
974dec46bb
Fixed broken link to post archtype.
2019-07-27 21:23:53 +02:00
Nikodemus Karlsson
c4086a4f14
Added my site to the list of Terminal users
2019-07-25 07:22:09 +02:00
Sagar Ladla
924a8c48a5
Update USERS.md
2019-07-21 03:50:09 +05:30
Radek Kozieł
eb2d4eacff
Merge pull request #64 from panr/dependabot/npm_and_yarn/lodash-4.17.14
...
Bump lodash from 4.17.11 to 4.17.14
2019-07-11 12:31:21 +02:00
Radek Kozieł
f027e3ff0d
Merge pull request #65 from panr/dependabot/npm_and_yarn/lodash.template-4.5.0
...
Bump lodash.template from 4.4.0 to 4.5.0
2019-07-11 12:31:11 +02:00
dependabot[bot]
52c6c4c7a8
Bump lodash.template from 4.4.0 to 4.5.0
...
Bumps [lodash.template](https://github.com/lodash/lodash ) from 4.4.0 to 4.5.0.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.4.0...4.5.0 )
Signed-off-by: dependabot[bot] <support@github.com >
2019-07-11 10:13:34 +00:00
dependabot[bot]
35da736903
Bump lodash from 4.17.11 to 4.17.14
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.11 to 4.17.14.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.14 )
Signed-off-by: dependabot[bot] <support@github.com >
2019-07-11 10:13:29 +00:00
Radek Kozieł
86bfa30e14
Merge pull request #63 from panr/dependabot/npm_and_yarn/lodash.merge-4.6.2
...
Bump lodash.merge from 4.6.1 to 4.6.2
2019-07-11 08:32:45 +02:00
dependabot[bot]
056f7665d7
Bump lodash.merge from 4.6.1 to 4.6.2
...
Bumps [lodash.merge](https://github.com/lodash/lodash ) from 4.6.1 to 4.6.2.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/commits )
Signed-off-by: dependabot[bot] <support@github.com >
2019-07-11 06:32:33 +00:00
Radek Kozieł
6c2ad3a669
Merge pull request #61 from fengsi/patch-1
...
OCD cleanup
2019-07-08 17:03:58 +02:00
Alex
950e9a63e4
Update USERS.md
...
add my blog :-)
2019-07-07 15:09:46 -06:00
Si Feng
0514e772ac
OCD cleanup
2019-06-27 11:51:56 -07:00
Radek Kozieł
016f54c162
Merge pull request #59 from Gazzini/patch-1
...
adds johngazzini.com to Users.md
2019-06-25 20:16:51 +02:00
John Gazzini
c2e83bf417
adds johngazzini.com to Users.md
2019-06-22 23:58:05 -05:00
Radek Kozieł
4b147d17d3
Merge pull request #58 from fengsi/patch-1
...
Update USERS.md
2019-06-20 23:45:03 +02:00
Radek Kozieł
899bc2ab47
Merge branch 'master' into patch-1
2019-06-20 23:44:55 +02:00
Radek Kozieł
eb8cd5216e
Merge pull request #57 from ben-on-vms/master
...
Update USERS.md
2019-06-20 23:43:44 +02:00
Si Feng
e59e0170c3
Update USERS.md
2019-06-20 12:00:01 -07:00
ben-on-vms
85f01b1cc2
Update USERS.md
2019-06-20 19:12:31 +01:00
Radek Kozieł
02238f6e0f
Merge pull request #53 from mserajnik/custom-css-link
...
Only insert custom CSS link if the file exists
2019-06-15 17:00:16 +02:00
Michael Serajnik
79b040a3ec
Only insert custom CSS link if the file exists
2019-06-15 15:55:40 +02:00
Radek Kozieł
30410267ec
Merge pull request #52 from Zhai2333/date-fix
...
Fix 0001-01-01 when date is none.
2019-06-14 19:05:06 +02:00
Zhai2333
786243dc1d
[*] fix: 0001-01-01 when doesn't provide a date
2019-06-09 17:59:20 +08:00
Zhai2333
fda8cb9d20
[+] add: 404 Page
2019-06-09 17:52:52 +08:00
panr
ae19c84baf
Update packages
2019-06-08 12:47:07 +02:00
Zhai2333
83381f44e1
Update Gitignore
2019-06-08 13:57:55 +08:00
Radek Kozieł
5091a93ea2
Merge pull request #35 from Rinma/lang-sensitiv-tags
...
made tag link language-sensitiv
2019-05-24 09:51:47 +02:00
panr
f7b4d6c934
Fix archetype name #42
2019-05-24 09:43:38 +02:00
panr
64b59a4e59
Fix RSS links #41
2019-05-24 09:36:06 +02:00
Radek Kozieł
2781f35b83
Merge pull request #40 from vaibhav-y/patch-1
...
Add calloc.net to USERS.md
2019-05-21 20:32:45 +02:00
Radek Kozieł
26c5ebfc20
Merge branch 'master' into patch-1
2019-05-21 20:32:37 +02:00
Radek Kozieł
39407e9dc1
Merge pull request #44 from Pneumaticat/patch-1
...
Add potatofrom.space to USERS.md
2019-05-21 20:32:07 +02:00
Radek Kozieł
46645d2782
Merge branch 'master' into patch-1
2019-05-21 20:31:58 +02:00
Radek Kozieł
a69547e06e
Merge pull request #45 from horochx/patch-1
...
Update USERS.md
2019-05-21 20:30:36 +02:00
horochx
f1ff5d0c66
Update USERS.md
2019-05-19 14:39:01 +08:00
Kevin Liu
4c9b24ea14
Add potatofrom.space to USERS.md
2019-05-12 11:14:06 -04:00
Vaibhav Yenamandra
57ab52dd84
Add @vaibhav-y to USERS.md
2019-04-29 22:10:52 -04:00
Marvin Dalheimer
bc9b801e5f
made tag link language-sensitiv
2019-04-05 08:18:21 +02:00
Radek Kozieł
a28c65d411
Update USERS.md
2019-04-03 00:11:03 +02:00
Radek Kozieł
f901435935
Merge pull request #34 from mike-alex/patch-1
...
Update USERS.md
2019-04-03 00:10:46 +02:00
Mike alex
108a966b12
Update USERS.md
...
add my blog with the theme terminal
2019-04-02 00:13:19 -06: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ł
3f58f9834f
Merge pull request #32 from devmaster64/patch-1
...
Add devmaster64's blog to users.md
2019-04-01 17:48:47 +02:00
devmaster64
c2c43bb34a
Add devmaster64's blog to users.md
2019-04-01 20:10:28 +05:30
Radek Kozieł
dbeb0f7c98
Merge branch 'master' into add-toc
2019-03-31 19:42:05 +02:00
panr
bacfb1a95a
Remove unnecessary code
2019-03-31 19:38:11 +02:00
Radek Kozieł
6bf52c0f77
Update post.md
2019-03-31 19:31:34 +02:00
Radek Kozieł
bccf419102
Update README.md
2019-03-31 19:30:56 +02:00
panr
e938e972b6
Fix format
2019-03-31 19:28:38 +02:00
panr
13e0079b23
Add post archetype
2019-03-31 19:24:16 +02:00
panr
50e36736c6
Allow to show full content on list
2019-03-31 19:18:43 +02:00
Dave Derderian
034efcb463
remove unnecessary if statement
2019-03-25 13:12:59 +09:00
Dave Derderian
5efec67714
remove site.params.toctile from if condition
2019-03-25 12:00:41 +09:00
Dave Derderian
5987519fd6
add global, local, default TOC
2019-03-25 11:56:59 +09:00
Dave Derderian
3cf9638af1
add conditional table of contents
2019-03-21 08:40:07 +09:00
panr
bca791fe8c
Fix menuMore null error
2019-03-17 17:49:06 +01:00
Radek Kozieł
54e5006109
Merge pull request #19 from RPGillespie6/make_favicon_configurable
...
Make favicon configurable
2019-03-16 18:00:27 +01: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
Radek Kozieł
ba816147f5
Update README.md
2019-03-06 01:03:29 +01:00
Radek Kozieł
e55014bdbc
Create USERS.md
2019-03-06 01:02:32 +01:00
Radek Kozieł
b484629dc5
Update README.md
2019-03-06 01:01:50 +01:00
Radek Kozieł
0d246fc9f1
Update README.md
2019-03-06 01:00:08 +01:00
Radek Kozieł
efad1bff26
Merge pull request #16 from kalbasit/hugo-theme-terminal_allow-custom-javascript
...
render an extended placeholder for head and footer
2019-03-06 00:49:59 +01:00
Wael M. Nasreddine
00296f07b4
rename the partials to extended_head and extended_footer
2019-03-04 14:20:48 -08:00
Wael M. Nasreddine
c375d4ce5d
remove the example header and footer
2019-03-04 14:18:30 -08:00
panr
880c995489
Rebuild theme
2019-03-02 01:27:19 +01:00
Radek Kozieł
4eedc6a39a
Update config.toml
2019-03-02 01:17:33 +01:00
Radek Kozieł
c8f251ce9c
Update README.md
2019-03-02 01:16:46 +01:00
Radek Kozieł
7ad1783021
Merge pull request #1 from newhinton/master
...
Add ability to center the content via Parameter
2019-03-02 01:13:49 +01:00
Radek Kozieł
70cf7406fd
Update README.md
2019-03-02 01:13:27 +01:00
newhinton
8fe7d51b94
Merge branch 'master' into master
2019-02-28 14:57:20 +01:00
Wael M. Nasreddine
4b959d0aa6
partials/footer: render a placeholder custom_footer.html
2019-02-26 00:38:49 -08:00
Wael M. Nasreddine
1cf2b933a3
partials/head: render a placeholder custom_head.html
2019-02-26 00:35:27 -08:00
Felix Nüsse
88ed5a0bef
Updated CSS and refined width-logic
2019-02-26 09:30:10 +01:00
Radek Kozieł
487876daf1
Merge pull request #15 from stav/master
...
Use correct stylesheet name
2019-02-26 00:18:32 +01:00
Steven Almeroth
20b48f398e
Use correct stylesheet name
2019-02-25 15:13:28 -05:00
Radek Kozieł
077fade121
Merge pull request #12 from andreas-h/patch-1
...
Fix typo in comment
2019-02-24 18:02:57 +01:00
Andreas Hilboll
bb7ad5779f
Fix typo in comment
2019-02-24 13:53:19 +01:00
Radek Kozieł
7cb7fc284c
Update README.md
...
Co-Authored-By: newhinton <newhinton@users.noreply.github.com >
2019-02-17 11:10:21 +01:00
panr
d005155fa5
Add comment partial
2019-02-15 00:38:45 +01:00
Radek Kozieł
51d1b12820
Merge pull request #7 from sgaduuw/trailingslash
...
Add a trailing slash to URLs generated for tags
2019-02-14 02:08:56 +01:00
Eelco Wesemann
d4f8fea87c
Add a trailing slash to URLs generated for tags
2019-02-13 13:00:20 +01:00
Radek Kozieł
b746766d0e
Merge pull request #5 from ffluegel/patch-1
...
Removed inline style
2019-02-11 10:11:02 +01:00
panr
4e7ac981d2
Fixes
2019-02-09 09:11:56 +01:00
ffluegel
7a5bad13b3
Update style.css
2019-02-09 01:22:16 +01:00
ffluegel
ec98c7bc11
Update header.css
2019-02-09 01:19:37 +01:00
ffluegel
4f399128b2
Removed inline style
2019-02-09 01:07:00 +01:00
panr
8a8e73461e
Change post cover path
2019-02-09 00:40:11 +01:00
panr
fd42c5953e
Update dependencies
2019-02-09 00:35:54 +01:00
panr
36bae52cd3
Fix layout
2019-02-09 00:33:42 +01:00
Radek Kozieł
6a0931d54a
Merge pull request #3 from sgaduuw/sgaduuw-fix-h1
...
Fix h1 close tag for post-title
2019-02-06 10:58:43 +01:00
Eelco Wesemann
90cd4fe1b6
Fix h1 close tag for post-title
2019-02-05 10:49:54 +01:00
Felix Nüsse
db29d33536
updated readme
...
Signed-off-by: Felix Nüsse <Felix.nuesse@t-online.de >
2019-02-03 16:01:43 +01:00
Felix Nüsse
0d2a41242a
added parameter for centered view
...
Signed-off-by: Felix Nüsse <Felix.nuesse@t-online.de >
2019-02-03 16:00:13 +01:00
panr
e6f8847460
Fix menu
2019-02-01 16:00:11 +01:00
panr
4a462a4a21
Update README
2019-02-01 10:15:28 +01:00
panr
ebdcc29a72
Add table and figure styles
2019-02-01 09:26:51 +01:00
panr
88d7d5ddba
Add menu trigger to desktop
2019-02-01 08:39:12 +01:00
panr
4254f4c314
Add menu item counter to config
2019-01-31 22:06:54 +01:00
panr
02f9e07029
Add homepage to theme.toml
2019-01-30 10:32:30 +01:00
panr
446691ba59
Fix layout and code highlighting
2019-01-29 18:59:59 +01:00
Radek Kozieł
cdc9966d26
Update theme.toml
2019-01-29 18:14:06 +01:00
panr
a459eacc56
Move hello.jpg to exampleSite
2019-01-29 14:54:10 +01:00
panr
802b2f1312
Fix typos
2019-01-29 11:18:14 +01:00
panr
e65d3fbbc8
Typo fixes
2019-01-29 11:07:58 +01:00
panr
6c68bd63ae
Fix absURL paths and exampleSite
2019-01-29 10:48:49 +01:00
Radek Kozieł
abf763d2cc
Update README.md
2019-01-29 09:10:06 +01:00
Radek Kozieł
fcc952469c
Update config.toml
2019-01-29 09:09:40 +01:00
panr
da3f788741
Fix typo
2019-01-28 16:52:00 +01:00
panr
0b31242d03
Fix demo content & readme
2019-01-28 16:41:56 +01:00
panr
92bb0e7ac1
Font fixes
2019-01-28 09:34:12 +01:00
Radek Kozieł
baf5066f1c
Update README.md
2019-01-28 01:36:15 +01:00
panr
f7703b5d09
Fix typos and Readme
2019-01-28 01:28:30 +01:00
panr
410393558b
Fix example config
2019-01-28 01:24:55 +01:00
panr
4b207e3849
Compile files
2019-01-28 01:15:19 +01:00
panr
86562b8241
Init
2019-01-28 01:11:02 +01:00