Xin
53b688f014
chore(devcontainer): bump hugo to version v0.119.0
...
[skip ci]
2023-10-25 21:55:40 +01:00
dependabot[bot]
8ad5a0cf0e
chore(deps-dev): bump postcss from 8.4.27 to 8.4.31 ( #150 )
...
Bumps [postcss](https://github.com/postcss/postcss ) from 8.4.27 to 8.4.31.
- [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.4.27...8.4.31 )
[skip ci]
---
updated-dependencies:
- dependency-name: postcss
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-25 21:53:47 +01:00
Xin
e135f5a6b4
docs: improve icon shortcode documentation ( #149 )
2023-10-25 20:50:15 +01:00
Xin
97e6945c04
feat: add option to set default theme and hide toggle button ( #146 )
...
resolves #135
Light / dark theme can be configured via:
```yaml
theme:
# light | dark | system
default: system
displayToggle: true
```
2023-10-21 22:18:04 +01:00
Xin
93cb788e52
feat(search): support different search index types ( #145 )
...
* add support for different search index types: `content | summary | heading | title`
* resolves #139
2023-10-21 21:00:39 +01:00
Jinuk Im
88b0f1b2ab
fix: broken "edit this page" link in windows ( #143 )
v0.5.2
2023-10-18 22:33:36 +01:00
Jinuk Im
a31b46f5e3
chore(i18n): add translations of Korean ( #144 )
...
* chore(i18n): add translations of Korean
* Update ko.yaml
---------
Co-authored-by: Xin <xin@imfing.com>
2023-10-18 22:32:28 +01:00
Sid
6641d36b98
docs: add using Hextra as Git submodule ( #137 )
...
* docs: update docs relating to getting started and Hugo modules
* docs: add docs to use Hextra as Git submodule, closes #107
* chore: use paragraph instead of callout, refactor docs
* Update getting-started.md
* Update getting-started.md
---------
Co-authored-by: Xin <xin@imfing.com>
2023-10-16 14:28:28 +01:00
Jinuk Im
e42d01898a
fix: add missing translations ( #142 )
...
* fix: add missing translation in blog list
* fix: add translatable variables
* Update en.yaml
---------
Co-authored-by: Xin <xin@imfing.com>
2023-10-16 13:30:31 +01:00
Xin
6cd4c55613
fix: callout styling issue with markdown content ( #141 )
2023-10-13 00:09:57 +01:00
Xin
cb09b7ce1e
fix: skip scroll event if no backToTop element ( #138 )
v0.5.1
2023-10-12 23:25:34 +01:00
纳兰音韵
96c6ff073f
chore(i18n): update zh-cn.yaml ( #136 )
2023-10-11 23:22:07 +01:00
Xin
28a20e1e7e
chore: add code copy button icons in js ( #133 )
v0.5.0
2023-10-07 20:01:19 +01:00
Xin
5f4c7423d0
chore: add feature request issue template
...
[skip ci]
2023-10-04 20:54:29 +01:00
Xin
2bc4ed19e3
chore: add issue bug report template
...
[skip ci]
2023-10-04 20:51:22 +01:00
Xin
8aa6439132
feat: support custom primary saturation ( #131 )
...
* feat: support custom primary saturation
* chore: run npm run build:css
* docs: update instruction for customizing primary color
2023-10-04 20:41:59 +01:00
Jinuk Im
b7558aca44
feat: support empty prev/next pagination ( #130 )
...
[skip ci]
2023-10-04 20:13:49 +01:00
Xin
55ff819dae
fix: not-prose p tag inconsistent style ( #126 )
...
* fix: not-prose p tag should reset styles
* chore: compile CSS
2023-10-03 09:12:30 +01:00
Xin
924d8508d0
fix: footer enable flag logic issue ( #125 )
2023-10-03 08:51:41 +01:00
Quang Thắng
1b932f260a
chore: add Vietnamese translation ( #123 )
...
[skip ci]
2023-10-03 08:36:35 +01:00
Pedro Lima
5768ed4695
chore: add Portuguese translation ( #119 )
2023-10-02 23:53:53 +01:00
morfismo
f4cea168b1
chore: spanish translations es.yaml ( #114 )
...
[skip ci]
2023-10-02 11:57:12 +01:00
calalloo
e2d00fdcd0
chore: add Swahili translation ( #113 )
...
[skip ci]
2023-10-01 23:13:18 +01:00
Xin
103faa24f3
chore: re-compile CSS
2023-10-01 09:25:02 +00:00
Remy Sheppard
d1bed05843
feat: Back To Top ( #105 )
...
* Scroll to top
* Update scripts.html
---------
Co-authored-by: Xin <xin@imfing.com>
2023-10-01 10:06:28 +01:00
Xin
2df3c563bf
fix: use div for copyright container in footer ( #104 )
v0.4.0
2023-09-27 20:40:35 +01:00
Xin
ec02eb34fe
fix: search shortcut based on user platform ( #101 )
...
* fix: search shortcut based on user platform
* chore: make it work with iPad and iPhone as well
2023-09-27 19:47:20 +01:00
Xin
46dea718e6
docs: add giscus comments system ( #96 )
...
* chore: rename comment to comments
* docs: add giscus comments
* docs: update
2023-09-26 23:33:27 +01:00
Xin
adf5a113fc
fix: giscus theme and language display issues ( #95 )
...
* chore: minor update giscus template
* fix: theme toggle should select all
* chore: example configs for giscus
* fix: language code in giscus
2023-09-26 22:12:38 +01:00
Jinuk Im
6a19ac31c0
feat: add giscus support ( #92 )
...
* feat: add giscus support #89
* Update comment.html
* Update giscus.html
* Update giscus.html
---------
Co-authored-by: Xin <xin@imfing.com>
2023-09-26 20:47:22 +01:00
Xin
3c4ede96df
feat: add shortcodes to build Hextra home page ( #90 )
...
* feat: add feature grid and card shortcodes
* feat: add markdown content to hextra home
* chore: add button for hextra home
* chore: add heading and subtitle
* chore: finish moving hextra home to shortcodes
* chore: regenerate css
* chore: improve hextra home layout shortcodes
* chore: update css
* chore: decrease button size
v0.3.0
2023-09-26 08:15:31 +01:00
Xin
01f7e3a425
docs: add showcase page ( #86 )
...
* docs: add showcase page
* chore: update compiled CSS
* chore: add showcase to navbar
* chore: reorder show case on navbar
* chore: update card image style
* chore: update showcase images
* chore: update showcase card image
2023-09-24 15:30:17 +01:00
Jinuk Im
da5a087891
fix: reverse order in blog list page ( #87 )
...
* feat: support reverse order in blog list page
* chore: update blog list order
---------
Co-authored-by: Xin <xin@imfing.com>
2023-09-24 14:54:38 +01:00
Xin
79883dc7cc
fix: process static image url correctly
2023-09-24 11:03:34 +01:00
Xin
b283227046
feat: enhance image resolving ( #82 )
...
* feat: enhance image resolving
* chore: don't process image path that begins with relative link
* docs: add instruction for adding images
* chore: update docs
* chore: add filenames to images docs
2023-09-23 23:54:17 +01:00
Xin
0e9cf1a519
fix: add integrity attribute to styles css preload tag ( #83 )
2023-09-23 22:42:05 +01:00
Xin
fdc30c6cd5
fix: card image not displaying correctly ( #77 )
...
* fix: use relative URL for card images
* chore: update card image processing
* chore: add width and height for process image
* docs: update cards docs
2023-09-23 19:25:51 +01:00
Xin
3632294706
chore: update list page RSS template ( #75 )
...
* chore: update RSS feed template
* chore: use html instead of safeHTML
2023-09-22 23:41:53 +01:00
Jinuk Im
929578192b
fix: htmlUnescape page description ( #71 )
...
- add htmlUnescape
2023-09-21 22:46:08 +01:00
Sid
c18d5def26
ci: upgrade actions/checkout
from v3
to v4
( #73 )
...
https://github.com/actions/checkout#checkout-v4
2023-09-21 21:42:15 +01:00
Xin
4e63aa4f14
feat: add google analytics support ( #70 )
...
* feat: support google analytics
* docs: add instruction for setting up ga
2023-09-21 08:03:35 +01:00
Xin
b51bfa3177
feat: support wide and full page modes ( #69 )
...
* feat: add page width config and partial
* feat: use page-width partial in layouts
* chore: revert changes in navbar and footer
* feat: customize footer width from site config
* chore: update styles
* docs: add page width
* feat: allow overriding navbar width
* fix: navbar width variable
* docs: add instruction for navbar and footer
2023-09-20 23:36:00 +01:00
Remy Sheppard
c799160e86
feat: add native image processing to cards ( #63 )
...
* Add native image processing to cards
* feat: Image processing options, markdown subtitles
* fixing a type
* Public Domain Images
* image height fix
* Smaller Image
* Removed fullwidth param
* Smaller image from unsplash
* Replaced static image as well
* Update single.html
* Update list.html
* Update list.html
* Update single.html
* Update list.html
* Update single.html
* Update cards.md
* Update cards.md
---------
Co-authored-by: Xin <xin@imfing.com>
v0.2.9
2023-09-19 00:04:48 +01:00
Remy Sheppard
00d26dee2c
fix: swap navbar logo width and height ( #58 )
...
Height/Width swap issue.
v0.2.8
2023-09-14 08:17:28 +01:00
Xin
e9ea9786e9
feat: enhance scrollbar style ( #56 )
...
* feat: enhance scrollbar style
* chore: set `color-scheme` for document element
2023-09-14 00:01:38 +01:00
Saurabh Mishra
84ac7fe773
docs: add example for customizing css for inline code element ( #55 )
...
* discussion #40
* discussion #46
* corrected Go code
* removed code block section
* changed heading to 'Inline Code Element'
---------
Co-authored-by: Saurabh Mishra <saurabh.m@mailfence.com>
2023-09-13 22:34:46 +01:00
Xin
a184cfd41e
fix: use relURL only for link starts with slash ( #54 )
v0.2.7
2023-09-13 05:40:00 -04:00
Xin
76ac694542
feat: add backdrop blur for nav bar ( #53 )
v0.2.6
2023-09-13 10:02:38 +01:00
Xin
f70ba59ca0
fix: use relative url for card link ( #52 )
...
* fix: cards links should not redirect to 404
* docs: update card links
* fix: use relURL for card link
2023-09-13 09:49:01 +01:00
Xin
4a9a2850fc
docs: add instruction for using markdown in tabs ( #47 )
2023-09-13 07:54:44 +01:00