Adam Matthiesen

Results 36 issues of Adam Matthiesen

Add a new guide for Hashnode CMS

This PR dose 2 things, 1. Reorganizes the repository into a mono-repo 2. Creates a new NPM package for Houston to be able to be directly imported into Astro's Shiki...

**Is your chore related to a problem? Please describe.** When PR #67 merges, There will now be 5 different providers. **Describe the solution you'd like** Allow the user to connect...

help wanted
chore
refactor
breaking
planned

This issue is a collection of Known issues and/or Un-fixable issues/bugs that have cropped up due to outside sources such as software or server hardware! # Ongoing Issues ## `Network...

bug
TRACKER

Currently our [markdoc parser](https://github.com/astrolicious/studiocms/blob/main/packages/studioCMS/src/utils/markdoc.ts) is the most simple version of the markdoc parser, I would love to see this extended to be a more feature rich markdoc configuration. as well...

enhancement
help wanted
good first issue

**Is your chore related to a problem? Please describe.** We currently have no way to test functionality or new features within the project. **Describe the solution you'd like** We need...

enhancement
help wanted
planned

Currently our ImageHandler supports [`unpic`](https://unpic.pics/img/astro/) the default free multi-CDN option, and [`cloudinary-js`](https://cloudinary.com/documentation/javascript_quick_start) This is implemented with our internal [imageHandler integration](https://github.com/astrolicious/studiocms/tree/main/packages/studioCMS/src/integrations/imageHandler) and [Custom Image Component `CImage.astro`](https://github.com/astrolicious/studiocms/blob/main/packages/studioCMS/src/components/exports/CustomImage.astro) The Goal of this issue...

enhancement
help wanted
planned

**Describe the bug** `@astrojs/web-vitals` is intended to be an optional install but is instead causing a drizzle error when not configured or installed. **To Reproduce** Steps to reproduce the behavior:...

bug
breaking

see [Discord: Astrolicious > `#support` > "Getting studioCMS up and running."](https://discord.com/channels/1217527207467946087/1273287150539898891/1273396408317247601) for more info

documentation
chore

Currently [These](https://github.com/astrolicious/studiocms/blob/main/packages/studioCMS/src/db/tables.ts) are our tables, common practice is to prefix a table name with a packages name for example: - `Permissions` > `StudioCMSPermissions` - `SiteConfig` > `StudioCMSSiteConfig` - `PageContent` >...

enhancement
fix
chore
refactor
breaking
planned