Erison Silva
fb3fa98936
feat: add docker-compose file ( #174 )
...
* feat: Add docker-compose file
- Add `docker-compose.yml` file
- Add docker commands into the README.md file
Close #172
* docs: update README for style consistency
---------
Co-authored-by: Erison Silva <erison.silva@power.cloud >
Co-authored-by: Sat Naing <satnaingdev@gmail.com >
2023-12-13 15:25:22 +06:30
YUE
058c790d26
fix: decode unicode tag chars in breadcrumb ( #175 )
2023-12-12 17:18:39 +06:30
dependabot[bot]
4bbb3e51ed
build(deps): bump vite from 4.4.9 to 4.5.1
...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 4.4.9 to 4.5.1.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/v4.5.1/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v4.5.1/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-12-12 15:03:02 +06:30
dependabot[bot]
8f5bcda3a7
build(deps): bump sharp from 0.32.5 to 0.32.6
...
Bumps [sharp](https://github.com/lovell/sharp ) from 0.32.5 to 0.32.6.
- [Release notes](https://github.com/lovell/sharp/releases )
- [Changelog](https://github.com/lovell/sharp/blob/main/docs/changelog.md )
- [Commits](https://github.com/lovell/sharp/compare/v0.32.5...v0.32.6 )
---
updated-dependencies:
- dependency-name: sharp
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-12-12 15:00:53 +06:30
dependabot[bot]
83751bdb74
build(deps): bump @babel/traverse from 7.22.17 to 7.23.2
...
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse ) from 7.22.17 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse )
---
updated-dependencies:
- dependency-name: "@babel/traverse"
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-12-12 15:00:40 +06:30
dependabot[bot]
ab3f0ef978
build(deps): bump undici from 5.24.0 to 5.26.3
...
Bumps [undici](https://github.com/nodejs/undici ) from 5.24.0 to 5.26.3.
- [Release notes](https://github.com/nodejs/undici/releases )
- [Commits](https://github.com/nodejs/undici/compare/v5.24.0...v5.26.3 )
---
updated-dependencies:
- dependency-name: undici
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-12-12 15:00:20 +06:30
Haibo
64b3a286e6
fix: solve invisible text code block issue in light-mode ( #163 )
...
* fix: pre > code font color
Co-authored-by: Nomango <nomango@qq.com >
Co-authored-by: shuaixr <1025sxr@gmail.com >
* refactor: extend other css properties besides typography
Update theme extend to include other properties like textColor etc, to clarify confusion.
---------
Co-authored-by: shuaixr <1025sxr@gmail.com >
Co-authored-by: Sat Naing <satnaingdev@gmail.com >
2023-12-12 14:57:49 +06:30
dependabot[bot]
bca2fe2e44
build(deps): bump postcss from 8.4.29 to 8.4.31
...
Bumps [postcss](https://github.com/postcss/postcss ) from 8.4.29 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.29...8.4.31 )
---
updated-dependencies:
- dependency-name: postcss
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-10-09 09:38:20 +06:30
Tanishq Manuja
9dcc5e1932
refactor: update site URL to be single source of truth ( #143 )
...
* wip: astro config to use .ts instead of .mjs
* fix: remove invalid prop in astro config
* refactor: single source of truth for site url
* refactor: make minor updates due to astro.config.ts
---------
Co-authored-by: satnaing <satnaingdev@gmail.com >
2023-10-09 03:07:45 +00:00
satnaing
79d569d053
fix(layout): use 100svh for min-height on body instead of 100vh
...
Address a mobile layout issue where using 100vh caused unexpected behavior. Switching to 100svh
resolves this problem by accounting for the mobile browser's UI components. This change ensures a
consistent and improved user experience on smaller screens.
resolves #127
2023-10-06 11:45:39 +06:30
tanishqmanuja
d025c914d9
fix: anchor oveflow on small screen size
2023-10-03 14:17:50 +06:30
tanishqmanuja
6352353470
feat: dynamically generate robots.txt
2023-10-03 13:44:57 +06:30
satnaing
cfcedd1418
chore(release): 3.0.0
2023-09-26 02:04:11 +06:30
satnaing
5178f75631
chore: update dependencies and format code
2023-09-26 02:04:11 +06:30
satnaing
d57f53ac4d
docs: add a new theme and add main image in v3 post
2023-09-26 02:04:11 +06:30
satnaing
4c33936b66
docs: add upgrade section for AstroPaper v3
2023-09-26 02:04:11 +06:30
satnaing
485671ac05
docs: remove AstroPaper-2 post from featured posts
2023-09-26 02:04:11 +06:30
satnaing
d7196caec9
docs: add AstroPaper v3 release blog post
2023-09-26 02:04:11 +06:30
satnaing
e4463ad62a
docs: update generated svg image to generated OG image
2023-09-26 02:04:11 +06:30
satnaing
a5feb4b3ab
docs: update reading-time post for astro-paper v3
2023-09-26 02:04:11 +06:30
satnaing
58c68ee055
docs: update docs for astro-papaer v3
...
Make docs articles up to date with the latest version of AstroPaper. Add a section for storing
images for blog posts. Rename rec-2 to example-draft-post and update its content.
resolve #117
2023-09-26 02:04:11 +06:30
satnaing
186bc151c3
docs: update README for v3
...
Update file structure section. Add concurrent command running method for Windows PowerShell users.
Update footer credit to acknowledge the contributions of other contributors.
resolve #113
2023-09-26 02:04:11 +06:30
satnaing
5171111f89
style: update nav list style to be more flexible
2023-09-26 02:04:11 +06:30
satnaing
c516429e5b
build: remove astro check cmd in dev script
2023-09-26 02:04:11 +06:30
tanishqmanuja
88d9343ab5
feat: use new og images in layout
2023-09-26 02:04:11 +06:30
tanishqmanuja
300d014fd7
feat: og image routes
2023-09-26 02:04:11 +06:30
tanishqmanuja
3032c18321
feat: generate og image using templates
2023-09-26 02:04:11 +06:30
tanishqmanuja
b5308debab
chore: remove unused file
2023-09-26 02:04:11 +06:30
tanishqmanuja
7f3edbdecd
fix: get og image url correctly
2023-09-26 02:04:11 +06:30
tanishqmanuja
b03b722369
fix: remove empty string as ogImage
2023-09-26 02:04:11 +06:30
tanishqmanuja
80fcc93954
feat: use post author in og template
2023-09-26 02:04:11 +06:30
tanishqmanuja
4380a7b290
refactor: og templates
2023-09-26 02:04:11 +06:30
tanishqmanuja
35bb517d3a
chore: remove unused file
2023-09-26 02:04:11 +06:30
tanishqmanuja
6dffcf3cb3
fix: og image src
...
related to: 3e0109c12e708351df60df7b938e8bcc07807540
2023-09-26 02:04:11 +06:30
tanishqmanuja
d10e8dfb78
refactor: post slug routing
2023-09-26 02:04:11 +06:30
tanishqmanuja
20c89709ad
feat: default post author to site author
2023-09-26 02:04:11 +06:30
tanishqmanuja
e9d4303219
feat: add image validation to schema
2023-09-26 02:04:11 +06:30
tanishqmanuja
817e67ac65
refactor: move schema to config file
2023-09-26 02:04:11 +06:30
tanishqmanuja
1cc51c00a7
refactor: use astro generated CollectionEntry type
2023-09-26 02:04:11 +06:30
Tanjim Hossain
0af32518b3
fix: resolve single-line code block wrapping issue ( #121 )
...
white-space should be pre-wrap - or else, a single long line of code block may break the layout of whole page on mobile devices
use word break for code and blockquote, white-space: pre for fenced code
2023-09-26 02:04:11 +06:30
satnaing
9eeb8fc76e
fix: prevent white flash in dark mode when navigate
2023-09-26 02:04:11 +06:30
Tanishq Manuja
6c7d04fa12
feat: add view transitions for card on search page ( #118 )
...
* feat: use predictable slug for card transition
* feat: enable view transitions in search card
* refactor: use Card.tsx instead of Card.astro
* refactor: handle card styling in component
* refactor: remove unused class name
---------
Co-authored-by: Sat Naing <satnaingdev@gmail.com >
2023-09-26 02:04:11 +06:30
satnaing
a060cb5c87
feat: add transition effect if light/dark changes
2023-09-26 02:04:11 +06:30
Luks17
4a03558650
fix: update tailwind base styles config ( #116 )
2023-09-26 02:04:11 +06:30
satnaing
1933a6beae
fix: update auto-gen OG images to allow special char usage in title
...
Update the implementation of og image generation code to allow special character usage in title.
fix #103 , fix #88
2023-09-26 02:04:11 +06:30
satnaing
6b8bba1612
chore: upgrade to astro v3.1
...
Upgrade astro version from v3.0.13 to v3.1 to solve the issue of ViewTransitions api not working properly on prod mode.
2023-09-26 02:04:11 +06:30
satnaing
08e4f545a0
refactor: display only non-featured posts in Recent Section
2023-09-26 02:04:11 +06:30
satnaing
cbdaa59bae
feat: add ViewTransitions from Astro
...
Integrate ViewTransitions API from Astro v3.
resolve #96
2023-09-26 02:04:11 +06:30
satnaing
e486687610
feat: upgrade to astro v3
...
Upgrade to astro v3. Update dependencies. Fix codes and features due to migration.
BREAKING CHANGE: Astro v3
resolve #111
2023-09-26 02:04:11 +06:30
satnaing
620446370d
chore: add astro prettier plugin
2023-09-26 02:04:11 +06:30