satnaing
08151881cc
style: format file with prettier
2023-03-24 23:48:15 +06:30
satnaing
619a54927f
chore(dev-deps): update linting and prettier packages
2023-03-24 23:47:00 +06:30
satnaing
ccb5a7787c
refactor: update imports paths
2023-03-23 23:20:33 +06:30
Parinya T
dd4fd98972
fix: build error astro@2.1.4 && update astro@2.1.5 ( #49 )
...
* fix: build error astro@2.1.4 && update astro@2.1.5
* fix: remove @scripts from tsconfig.json
2023-03-23 23:08:27 +06:30
Salman Hossain Saif
9e62b637e8
fix: sort rss feed from latest to oldest ( #38 )
...
* Sorted the rss feed from latest to oldest. Which is crucial for RSS readers.
* sorted rss using util func
* refactor: remove redundant draft filter and update import positions
---------
Co-authored-by: Saif71 <>
Co-authored-by: Sat Naing <satnaingdev@gmail.com >
2023-03-17 13:14:10 +06:30
satnaing
69b39fecdf
docs: update CHANGELOG
2023-03-16 15:14:09 +06:30
satnaing
279bfa4a20
chore(release): 2.2.0
2023-03-16 15:02:58 +06:30
satnaing
4fe508462e
refactor: replace astro.config site value with SITE.website
2023-03-16 14:58:26 +06:30
satnaing
0c6d0ba6cd
refactor: add type to SITE object for better type safety
2023-03-16 14:56:54 +06:30
satnaing
2afdf4d82e
chore(deps): update dependencies
2023-03-16 14:07:42 +06:30
satnaing
4189cfaf5e
chore(deps-dev): update dev dependencies
2023-03-16 12:47:27 +06:30
satnaing
329bc22e97
build(deps): update Astro to v2.1.3 and enable type checking in dev
...
Bump Astro from v2.0.8 to v2.1.3. Enable TypeScript type checking during development.
2023-03-16 12:16:19 +06:30
satnaing
6be7a77183
refactor: remove unnecessary pseudo styles in svg
2023-03-15 23:38:14 +06:30
Min Adwaita
b9254c15f1
build(deps-dev): add jampack for performance optimization ( #46 )
...
Add new package "jampack" to devDependencies to optimize performance for production build.
2023-03-15 23:30:48 +06:30
Sat Naing
27507d1d78
feat: generate og images in png format ( #43 )
...
* feat: generate og images in png format
In production mode, generate og images from svg to png format.
fix #40
* refactor: update og image format from svg to png
Update OG image format in post detail to png. Update twitter og images to auto-generated dynamic og
images.
2023-03-01 18:46:42 +06:30
Sat Naing
c40af432a0
Merge pull request #37 from satnaing/dependabot/npm_and_yarn/undici-5.19.1
...
build(deps): bump undici from 5.16.0 to 5.19.1
2023-02-17 10:46:23 +06:30
dependabot[bot]
9554a85289
build(deps): bump undici from 5.16.0 to 5.19.1
...
Bumps [undici](https://github.com/nodejs/undici ) from 5.16.0 to 5.19.1.
- [Release notes](https://github.com/nodejs/undici/releases )
- [Commits](https://github.com/nodejs/undici/compare/v5.16.0...v5.19.1 )
---
updated-dependencies:
- dependency-name: undici
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-02-16 23:27:41 +00:00
satnaing
37b54afd94
fix: add plugin-search-dir in format & format:check
2023-02-12 19:26:14 +06:30
Mahesh Rijal
cbce54bd1c
fix: correct typo in blog posts
...
Fix typo (#35 )
2023-02-12 19:16:50 +06:30
Carles Barreda
e49ca61d6b
fix: add plugin-search-dir in prettier write for pnpm
...
Fix error 'No parser could be inferred for file' (#34 )
2023-02-12 19:15:05 +06:30
Sat Naing
df5aa582a9
Merge pull request #33 from johnhooks/fix/slugify-all-typo
...
fix: slugifyAll typo
2023-02-10 21:54:36 +06:30
John Hooks
bcae985671
fix: slugifyAll typo
2023-02-10 05:30:18 -08:00
satnaing
e74267fb91
docs: update CHANGELOG
2023-02-08 17:41:32 +06:30
satnaing
95a12cef15
chore(release): 2.1.0
2023-02-08 17:32:39 +06:30
satnaing
b5ad224402
build(deps): update minor dependencies
...
Bump @typescript-eslint/parser from 5.50.0 to 5.51.0. Bump satori from 0.1.2 to 0.2.3.
2023-02-08 17:27:43 +06:30
satnaing
2a7e28d916
build(deps): update patch dependencies
...
Bump astro from 2.0.6 to 2.0.8. Bump prettier from 2.8.3 to 2.8.4. Bump lint-staged from 13.1.0 to
13.1.1.
2023-02-08 17:17:48 +06:30
satnaing
77c36d8ef2
chore(linting): ignore dist folder when linting
2023-02-08 17:14:36 +06:30
satnaing
1b7ebf675e
build(deps): bump astro 2.0.4 to 2.0.6
2023-02-05 22:22:58 +06:30
satnaing
55e25d08b7
style: format README markdown
2023-02-03 14:06:54 +06:30
Sha Mwe La
0abceb2c97
docs: mention eslint in README ( #29 )
2023-02-03 14:02:43 +06:30
Sha Mwe La
a9631d0e1e
feat: add ESLint and update linting errors ( #26 )
...
* Install ESLint and Astro ESLint plugin
* Configure 2 plugins
* Improve ignore files
* Add lint script
* Install astro-eslint-parser
* Add parser and fix linting errors
2023-02-02 16:24:38 +06:30
Michael Alaev
29e07761f7
refactor: remove unnecessary comments ( #25 )
...
Remove unnecessary comments in `src/utils/generateOgImage.tsx`.
2023-02-01 18:40:20 +06:30
B. Burt
d9a2ffe909
docs: fix typo in blog post ( #24 )
...
Change spelling of criteria.
2023-02-01 12:16:15 +06:30
Sha Mwe La
dc026b38de
fix: make schema(s) strict ( #23 )
...
If schema(s) are made with strict, it will disallow extra keys in the markdown frontmatter.
2023-02-01 12:13:41 +06:30
satnaing
920046f389
docs: update CHANGELOG
2023-01-31 20:30:04 +06:30
satnaing
fa0849553a
chore(release): 2.0.0
2023-01-31 20:25:13 +06:30
satnaing
202dfaa883
Merge branch 'astro-v2'
2023-01-31 20:22:09 +06:30
satnaing
f30953bd55
docs: add AstroPaper v1 docs and live url
2023-01-31 20:20:39 +06:30
satnaing
f7f10f2a50
chore: add env type file
2023-01-31 20:17:10 +06:30
satnaing
705c59e6ea
docs: update OG/desc image and info of predefined color scheme
2023-01-31 20:10:54 +06:30
satnaing
b3f760f7d8
docs: update card bgColor in lower contrast new dark theme
2023-01-31 20:09:34 +06:30
satnaing
8a99601e93
fix: update card bg color
2023-01-31 20:09:05 +06:30
satnaing
a827f758d3
docs: add AstroPaper 2 dark theme lower contrast
2023-01-31 20:06:02 +06:30
satnaing
cfd1072d9d
refactor: change default dark theme
2023-01-31 20:04:08 +06:30
satnaing
ca43fc2b84
build(deps): update patch dependencies
2023-01-31 16:08:53 +06:30
satnaing
f99c014de3
docs: add info about automatic class sorting feat
2023-01-31 16:02:16 +06:30
satnaing
1a427285f3
style: format styles with Tailwind Prettier plugin
2023-01-31 15:53:49 +06:30
satnaing
ca7d9b10e6
style: add Tailwind prettier plugin
2023-01-31 15:49:20 +06:30
satnaing
bb5d6b3837
docs: add main image in astro-paper-2 blog post
2023-01-31 13:04:43 +06:30
satnaing
ca69958908
docs: add info about new predefined color scheme
2023-01-31 12:59:11 +06:30