Mirus
c84a681ba1
Merge pull request #38 from mirus-ua/mirus-ua-patch-1
...
Update hugo.toml
2025-02-27 17:34:12 +02:00
Mirus
b7f95ccc8b
Update hugo.toml
2025-02-27 17:34:02 +02:00
Mirus
2c92a7b39b
Merge pull request #36 from Jiogo18/main-fork
...
fix: tags URL with integers
2025-02-17 10:07:54 +02:00
Jiogo18
fcb047ac37
fix: tags url regression with backslash
...
Fix a regression with the case `1\2` in the previous commit.
Trailing slash is required, so `1%5C2` is not converted to `1/2`.
2025-02-16 16:09:42 -05:00
Jiogo18
fbad744c03
fix: tags url with integers
...
The issue: Using integer as tags (e.g. 2025) is supported by hugo, but printf here converts it to `sint2025`.
An easy client-side solution would be to add quotes to the tag `"2025"`, but it's not intuitive.
Instead, we let hugo choose how to do the conversion.
Working tags:
- `NoSpace` => `tags/nospace/`
- `Two Words` => `tags/two-words/`
- `2025` => `tags/2025/`
- `2025.1` => `tags/2025.1/`
- `1/2` => `tags/1/2/`
- `✔️ ` => `tags/%EF%B8%8F/`
Breaking change:
- `1\2` => `tags/1/2` but was and should be `tags/1\2` (or `tags/1%5C2`)
IMO we can ignore this case, which can produce other weird behaviours
2025-02-16 14:34:34 -05:00
Mirus
b2550c4e22
Merge pull request #34 from Jiogo18/main
...
fix: Local Theme Variables `color` error
2025-01-21 18:09:52 +02:00
Jiogo18
0d3c5fd150
Update README.md blue is default
2025-01-21 10:53:04 -05:00
Jiogo18
4b7e56ae9a
fix: Local Theme Variables
2025-01-21 10:51:18 -05:00
Mirus
10e3658f97
Merge pull request #30 from mirus-ua/fix-centerTheme-footer-issue
...
Copyright footer is not centered
2024-12-22 13:09:59 +02:00
Mirus
90c0a89d9f
fix: now copyright in footer properly align in different combinations of fullWidthTheme and centerTheme
2024-12-22 13:07:34 +02:00
Mirus
588095c0a1
hotfix: nesting
2024-12-07 11:47:47 +02:00
Mirus
0dad1a9454
Merge pull request #29 from mirus-ua/28-media-queries-not-working-properly
...
fix: rework the styles that are not working properly
2024-12-07 11:34:38 +02:00
Mirus
ae9fe44ff1
docs: update
2024-12-07 11:33:50 +02:00
Mirus
3f85215722
fix: rework the styles that are not working properly
2024-12-07 11:29:12 +02:00
Mirus
f1377537a9
Merge pull request #27 from mirus-ua/mirus-ua-patch-2
...
Update README.md
2024-11-20 09:54:09 +02:00
Mirus
79e40efcbe
Update README.md
2024-11-20 09:53:58 +02:00
Mirus
3363b89507
Merge pull request #26 from mirus-ua/mirus-ua-patch-1
...
Update README.md
2024-11-20 09:52:10 +02:00
Mirus
d93d82f375
Update README.md
2024-11-20 09:51:59 +02:00
Mirus
f86ed30ad0
Merge pull request #25 from mirus-ua/feature/21/article-link-color
...
feat: a possibility to colorize article links
2024-11-19 10:03:17 +02:00
Mirus
c531cd8b99
feat: a possibility to colorize article links
2024-11-18 17:32:27 +02:00
Mirus
5452d52e69
Merge pull request #22 from cibersheep/main
...
Remove double semicolo
2024-11-18 17:08:00 +02:00
Joan CiberSheep
c66bfd3c71
Replace paginate with pagination.pagerSize
2024-11-18 14:25:54 +01:00
Joan CiberSheep
0cf062adb0
;; -> ;
2024-11-17 16:55:58 +01:00
Joan CiberSheep
2e5ec267a7
Merge pull request #2 from cibersheep/patch-7
...
Patch 7
2024-11-17 01:13:10 +01:00
Joan CiberSheep
55fa9d4a77
Merge pull request #1 from cibersheep/patch-1
...
Update logo.scss
2024-11-17 01:12:12 +01:00
Joan CiberSheep
72f27300bc
Update README.md
2024-11-17 01:10:48 +01:00
Joan CiberSheep
b5a6267bec
Update logo.scss
2024-11-17 01:03:25 +01:00
Mirus
fab58b1697
Merge pull request #20 from sm32d/patch-1
...
Fixed footer to show copyright from site.params.copyright as in config
2024-10-02 11:07:17 +03:00
Sulabh Mehta (Dominik)
c9e3c8294c
Fixed footer to show copyright from site.params.copyright as in config
2024-10-02 15:58:37 +08:00
Mirus
17c236db9d
fix: css
2024-08-23 14:40:21 +03:00
Mirus
9e870a1c0b
chore: css fix
2024-08-23 14:38:32 +03:00
Mirus
94513b2e42
Merge pull request #16 from mirus-ua/14-feat-site-config-improvements
...
chore: show figure only on post pages
2024-08-23 14:36:22 +03:00
Mirus
4779fd62c0
chore: show figure only on post pages
2024-08-23 14:35:27 +03:00
Mirus
6362d29a2c
Merge pull request #15 from mirus-ua/14-feat-post-banner-image-source
...
[feat] cover caption on post page
2024-08-23 12:34:46 +03:00
Mirus
9795a7535f
feat: coverCaption
2024-08-23 12:29:28 +03:00
Mirus
e1866ffa63
Update README.md
2024-08-12 17:21:39 +03:00
Mirus
ee9eea2674
Update README.md
2024-08-02 16:54:09 +03:00
Mirus
46ac8d9cd8
fix: typo
2024-08-02 16:47:28 +03:00
Mirus
1382b337eb
Merge pull request #11 from mirus-ua/feature/5/sub-menu
...
feat: submenus update
2024-08-02 16:40:25 +03:00
Mirus
a0dbe906de
chore: rearrange menus
2024-08-02 16:39:26 +03:00
Mirus
4ab072273d
feat: submenus update
2024-08-02 16:35:24 +03:00
Mirus
e755de9f42
chore: lower min version of HUGO
2024-08-02 11:22:24 +03:00
Mirus
9b2fc88344
demo: add utterances comments system
2024-08-02 11:01:07 +03:00
Mirus
969ec9aaf1
chore: migrate from firebase
2024-08-02 10:26:53 +03:00
Mirus
031c964c94
blog: replace lorem with the text from about page
2024-08-01 13:02:16 +03:00
Mirus
2349b4e02c
Merge pull request #9 from mirus-ua/chore/8/remove-resource-toCss
...
chore: remove deprecated resources.ToCSS
2024-07-31 20:14:24 +03:00
Mirus
84cbf7e9b3
chore: remove deprecated resources.ToCSS
2024-07-31 20:12:31 +03:00
Mirus
d34c132d73
Merge pull request #7 from mirus-ua/next
...
v2.0.0 CSS Variables update
2024-07-31 16:57:08 +03:00
Mirus
58e5516a10
fix: rgba to color-mix with transparent
2024-07-31 16:53:44 +03:00
Mirus
0b876f44e8
Merge pull request #6 from mirus-ua/demo/update-demo-site-with-css-vars-showcase
...
[demo] update demo site with css vars showcase
2024-07-31 16:27:37 +03:00