Andrea Ceccanti
50bbb2c944
Update index.md
2025-07-07 22:52:17 +02:00
James Panther
29de0a1465
🚸 Prefer using absolute URLs over relative URLs
...
Closes : #997
2025-06-22 15:33:04 +10:00
James Panther
b473215511
🐛 Fix logo and dark logo not matching appearance
...
Fixes : #939
2025-06-22 14:52:44 +10:00
James Panther
99d5cf8b28
🚚 Move files around as per new Hugo layouts directory structure
2025-06-22 14:20:15 +10:00
James Panther
266bd251b0
📝 Update icons documentation
2025-06-22 13:32:18 +10:00
Matthew Sanabria
ab574da6ab
layouts: correctly check for template existence
...
https://github.com/jpanther/congo/commit/4e4b470915171a5855f3f2ea25851995aace8b55
fixed the theme for building with Hugo v0.146.0 or later but it
doesn't correctly check for template existence. That is, if you set
`homepage.layout` to `profile` this theme will still load the `page`
layout.
Hugo's [templates.Exists](https://gohugo.io/functions/templates/exists/ )
function tests for the existence of templates relative to the `layouts`
directory. The example code they provide uses `printf` to join the
template name with the `_partials` directory, which would be `partials`
instead for this theme.
```
{{ $partialPath := printf "headers/%s.html" .Type }}
{{ if templates.Exists ( printf "_partials/%s" $partialPath ) }}
{{ partial $partialPath . }}
{{ else }}
{{ partial "headers/default.html" . }}
{{ end }}
```
2025-06-21 22:29:16 -04:00
James Panther
d9ecd47a1d
Merge branch 'dev' into patch-1
2025-06-22 11:59:27 +10:00
James Panther
3761170709
🔀 Merge pull request #1057 from msoltysik/dev
...
Add: `goodreads` icon
2025-06-22 11:53:19 +10:00
James Panther
228c253944
📝 Update documentation for .canonicalUrl
2025-06-22 11:49:07 +10:00
James Panther
4ea220f799
👷 Bump Netlify Hugo version
2025-06-22 11:22:11 +10:00
Mateusz Soltysik
f6ee243055
up: set the 'updated at' date to today
2025-05-04 09:40:02 +00:00
Mateusz Soltysik
78244a33b6
add: goodreads icon
2025-05-04 09:29:25 +00:00
Antoine Soetewey
364b72ae31
add cmp1315.com to the list of users
...
add cmp1315.com (a site for a medical center) to the list of users
2025-03-21 08:33:39 +01:00
Andrea Ceccanti
c66b5ef98c
Add personal blog to the users page
2025-03-21 08:08:39 +01:00
James Panther
860355dac6
Merge branch 'dev' into patch-1
2025-03-11 09:21:40 +11:00
James Panther
8830fdec38
🔀 Merge pull request #1034 from brihadeesh/patch-2
...
remove my website from list of users
2025-03-11 09:19:48 +11:00
peregrinator
03634564f2
Update index.md
2025-03-09 21:54:44 +05:30
Everton Zanella Alvarenga
c86d35cfe2
Adding leavex.eu
2025-03-07 17:38:12 +01:00
Leandro Paganelli
530bd0b0ee
Update index.md
2025-03-06 03:54:41 -03:00
Alexander K.
24eebab45c
Add bitingbytes.de to the user list
2025-03-03 19:30:12 +01:00
James Panther
de137af588
📝 Update docs for new sharing links
2025-02-24 13:34:51 +11:00
James Panther
7f912a50de
🚚 Rename config.toml to hugo.toml
2025-02-24 12:51:53 +11:00
James Panther
aeaae3c1bc
📝 Update users lists and remove dead links
2025-02-24 12:40:42 +11:00
James Panther
8c2816fb97
Merge branch 'dev' into patch-1
2025-02-24 12:17:44 +11:00
James Panther
1f8fd0df8a
Merge branch 'dev' into patch-1
2025-02-24 12:14:34 +11:00
James Panther
af3a860a7f
Merge branch 'dev' into patch-1
2025-02-24 12:12:07 +11:00
James Panther
9a6f22e6ac
Merge branch 'dev' into patch-1
2025-02-24 12:08:39 +11:00
James Panther
12bdd98898
Merge branch 'dev' of https://github.com/jpanther/congo into dev
2025-02-24 12:08:08 +11:00
James Panther
0fb0c25d07
👷 Update Netlify Hugo version
2025-02-24 12:08:05 +11:00
James Panther
5d9214a887
Merge branch 'dev' into patch-1
2025-02-24 12:04:19 +11:00
James Panther
f447c18baf
Merge branch 'dev' into patch-1
2025-02-24 11:26:42 +11:00
James Panther
12a37ab058
🔀 Merge pull request #996 from eualin/add-euangelos-to-the-user-list
...
Add euangelos.linardos.gr to the user list
2025-02-24 11:19:17 +11:00
James Panther
4b6939191e
🔀 Merge pull request #994 from bugok/noamlerner.com
...
📝 Modify noamlerner.com's base url in the users page
2025-02-24 10:52:31 +11:00
James Panther
1451a3ff50
🐛 Update built-in Hugo shortcode refs to remove deprecated warnings
2025-02-24 10:46:10 +11:00
James Panther
52663e5ad4
✨ Add gist shortcode
2025-02-24 10:11:02 +11:00
James Panther
19f2fdd241
🔀 Merge pull request #1007 from deining/gist
...
Remove documentation on deprecated shortcode 'gist'
2025-02-24 10:04:30 +11:00
James Panther
84e5e71ad7
🔀 Merge pull request #1005 from deining/fix-error
...
Documentation: update information on pagination
2025-02-24 09:59:06 +11:00
James Panther
215e48adf0
📝 Add Kofi icon to docs
2025-02-24 09:54:49 +11:00
Wendy Liga
24ea8740dc
add wendyliga.com
2025-02-18 11:13:40 +07:00
brihadeesh
d5c6d398f0
Update index.md
...
added entry for peregrinator.site
2025-02-09 14:59:05 +05:30
Andreas Deininger
bcebeb155a
Remove documentation on deprecated shortcode 'gist'
2025-02-06 22:03:19 +01:00
Andreas Deininger
3149231194
Documentation: update information on pagination
2025-02-06 21:47:02 +01:00
zhangruwang
33db95a894
Add blog.sky123.top to user list
2025-02-06 11:06:38 +08:00
Josh Q
c8a5ee46fb
Add joshquinlan.co.uk to list of theme users
2025-01-27 04:43:03 +00:00
Euangelos Linardos
f0298c1aa2
Add me to the user list.
2025-01-22 13:25:27 +02:00
Noam Lerner
a3e7474503
📝 Modify noamlerner.com's base url is the users page
2025-01-16 14:20:23 +02:00
James Panther
f18026790e
📝 Update minimum Hugo version in install docs
2024-12-06 14:51:50 +11:00
Sid
4a120a090f
📝 docs: add reference to hugo.toml as a configuration file
...
Since January 17, 2023, starting with [v0.110.0](https://github.com/gohugoio/hugo/releases/tag/v0.110.0 ), `hugo.toml` is the default configuration file
2024-11-19 13:44:17 +00:00
ριтєя мαяχ
c51ccd93e0
Update index.md
...
Add user
2024-10-15 10:52:35 +01:00
Daniel Felipe Montenegro
a9cf24df31
📝 Add montenegrodanielfelipe.com to the user list
2024-10-13 11:13:46 -05:00