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
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
35bb517d3a
chore: remove unused file
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
satnaing
b118f09d5d
docs: update schema code in docs for new canonicalURL property
2023-07-23 10:59:44 +06:30
Nahuel Garbezza
4687bd516b
feat: support custom canonical URLs ( #83 )
...
Adding an optional attribute in the posts' frontmatter that allows the user to set a custom canonical URL
2023-07-23 10:55:19 +06:30
Nahuel Garbezza
08383093d1
docs: update "adding new post" tutorial with...
...
...info about canonical URLs
2023-07-23 10:55:19 +06:30
satnaing
606203d034
docs: add a blog post for adding estimated reading time
...
Add an article for adding estimated reading time. #74
resolve #74
2023-07-22 23:15:57 +06:30
satnaing
d9743af65d
docs: add a blog post for updating AstroPaper and dependencies
...
Add an article to show how to update project dependencies and AstroPaper template.
resolve #68
2023-07-21 21:04:02 +06:30
satnaing
26ecd173dd
fix : #72 replace SITE.website with a URL in astro.config site value
...
Using SITE.website in astro.config.mjs causes the problem . Thus, change back to the original url string in site value of .
Closes : #72
2023-07-20 16:30:02 +06:30
Andrea Mignone
0e9f709c5d
feat: add locale configuration for Datetime component ( #59 )
2023-04-17 23:56:58 +06:30
satnaing
4fe508462e
refactor: replace astro.config site value with SITE.website
2023-03-16 14:58:26 +06:30
Mahesh Rijal
cbce54bd1c
fix: correct typo in blog posts
...
Fix typo (#35 )
2023-02-12 19:16:50 +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
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
a827f758d3
docs: add AstroPaper 2 dark theme lower contrast
2023-01-31 20:06:02 +06:30
satnaing
f99c014de3
docs: add info about automatic class sorting feat
2023-01-31 16:02:16 +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
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
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
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
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