Mirus
74be984f4c
feat: Add paper theme and light theme support
...
- Introduced new 'paper' light theme in README.md
- Added new blog post explaining the paper theme
- Included paper theme image
- Updated theme color options to include 'paper'
- Added new CSS variables for light theme support
2025-03-12 10:02:07 +02:00
Mirus
27d3dd669a
Merge pull request #40 from trviph/main
...
Add a new light theme
2025-03-12 09:39:29 +02:00
Vĩnh Phước
41fe5f3cc7
refactor: De-duplicate CSS variable definition in color
2025-03-11 18:31:51 +07:00
Vĩnh Phước
3e101bd51e
fix: Menu color is hardcoded as white
2025-03-08 16:28:43 +07:00
Vĩnh Phước
c51feb34c3
chore: Change spaces indent back to 2
2025-03-08 15:57:53 +07:00
Vĩnh Phước
2cff086048
fix: Package name in Go always white
...
Some how the `fmt` in `fmt.Println("Hello, World")` is not recognized as a token so there is no color apply to it.
Fixed this by setting a default color for the `code` tag.
2025-03-08 15:50:11 +07:00
Vĩnh Phước
a0bcb9c5f6
fix: Extract punctuation color to variable
2025-03-08 15:46:05 +07:00
Vĩnh Phước
1d17b9a8ef
feat: Add new light theme called paper
2025-03-08 15:32:53 +07:00
Vĩnh Phước
232748983c
fix: Extract hardcoded color from syntax.scss
...
Syntax highlighting is hardcoded to support dark mode so I extract them into variables to enable customization.
2025-03-08 15:21:48 +07:00
Vĩnh Phước
babd08dfba
chore: Move color variables
...
The themes should be able to decide all of its colors.
2025-03-08 15:03:05 +07:00
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