James Panther
5a775a49bd
♻️ Refactor vendor inline JS to bundles
2022-01-12 11:20:59 +11:00
James Panther
4754607fb5
♻️ Refactor dark mode inline JS to dark.js
2022-01-12 10:15:41 +11:00
James Panther
2043921232
💄 Add smooth scrolling behaviour
2022-01-12 00:08:38 +11:00
James Panther
cdf56a1e11
🌐 Add RTL language support
2022-01-11 16:17:49 +11:00
James Panther
1b9b660abe
🚚 Move author image to assets
2022-01-11 12:29:21 +11:00
James Panther
6eab5f95fb
🌐 Use language specific date formats
2022-01-11 12:13:18 +11:00
James Panther
9c8601102c
🌐 Add language switcher to header
2022-01-11 12:00:27 +11:00
James Panther
3997ee3a20
🔀 Merge branch 'dev' into v2
2022-01-09 10:23:09 +11:00
James Panther
55677da695
🐛 Fix JSON-LD keywords delimiter
...
Fixes #74
2022-01-07 14:50:15 +11:00
James Panther
4ca9f334cb
🐛 Fix lead shortcode not rendering Markdown
...
Fixes #73
2022-01-05 10:13:23 +11:00
Antoine Soetewey
5c9438e952
Update date.html
...
When following this [workflow](https://bookdown.org/yihui/blogdown/workflow.html ), there is an error when serving the site :
```
Launching the server via the command:
/Users/antoinesoetewey/Library/Application Support/Hugo/0.82.0/hugo server --bind 127.0.0.1 -p 4321 --themesDir themes -t congo -D -F --navigateToChanged
Error: Error building site: failed to render pages: render of "page" failed: execute of template failed: template: _default/single.html:11:11: executing "main" at <partial "article-meta.html" (dict "context" . "scope" "single")>: error calling partial: execute of template failed: template: partials/article-meta.html:16:36: executing "partials/article-meta.html" at <partial "meta/date.html" .>: error calling partial: "/Users/antoinesoetewey/Documents/GitHub/elsaetantoine/themes/congo/layouts/partials/meta/date.html:2:24": execute of template failed: template: partials/meta/date.html:2:24: executing "partials/meta/date.html" at <.Site.Params.article.dateFormat>: invalid value; expected string
```
By adding these parentheses, the site is served without any error.
Regards,
Antoine
2021-12-27 12:06:09 +01:00
darkrain-nl
00bf51517e
🐛 Fix error unclosed action in footer.html
2021-12-27 08:41:08 +11:00
James Panther
a1006c4f7b
💄 Adopt new Tailwind v3 classes and colour names
2021-12-25 10:53:46 +11:00
James Panther
90f36f8221
♿ ️ Improve contrast and other accessibility issues
2021-12-21 13:22:45 +11:00
James Panther
bf9d11d23a
✨ Add article last updated date support
...
(Ref: #43 )
2021-12-18 10:07:38 +11:00
James Panther
260030d98f
🔧 Set showWordCount default to false
2021-12-18 09:06:29 +11:00
wizardbyron
b4cbe9122b
🌐 Pass .WordCount to i18n function
2021-12-18 08:51:38 +11:00
wizardbyron
65a7228bfc
✨ Add word count to page meta
2021-12-18 08:50:31 +11:00
canstand
d70c63d800
🐛 Fix incorrect pagination dates
2021-11-16 14:08:22 +08:00
James Panther
5de5c0a56e
🔀 Merge pull request #26 from Benjamin-Lee/patch-1
...
Fix article pagination spacing
2021-11-06 14:40:45 +11:00
James Panther
ca3581fca7
💄 Adjust leading on article pagination headings
2021-11-06 14:38:33 +11:00
James Panther
32640cac92
💄 Only output icon styles if there is an icon
2021-11-06 13:05:29 +11:00
Benjamin Lee
a7c1f25c9c
Fix spacing for pagination dates
2021-11-04 19:53:06 -04:00
James Panther
dfd189ee05
🚑 Rename vendor directory to lib
2021-11-04 14:21:14 +11:00
James Panther
4fa7aa4c77
✨ Add author bio to article footer
2021-11-04 10:54:47 +11:00
James Panther
554ae35e6f
✨ Add katex shortcode
2021-11-04 10:06:52 +11:00
James Panther
47d49fcaf0
🚚 Move vendor includes to new partial
2021-11-03 16:52:40 +11:00
James Panther
32522c6399
💄 Add more styles to charts
2021-10-29 17:04:31 +11:00
James Panther
52fd737c58
🔀 Merge branch 'dev' into chart
2021-10-29 16:27:55 +11:00
James Panther
8949c62df2
🐛 Fix article summary style in dark mode
2021-10-29 14:54:46 +11:00
James Panther
210175ba44
🌐 Add i18n strings for appearance toggle
2021-10-29 12:30:42 +11:00
James Panther
81824a1a00
🚧 Add config parameters for dark appearance
2021-10-29 12:07:21 +11:00
James Panther
9d42b7be2b
🚧 Add dark mode toggle button
2021-10-29 11:15:00 +11:00
James Panther
35a35f5e32
🐛 Fix site logo image dimensions unconstrained
...
Closes #19
2021-10-28 17:19:53 +11:00
James Panther
68c05b97b2
✨ Add chart shortcode
2021-10-28 15:32:27 +11:00
James Panther
6d1c51c037
💄 Add Mermaid theming to match colour scheme
2021-10-28 15:01:19 +11:00
James Panther
acbcfacd6f
➕ Add Mermaid as bundled dependency
2021-10-28 12:39:34 +11:00
James Panther
14a6aba0b5
🚸 Add groupByYear to front matter
2021-10-27 10:48:29 +11:00
James Panther
4c13c4d776
💄 Add Markdown and Emoji support to parameters
2021-10-27 10:34:50 +11:00
James Panther
db134785e4
🚸 Add sharing links to front matter
2021-10-20 10:44:57 +11:00
James Panther
527d3d101e
⬆️ Upgrade to Mermaid v8.13.3
2021-10-20 10:21:44 +11:00
James Panther
0f15206e78
🌐 Add extra variables to footer for better i18n
2021-10-20 09:31:28 +11:00
James Panther
bf81a7a27d
🐛 Fix logo not linked to home page
...
Closes #13
2021-10-19 17:33:18 +11:00
James Panther
0a59984b44
✨ Add support for article summaries
2021-10-19 17:04:42 +11:00
James Panther
1901917d7c
✨ Add footer menu
2021-10-19 15:45:11 +11:00
James Panther
07562ee7d4
🚸 Make main menu optional
2021-10-19 15:44:23 +11:00
James Panther
4528e36a82
✨ Add option to add a site logo
2021-09-22 12:24:46 +10:00
canstand
962a4875ee
✨ Add i18n chinese translation
2021-09-20 11:24:28 +08:00
James Panther
37e8a8bc91
✨ Add `robots` parameters
2021-08-26 10:07:37 +10:00
James Panther
f6dceb6233
🏗️ Change URLs to be relative instead of absolute
2021-08-26 09:44:41 +10:00