Commit Graph

673 Commits

Author SHA1 Message Date
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
satnaing bc263b6eac feat: add new predefined color scheme 'astro dark' 2023-01-31 12:50:36 +06:30
satnaing b9aa569e00 docs: mark as featured and add search logic paragraph 2023-01-31 00:33:41 +06:30
satnaing d616a73c93 docs: add AstroPaper v2 release blog post 2023-01-31 00:20:53 +06:30
satnaing 472e61f156 docs: update README for AstroPaper v2 2023-01-31 00:20:21 +06:30
satnaing 9355fb8044 build: exclude README from prettier ignore list 2023-01-31 00:19:49 +06:30
satnaing 54a54e8c3d docs: update frontmatter properties for AstroPaper v2 2023-01-30 22:26:22 +06:30
satnaing cd5620423e docs: add external ogImage url information 2023-01-30 22:24:32 +06:30
satnaing e2a3be4b8a refactor: remove extra blog post 2023-01-30 22:15:20 +06:30
satnaing 067c1a2cc6 docs: add a blog link to predefined color schemes 2023-01-30 22:13:03 +06:30
satnaing 3f714f8c80 refactor: remove unnecessary comment 2023-01-30 22:00:42 +06:30
satnaing 85f8bc67ff refactor: add default tag if no tag is specified in post 2023-01-30 21:26:05 +06:30
satnaing 50af65b0b4 refactor: update ogImage.src to ogImage 2023-01-30 20:57:35 +06:30
satnaing fc37b89953 refactor: mark featured and draft properties as optional 2023-01-30 20:45:58 +06:30
satnaing fb6a13fa10 docs: add caution about forestry discontinuing 2023-01-30 20:31:01 +06:30
satnaing f157ee6cf3 refactor: update blog schema by removing ogImage alt 2023-01-30 12:12:13 +06:30
satnaing f73f02e6e9 refactor: rename blogCollection to blog 2023-01-30 12:10:04 +06:30
satnaing 27b9f6f8ad refactor: update blog schema's author to be optional 2023-01-29 21:27:29 +06:30
satnaing 1fbb2d3c4d refactor: move filtering draft to getCollection func 2023-01-29 21:25:54 +06:30
satnaing 4a0bd18b1b refactor: remove unnessary types and refactor excluding draft
Exclude types of postResult and pagePaths  which can be inferred. Filtered draft posts in
getCollection function.
2023-01-29 21:17:12 +06:30
satnaing a61fd45559 fix: fix broken tags in PostDetails page 2023-01-29 21:01:11 +06:30
satnaing c556202c97 fix: make the last part of breadcrumb lowercase in specific tag page 2023-01-29 20:49:44 +06:30
satnaing c192cd8e50 fix: exclude draft posts in specific tag page 2023-01-29 20:08:01 +06:30
satnaing e8171d327e refactor: update for new content collection api 2023-01-28 01:23:37 +06:30
satnaing 38761e2e8f refactor: update collection type and new schema property name 2023-01-28 01:18:25 +06:30
satnaing 1717222a8b refactor: update querying logic with content collections api 2023-01-28 01:15:36 +06:30
satnaing db385b6567 refactor: update to AstroV2 and remove headings on search result
Update imports and types according to Astro v2 content collections. Remove headings on search result
for better search accuracy.
2023-01-28 00:58:40 +06:30
satnaing bf4f687d2d fix: resolve initial onChange input value bug
URL and search results don't get updated when input box value is removed after reload the page. Fix
this problem.
2023-01-28 00:55:30 +06:30
satnaing 0fe14f4217 refactor: refactor relative imports to aliases 2023-01-28 00:52:18 +06:30
satnaing 8cc6947799 refactor: update datetime prop type to string and date 2023-01-28 00:50:07 +06:30
satnaing a2f572eadf refactor: refactor relative import to alias 2023-01-28 00:47:59 +06:30
satnaing c19f3a0e5a refactor: update imports and frontmatter types 2023-01-28 00:47:21 +06:30
satnaing d67e64e02d refactor: refactor relative import to alias 2023-01-28 00:44:58 +06:30
satnaing b420e688ca feat: define blog schema and add blog collection 2023-01-28 00:38:05 +06:30
satnaing 041f5412f8 refactor: move blog posts under content directory 2023-01-28 00:29:15 +06:30
satnaing d815b5b9b2 revert: revert back to JSX Card component 2023-01-28 00:25:36 +06:30
satnaing 293bad3b49 refactor: update fetch method and frontmatter type 2023-01-26 22:56:02 +06:30
satnaing 7c1de46462 refactor: update frontmatter type and change React to Astro 2023-01-26 22:54:24 +06:30
satnaing 57bf6d77a8 refactor: update getSortedPosts func for blog content collections 2023-01-26 22:43:35 +06:30
satnaing e7b93c560f refactor: modify slugger for blog content collection 2023-01-26 22:42:15 +06:30
satnaing 7243d29607 refactor: remove Frontmatter type 2023-01-26 22:40:10 +06:30
satnaing 4e7d9843d7 refactor: define blog schema and clean up config 2023-01-26 22:39:26 +06:30
satnaing 309f4a3c45 chore: add content collections configuration 2023-01-26 18:39:58 +06:30
satnaing 7062fbf527 chore(types): update astro types 2023-01-25 19:53:25 +06:30
satnaing d7001916d4 chore: add new script cmd 'astro sync' 2023-01-25 19:52:33 +06:30
satnaing c505e4bb1e chore: add .astro directory in .gitignore 2023-01-25 15:17:37 +06:30
satnaing 5f279b34f8 build(deps): bump astro and its packages to v2
BREAKING CHANGE: Migration of Astro to version 2
2023-01-25 15:16:12 +06:30