Adam Matthiesen
01ad923e30
last change.... i forgot to remove those two `?` marks as they are no longer required
2024-03-05 00:14:18 -08:00
Adam Matthiesen
b50e8882cc
better config typings... made it way better XD
2024-03-05 00:11:03 -08:00
Adam Matthiesen
30ad4ac355
Update changeset-main.yml
2024-03-04 22:48:29 -08:00
Adam Matthiesen
33d8d1782a
Update changeset-main.yml
2024-03-04 22:46:49 -08:00
Adam Matthiesen
e73131984b
Update changeset-main.yml
2024-03-04 22:18:29 -08:00
Adam Matthiesen
24a7b3144b
Update changeset-main.yml
2024-03-04 22:18:10 -08:00
Adam Matthiesen
0441bc0fad
Update changeset-main.yml
2024-03-04 22:00:32 -08:00
Adam Matthiesen
28d9c9e5c4
Update changeset-main.yml
2024-03-04 22:00:13 -08:00
Adam Matthiesen
546bd3fe10
Update changeset-main.yml
2024-03-04 21:58:53 -08:00
Adam Matthiesen
ee0d5b5147
more internal code notes!
2024-03-04 12:58:42 -08:00
Adam Matthiesen
f881e4f2a6
change path resolver to `AIK` resolve function now that i figured it out... XD
2024-03-04 12:50:20 -08:00
Adam Matthiesen
c077205215
updated and verified tests are still working
2024-03-04 12:43:45 -08:00
Adam Matthiesen
621bafbd61
update deps
2024-03-04 12:39:42 -08:00
Adam Matthiesen
5cfea0a0a7
remove unused import
2024-03-04 12:32:42 -08:00
Adam Matthiesen
e3080d763c
removed unused function... i dont need to create a dts for this virtual module within the user scope
2024-03-04 12:31:09 -08:00
Adam Matthiesen
6f78923d92
cleanup imports
2024-03-04 12:15:28 -08:00
Adam Matthiesen
5b4c3e3268
cleanup and OCD some code...
2024-03-04 12:02:55 -08:00
Adam Matthiesen
e0372288ed
more helpers....
2024-03-04 11:54:40 -08:00
Adam Matthiesen
aea8305ac0
add checkIntegration helper for sitemap and astro-robots-txt
2024-03-04 11:11:15 -08:00
Adam Matthiesen
41b0ce75d3
Verbose log helper function added to all the others now
2024-03-04 10:36:00 -08:00
Adam Matthiesen
5f1f157152
remove unused import
2024-03-04 10:27:26 -08:00
Adam Matthiesen
3a9ee8aa0b
add verbose helper function
2024-03-04 10:25:19 -08:00
Adam Matthiesen
03c1de5591
change `else { if() ` to `else if`
2024-03-04 09:09:09 -08:00
Adam Matthiesen
1350532de4
last check to make sure things are working.... AND LINT!
2024-03-03 11:42:34 -08:00
Adam Matthiesen
078b1c4088
Change Version of Starlight GhostCMS TS-coreAPI to be stuck and prevent updating to v6.0.0 as that would be a breaking change
2024-03-03 11:12:48 -08:00
Adam Matthiesen
eebcd36583
add changeset to prep for PR
2024-03-03 11:11:28 -08:00
Adam Matthiesen
4288cbe1ac
update. More progress and nothing has broken
2024-03-03 10:41:41 -08:00
Adam Matthiesen
302af0f7b6
update
2024-03-03 10:37:18 -08:00
Adam Matthiesen
65f3f2b019
Some cleanup, and change to how config options are
2024-03-03 10:25:51 -08:00
Adam Matthiesen
017e641afd
Woo Better config options!
2024-03-03 09:51:00 -08:00
Adam Matthiesen
657cfe7568
update readme
2024-03-03 08:58:22 -08:00
Adam Matthiesen
5f7ac8e4a6
massive lint
2024-03-03 08:49:15 -08:00
Adam Matthiesen
3192714355
code cleanup and fixes
2024-03-03 08:43:44 -08:00
Adam Matthiesen
2901524b8a
move import
2024-03-03 08:17:27 -08:00
Adam Matthiesen
557120f6e6
New version check system setup
2024-03-03 08:16:17 -08:00
Adam Matthiesen
fd21ee8df5
Some basic tests
2024-03-03 07:06:58 -08:00
Adam Matthiesen
8db7190be8
First group of progress changes... and it works
2024-03-03 05:17:54 -08:00
Adam Matthiesen
8e276d533d
chore: update versions ( #74 )
...
This PR was opened by the [Changesets
release](https://github.com/changesets/action ) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to main, this PR will
be updated.
# Releases
## @matthiesenxyz/starlight-ghostcms@0.0.7
### Patch Changes
- cb979d5: Adds 2 new pages, Authors, and about page(Link will disappear
if you dont have the default ghost about page with slug "about"). Also
adds auto links from ghost settings for twitter and facebook if not set
my the user in starlight.
2024-02-21 16:45:18 -08:00
github-actions[bot]
a9a0222c59
chore: update versions
2024-02-22 00:44:29 +00:00
Adam Matthiesen
127bcd22c9
Starlight-GhostCMS: Add 2 new pages, and social icons ( #73 )
...
Just a quick patch to add the following
- About page that will turn on if a GhostCMS page with the slug "about"
is available (This is true in any default Ghost install)
- Add Authors page
- Adds Twitter & Facebook social icons from ghost to Starlight if not
filled by user in Starlight config
2024-02-21 16:43:58 -08:00
Adam Matthiesen
cb979d5b0f
add changeset
2024-02-21 16:26:09 -08:00
Adam Matthiesen
e99553f413
add authors page, facebook and twitter autofil from ghost if not set by user, and added an about page that will auto populate if users have a Page on their ghost server called about like in the default configuration.
2024-02-21 16:22:58 -08:00
Adam Matthiesen
271ad759a8
chore: update versions ( #72 )
...
This PR was opened by the [Changesets
release](https://github.com/changesets/action ) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to main, this PR will
be updated.
# Releases
## @matthiesenxyz/starlight-ghostcms@0.0.6
### Patch Changes
- 40d6454: add rss feeds, also adds a link in the socials based on the
astro `site` config option
2024-02-21 05:44:13 -08:00
github-actions[bot]
d8463fb696
chore: update versions
2024-02-21 13:38:45 +00:00
Adam Matthiesen
40d6454fee
add rss feature
2024-02-21 05:36:27 -08:00
Adam Matthiesen
32bab4e4c6
Merge branch 'main' of https://github.com/MatthiesenXYZ/astro-ghostcms
2024-02-21 05:06:31 -08:00
Adam Matthiesen
e2438684f7
update
2024-02-21 05:06:23 -08:00
Adam Matthiesen
94b71b11d0
Update README.md
2024-02-20 08:13:25 -08:00
Adam Matthiesen
62f917ac8c
Update README.md
2024-02-20 08:12:20 -08:00
Adam Matthiesen
5560722bd8
Update README.md
2024-02-20 08:12:10 -08:00