Commit Graph

310 Commits

Author SHA1 Message Date
Adam Matthiesen bf65f29e3b working on some new stuff, also adding the new theme to the create tool, and doing some other cleanup 2024-02-03 23:10:44 -08:00
Adam Matthiesen 27baada20b update main package with a new function 2024-02-01 23:43:23 -08:00
Adam Matthiesen ac8a448325 just some cleanup to remove the "landing page" post from other locations 2024-02-01 23:38:35 -08:00
Adam Matthiesen 62f77cc0f8 update package (catppuccin theme) 2024-02-01 18:59:39 -08:00
Udit 8e22a4b647 Updated the card layout...
- Handled title truncation
- Handled description truncation
- Added fixed image size
2024-02-02 06:45:40 +05:30
Adam Matthiesen 033b3eed5e found another reference to the old name 2024-02-01 16:24:38 -08:00
Adam Matthiesen 8d66442c47 update theme name 2024-02-01 00:14:44 -08:00
Adam Matthiesen fd21c17127 ooh looooook a new feature that allows you to change the color 2024-02-01 00:09:50 -08:00
Adam Matthiesen ec53076b3a working on ability to change between catppuccin options 2024-02-01 00:01:59 -08:00
Adam Matthiesen 3d37c2d7be update tailwind-preset 2024-01-31 21:21:34 -08:00
Adam Matthiesen 8ee5a295a7 move dep from dev to nondev 2024-01-31 14:27:02 -08:00
Adam Matthiesen 891e925219 update new demo 2024-01-31 14:23:24 -08:00
Adam Matthiesen 693c1a3dbe up theme package number for release 2024-01-31 13:57:34 -08:00
Adam Matthiesen 623895dde3 fix directory name 2024-01-31 13:52:07 -08:00
Adam Matthiesen f66f7707f2 now its working.... more info to come 2024-01-31 13:49:30 -08:00
Adam Matthiesen 820172283f first init of new theme... 2024-01-31 13:12:54 -08:00
Adam Matthiesen b0c44d5c4c up astro-ghostcms version for new satori function and update theme 2024-01-31 06:08:12 -08:00
Adam Matthiesen 5aaaef0c57 This just cleans up the code between the themes and the integration for satori. 2024-01-31 00:16:42 -08:00
Adam Matthiesen 819803e1bf s 2024-01-30 12:04:58 -08:00
Adam Matthiesen efb056f4c0 This should fix mobile menu 2024-01-30 12:04:33 -08:00
Adam Matthiesen 7ed37255e3 upping version to enable config option to allow disabling of the Satori auto injection. 2024-01-30 04:59:30 -08:00
Adam Matthiesen 93e589659d some code cleanup now that its working 2024-01-30 04:54:01 -08:00
Adam Matthiesen a176f11e55 New auto opengraph 2024-01-30 04:15:05 -08:00
Adam Matthiesen ed8ea761c6
Update package.json 2024-01-29 18:49:16 -08:00
Adam Matthiesen 848bd3937c
Update Author details section on Author page (#25)
Before:


![image](https://github.com/MatthiesenXYZ/astro-ghostcms/assets/23015406/c482f347-78ce-429f-8e2f-85a720485000)

After:


![image](https://github.com/MatthiesenXYZ/astro-ghostcms/assets/23015406/8b00978c-6dc4-48fe-a00d-c77f39c06e9d)
2024-01-29 18:48:28 -08:00
Udit 1bd0066bb4 update author details section on author page 2024-01-29 19:42:08 +05:30
Adam Matthiesen 839ffd48a6 up version for new deps 2024-01-29 04:41:00 -08:00
Adam Matthiesen d860350899
Bump execa from 7.2.0 to 8.0.1 (#23)
Bumps [execa](https://github.com/sindresorhus/execa) from 7.2.0 to
8.0.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/sindresorhus/execa/releases">execa's
releases</a>.</em></p>
<blockquote>
<h2>v8.0.1</h2>
<h3>Fixes</h3>
<ul>
<li>Fix and document support for the <a
href="https://github.com/sindresorhus/execa#encoding"><code>{encoding:
'buffer'}</code> option</a>. It is the same as <code>{encoding:
null}</code>, but preferred over it. (<a
href="https://redirect.github.com/sindresorhus/execa/issues/572">#572</a>)</li>
</ul>
<p><a
href="https://github.com/sindresorhus/execa/compare/v8.0.0...v8.0.1">https://github.com/sindresorhus/execa/compare/v8.0.0...v8.0.1</a></p>
<h2>v8.0.0</h2>
<h3>Breaking</h3>
<ul>
<li>Require Node.js 16.17.0 and later (<a
href="https://redirect.github.com/sindresorhus/execa/issues/569">#569</a>)</li>
</ul>
<p><a
href="https://github.com/sindresorhus/execa/compare/v7.2.0...v8.0.0">https://github.com/sindresorhus/execa/compare/v7.2.0...v8.0.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="f4b8b3ab60"><code>f4b8b3a</code></a>
8.0.1</li>
<li><a
href="89c69fe97a"><code>89c69fe</code></a>
Support <code>{encoding: 'buffer'}</code> (<a
href="https://redirect.github.com/sindresorhus/execa/issues/572">#572</a>)</li>
<li><a
href="e7dee28c41"><code>e7dee28</code></a>
8.0.0</li>
<li><a
href="88ee3bd6fa"><code>88ee3bd</code></a>
Upgrade <code>get-stream</code> (<a
href="https://redirect.github.com/sindresorhus/execa/issues/571">#571</a>)</li>
<li><a
href="f31fbdbb07"><code>f31fbdb</code></a>
Fix documentation typo (<a
href="https://redirect.github.com/sindresorhus/execa/issues/568">#568</a>)</li>
<li><a
href="468fbe15ed"><code>468fbe1</code></a>
Upgrade <code>signal-exit</code> to v4 (<a
href="https://redirect.github.com/sindresorhus/execa/issues/570">#570</a>)</li>
<li><a
href="65992b4188"><code>65992b4</code></a>
Require Node.js 16 (<a
href="https://redirect.github.com/sindresorhus/execa/issues/569">#569</a>)</li>
<li><a
href="db58085012"><code>db58085</code></a>
7.2.0</li>
<li>See full diff in <a
href="https://github.com/sindresorhus/execa/compare/v7.2.0...v8.0.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=execa&package-manager=npm_and_yarn&previous-version=7.2.0&new-version=8.0.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>
2024-01-29 04:39:02 -08:00
Adam Matthiesen 805b5bc486
Bump prettier from 2.8.8 to 3.2.4 (#22)
Bumps [prettier](https://github.com/prettier/prettier) from 2.8.8 to
3.2.4.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/prettier/prettier/releases">prettier's
releases</a>.</em></p>
<blockquote>
<h2>3.2.4</h2>
<ul>
<li>Fix <code>.eslintrc.json</code> format <a
href="https://redirect.github.com/prettier/prettier/issues/15947">#15947</a></li>
</ul>
<p>🔗 <a
href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md#324">Changelog</a></p>
<h2>3.2.3</h2>
<ul>
<li>Format <code>tsconfig.json</code> file with <code>jsonc</code>
parser <a
href="https://redirect.github.com/prettier/prettier/issues/15927">#15927</a></li>
</ul>
<p>🔗 <a
href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md#323">Changelog</a></p>
<h2>3.2.2</h2>
<p>🔗 <a
href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md#322">Changelog</a></p>
<h2>3.2.1</h2>
<p>🔗 <a
href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md#321">Changelog</a></p>
<h2>3.2.0</h2>
<p><a
href="https://github.com/prettier/prettier/compare/3.1.1...3.2.0">diff</a></p>
<p>🔗 <a href="https://prettier.io/blog/2024/01/12/3.2.0.html">Release
note</a></p>
<h2>3.1.1</h2>
<p>🔗 <a
href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md#311">Changelog</a></p>
<h2>3.1.0</h2>
<p><a
href="https://github.com/prettier/prettier/compare/3.0.3...3.1.0">diff</a></p>
<p>🔗 <a href="https://prettier.io/blog/2023/11/13/3.1.0.html">Release
note</a></p>
<h2>3.0.3</h2>
<p>🔗 <a
href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md#303">Changelog</a></p>
<h2>3.0.2</h2>
<p>🔗 <a
href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md#302">Changelog</a></p>
<h2>3.0.1</h2>
<p>🔗 <a
href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md#301">Changelog</a></p>
<h2>3.0.0</h2>
<p><a
href="https://github.com/prettier/prettier/compare/3.0.0-alpha.6...3.0.0">diff</a></p>
<p>🔗 <a href="https://prettier.io/blog/2023/07/05/3.0.0.html">Release
note</a></p>
<h2>3.0.0-alpha.6</h2>
<h2>What's Changed</h2>
<ul>
<li>Update <code>.d.ts</code> files of plugins to use <code>export
default ...</code> by <a
href="https://github.com/fisker"><code>@​fisker</code></a> in <a
href="https://redirect.github.com/prettier/prettier/pull/14435">prettier/prettier#14435</a></li>
</ul>
<p>Other changes since v2, see <a
href="https://github.com/prettier/prettier/releases/tag/3.0.0-alpha.1"><code>3.0.0-alpha.1</code>
release notes</a></p>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/prettier/prettier/compare/3.0.0-alpha.5...3.0.0-alpha.6">https://github.com/prettier/prettier/compare/3.0.0-alpha.5...3.0.0-alpha.6</a></p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md">prettier's
changelog</a>.</em></p>
<blockquote>
<h1>3.2.4</h1>
<p><a
href="https://github.com/prettier/prettier/compare/3.2.3...3.2.4">diff</a></p>
<h4>Fix incorrect parser inference (<a
href="https://redirect.github.com/prettier/prettier/pull/15947">#15947</a>
by <a href="https://github.com/fisker"><code>@​fisker</code></a>)</h4>
<p>Files like <code>.eslintrc.json</code> were incorrectly formatted as
JSONC files.</p>
<!-- raw HTML omitted -->
<pre lang="jsx"><code>// Input
prettier --file-info .eslintrc.json
{ &quot;ignored&quot;: false, &quot;inferredParser&quot;:
&quot;jsonc&quot; }
<p>// Prettier 3.2.4
prettier --file-info .eslintrc.json
{ &quot;ignored&quot;: false, &quot;inferredParser&quot;:
&quot;json&quot; }
</code></pre></p>
<h1>3.2.3</h1>
<p><a
href="https://github.com/prettier/prettier/compare/3.2.2...3.2.3">diff</a></p>
<h4>Throw errors for invalid code (<a
href="https://redirect.github.com/prettier/prettier/pull/15881">#15881</a>
by <a href="https://github.com/fisker"><code>@​fisker</code></a>, <a
href="https://github.com/Josh-Cena"><code>@​Josh-Cena</code></a>, <a
href="https://github.com/auvred"><code>@​auvred</code></a>)</h4>
<!-- raw HTML omitted -->
<pre lang="ts"><code>// Input
1++;
<p>// Prettier 3.2.2
1++;</p>
<p>// Prettier 3.2.3
SyntaxError: Invalid left-hand side expression in unary operation (1:1)
&gt; 1 | 1++;
| ^
</code></pre></p>
<!-- raw HTML omitted -->
<pre lang="ts"><code>// Input
try {} catch (error = 1){}

// Prettier 3.2.2
try {
} catch (error) {}

// Prettier 3.2.3
SyntaxError: Catch clause variable cannot have an initializer. (1:23)
&lt;/tr&gt;&lt;/table&gt; 
</code></pre>
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="03822f5b34"><code>03822f5</code></a>
Release 3.2.4</li>
<li><a
href="1cd4d9c160"><code>1cd4d9c</code></a>
Fix JSONC filenames list (<a
href="https://redirect.github.com/prettier/prettier/issues/15947">#15947</a>)</li>
<li><a
href="6c6a332171"><code>6c6a332</code></a>
Spellcheck</li>
<li><a
href="75ec1f7921"><code>75ec1f7</code></a>
Fix lock file</li>
<li><a
href="dda00cdd1d"><code>dda00cd</code></a>
Clean changelog_unreleased</li>
<li><a
href="c12e3c67f9"><code>c12e3c6</code></a>
Git blame ignore 3.2.3</li>
<li><a
href="4985be553e"><code>4985be5</code></a>
Bump Prettier dependency to 3.2.3</li>
<li><a
href="38c0d212e7"><code>38c0d21</code></a>
Update dependents count</li>
<li><a
href="42ba4373f4"><code>42ba437</code></a>
Release 3.2.3</li>
<li><a
href="99c873d421"><code>99c873d</code></a>
chore(deps): update typescript-eslint to v6.19.0 (<a
href="https://redirect.github.com/prettier/prettier/issues/15939">#15939</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/prettier/prettier/compare/2.8.8...3.2.4">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=prettier&package-manager=npm_and_yarn&previous-version=2.8.8&new-version=3.2.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>
2024-01-29 04:36:50 -08:00
dependabot[bot] c5e49c9ef9
Bump execa from 7.2.0 to 8.0.1
Bumps [execa](https://github.com/sindresorhus/execa) from 7.2.0 to 8.0.1.
- [Release notes](https://github.com/sindresorhus/execa/releases)
- [Commits](https://github.com/sindresorhus/execa/compare/v7.2.0...v8.0.1)

---
updated-dependencies:
- dependency-name: execa
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-29 12:36:23 +00:00
dependabot[bot] 9db6384b32
Bump @types/node from 18.19.10 to 20.11.10
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.19.10 to 20.11.10.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-29 12:23:21 +00:00
dependabot[bot] c0571599c2
Bump prettier from 2.8.8 to 3.2.4
Bumps [prettier](https://github.com/prettier/prettier) from 2.8.8 to 3.2.4.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/2.8.8...3.2.4)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-29 12:21:36 +00:00
dependabot[bot] 6aaf6dbe64
Bump @astrojs/rss from 4.0.3 to 4.0.4
Bumps [@astrojs/rss](https://github.com/withastro/astro/tree/HEAD/packages/astro-rss) from 4.0.3 to 4.0.4.
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/astro-rss/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/@astrojs/rss@4.0.4/packages/astro-rss)

---
updated-dependencies:
- dependency-name: "@astrojs/rss"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-29 11:39:08 +00:00
Adam Matthiesen 3a536c1243 set install deps to true by default 2024-01-29 00:53:58 -08:00
Adam Matthiesen 1839d9febf streamlined to require less scripting to add new templates to create project 2024-01-28 21:00:00 -08:00
Adam Matthiesen 8f51cf3fd1 testfix 2024-01-28 20:53:26 -08:00
Adam Matthiesen c4335adc91 testfix 2024-01-28 20:49:38 -08:00
Adam Matthiesen e94e882d88 fix 2024-01-28 20:47:09 -08:00
Adam Matthiesen 58dd1d2bf6 code cleanup 2024-01-28 20:44:16 -08:00
Adam Matthiesen fb26178b72
Update README.md 2024-01-28 02:04:45 -08:00
Adam Matthiesen bddafa4536 update to reflect new package 2024-01-28 02:00:50 -08:00
Adam Matthiesen f005182408 Woo i think im about ready to PR this! 2024-01-28 01:24:06 -08:00
Adam Matthiesen b8b4023172 42 answer to life 2024-01-28 01:19:28 -08:00
Adam Matthiesen 5f8cfa3232 colors 2024-01-28 01:15:31 -08:00
Adam Matthiesen ff63666a5d lucky winner? 2024-01-28 01:12:34 -08:00
Adam Matthiesen 45a270702e t 2024-01-28 01:10:49 -08:00
Adam Matthiesen d28f6da0cf s 2024-01-28 01:05:35 -08:00
Adam Matthiesen 7de9231d71 s 2024-01-28 01:02:37 -08:00
Adam Matthiesen 227af9d746 s 2024-01-28 01:01:12 -08:00
Adam Matthiesen 20a1b919e2 s 2024-01-28 00:48:20 -08:00
Adam Matthiesen 49ac180b89 testfix 2024-01-28 00:38:44 -08:00
Adam Matthiesen 639bc0ae4f up 2024-01-28 00:36:52 -08:00
Adam Matthiesen 61ff71f337 fix 2024-01-28 00:36:26 -08:00
Adam Matthiesen 050281b8c6 up 2024-01-28 00:34:37 -08:00
Adam Matthiesen a396ff9ed0 fix 2024-01-28 00:21:26 -08:00
Adam Matthiesen 9717290617 update image 2024-01-28 00:20:18 -08:00
Adam Matthiesen 238a9a6f5c update readme 2024-01-27 22:48:53 -08:00
Adam Matthiesen 9b206cc70e fix? 2024-01-27 22:41:53 -08:00
Adam Matthiesen a8619e6914 test 2024-01-27 22:39:16 -08:00
Adam Matthiesen b94d4a5f31 fix? 2024-01-27 22:36:56 -08:00
Adam Matthiesen f80b198cb2 test 2024-01-27 22:34:47 -08:00
Adam Matthiesen c95af3948d new template test 2024-01-27 22:29:13 -08:00
Adam Matthiesen 35b41b4dbf change color 2024-01-27 20:22:27 -08:00
Adam Matthiesen 49331b1d5d change wording 2024-01-27 20:20:05 -08:00
Adam Matthiesen 2ffc8bf22b up pkg ver for test 2024-01-27 20:18:03 -08:00
Adam Matthiesen 69a9297881 fix 2024-01-27 20:17:49 -08:00
Adam Matthiesen d728ee7ed5 colors 2024-01-27 20:15:13 -08:00
Adam Matthiesen 7b39b2aa25 fix spacing 2024-01-27 20:07:33 -08:00
Adam Matthiesen f94a3fcba9 test 2024-01-27 20:05:46 -08:00
Adam Matthiesen 1d0dd0e9eb test 2024-01-27 19:57:20 -08:00
Adam Matthiesen 9570e8e6da still trying to fix the one option 2024-01-27 19:53:51 -08:00
Adam Matthiesen 7d8555a95b up 2024-01-27 19:50:53 -08:00
Adam Matthiesen aaf860cc73 fix 2024-01-27 19:48:47 -08:00
Adam Matthiesen 3339065f27 s 2024-01-27 19:44:02 -08:00
Adam Matthiesen 7be955ec6b test 2024-01-27 19:43:41 -08:00
Adam Matthiesen ae12b7e1c6 test 2024-01-27 19:03:33 -08:00
Adam Matthiesen b768695bfc test 2024-01-27 18:48:27 -08:00
Adam Matthiesen 32ce5c42ad spacing: readme 2024-01-27 18:42:48 -08:00
Adam Matthiesen 4181259835 fix spacing: readme 2024-01-27 18:41:58 -08:00
Adam Matthiesen eec68881a3 update readme 2024-01-27 18:40:49 -08:00
Adam Matthiesen b4c0ba3d45 update readme 2024-01-27 18:39:09 -08:00
Adam Matthiesen 9f2b8226e4 more cleanup, and a DEMO PHOTO! 2024-01-27 17:19:21 -08:00
Adam Matthiesen 2cff17bf89 more cleanup 2024-01-27 17:05:43 -08:00
Adam Matthiesen e7aa5f69cf dev 11, a bunch of changing of names 2024-01-27 16:56:15 -08:00
Adam Matthiesen 1373db171c test 2024-01-27 16:34:58 -08:00
Adam Matthiesen 009b314e1f add 2024-01-27 16:20:46 -08:00
Adam Matthiesen 9e121f2b11 change color 2024-01-27 16:20:04 -08:00
Adam Matthiesen d201bb6ed2 test again 2024-01-27 16:13:54 -08:00
Adam Matthiesen ce3cf3b23e test 2024-01-27 15:50:40 -08:00
Adam Matthiesen 0fafc0bd9f test 2024-01-27 15:48:35 -08:00
Adam Matthiesen 778c6e9655 s 2024-01-27 15:44:04 -08:00
Adam Matthiesen e8d5221dd4 test 2024-01-27 15:43:47 -08:00
Adam Matthiesen 5ec79a4fea s 2024-01-27 15:41:30 -08:00
Adam Matthiesen becdf6476f test fix 2024-01-27 15:41:17 -08:00
Adam Matthiesen a2b10b3f5a test 2024-01-27 15:38:16 -08:00
Adam Matthiesen ba763a4756 fix 2024-01-27 12:59:17 -08:00
Adam Matthiesen d24df9c886 added some more color 2024-01-27 12:41:57 -08:00
Adam Matthiesen 333b63f872 hmm seems to be working... cool! 2024-01-27 12:36:09 -08:00
Adam Matthiesen 684471a54b some more progress 2024-01-27 12:06:41 -08:00
Adam Matthiesen f8a7e33397 up 2024-01-26 09:37:14 -08:00
Adam Matthiesen 3ddce02a48 up 2024-01-26 09:33:51 -08:00
Adam Matthiesen fca8767548 more code cleanup 2024-01-26 08:37:39 -08:00
Adam Matthiesen 90826e29cb done with tests for now 2024-01-26 07:24:24 -08:00
Adam Matthiesen 46a2d3c7d2 new test for invariant 2024-01-26 07:14:22 -08:00
Adam Matthiesen aa0a67dd7f up theme 2024-01-26 06:32:40 -08:00
Adam Matthiesen 2cea1c29b7 up version 2024-01-26 05:45:44 -08:00
Adam Matthiesen 9a1b343398 cleanup 2024-01-26 05:43:21 -08:00
Adam Matthiesen bbddc699de up 2024-01-26 05:10:34 -08:00
Adam Matthiesen b16694debe fix spacing 2024-01-26 04:38:54 -08:00
Adam Matthiesen f3381eb7ba some progress 2024-01-26 04:37:17 -08:00
Adam Matthiesen 936d09d170 update tests 2024-01-26 01:58:27 -08:00
Adam Matthiesen f72637d7d6 up theme 2024-01-25 23:31:50 -08:00
Adam Matthiesen 6e4583dd29 up 2024-01-25 23:01:27 -08:00
Adam Matthiesen 1f9d9dfa41 workspace cleanup 2024-01-25 10:14:59 -08:00
Adam Matthiesen 5aad1e7fb3 cleanup 2024-01-25 09:48:29 -08:00
Adam Matthiesen 25787d9016 up versions 2024-01-25 09:16:10 -08:00
Adam Matthiesen 4df1a3a80b remove invariant dep 2024-01-25 09:15:17 -08:00
Adam Matthiesen ebfff34afb update 2024-01-25 04:38:02 -08:00
Adam Matthiesen d738374ff1 s 2024-01-25 01:28:04 -08:00
Adam Matthiesen e2fb3c9ad4 up versions 2024-01-25 00:54:05 -08:00
Adam Matthiesen a917c63dbe update readme 2024-01-24 21:15:19 -08:00
Adam Matthiesen 54e3b3fe76 cleanup 2024-01-24 21:13:14 -08:00
Adam Matthiesen e30918a0dc up packages 2024-01-24 17:39:13 -08:00
Adam Matthiesen 6f88d3cf0d
Merge pull request #16 from MatthiesenXYZ/dependabot/npm_and_yarn/astrojs/check-0.4.1
Bump @astrojs/check from 0.3.4 to 0.4.1
2024-01-23 22:50:29 -08:00
dependabot[bot] 7ddf6459f7
Bump vite from 4.5.2 to 5.0.12
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.5.2 to 5.0.12.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.0.12/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.0.12/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-24 06:44:12 +00:00
dependabot[bot] 0c47ff1723
Bump @astrojs/check from 0.3.4 to 0.4.1
Bumps [@astrojs/check](https://github.com/withastro/language-tools/tree/HEAD/packages/astro-check) from 0.3.4 to 0.4.1.
- [Release notes](https://github.com/withastro/language-tools/releases)
- [Changelog](https://github.com/withastro/language-tools/blob/main/packages/astro-check/CHANGELOG.md)
- [Commits](https://github.com/withastro/language-tools/commits/@astrojs/check@0.4.1/packages/astro-check)

---
updated-dependencies:
- dependency-name: "@astrojs/check"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-24 06:43:53 +00:00
dependabot[bot] 1330ed03bf
Bump @types/node from 20.11.5 to 20.11.6
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.11.5 to 20.11.6.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-24 06:31:05 +00:00
Adam Matthiesen 9e46eeb9f0 up 2024-01-23 21:40:28 -08:00
Adam Matthiesen 527bc7447c up 2024-01-23 21:28:28 -08:00
Adam Matthiesen 95259f3272 up 2024-01-23 21:15:21 -08:00
Adam Matthiesen 5effd144cd up 2024-01-23 21:14:29 -08:00
Adam Matthiesen 466dbc5af7 s 2024-01-23 20:56:49 -08:00
Adam Matthiesen 1778d6f7e8
Update README.md 2024-01-23 19:22:20 -08:00
Adam Matthiesen 39b175384c up readme 2024-01-23 18:19:51 -08:00
Adam Matthiesen 4445e4977a last commit for now 2024-01-23 18:17:54 -08:00
Adam Matthiesen 36f8079a3d up 2024-01-23 18:09:04 -08:00
Adam Matthiesen 35dfab5240 s 2024-01-23 18:07:37 -08:00
Adam Matthiesen db52b353fb fix rss 2024-01-23 17:54:45 -08:00
Adam Matthiesen a7cf1be323 fix naming on a function 2024-01-23 17:47:03 -08:00
Adam Matthiesen 42222839b6 s 2024-01-23 17:43:22 -08:00
Adam Matthiesen 864ea343f1 s 2024-01-23 17:42:27 -08:00
Adam Matthiesen cce5de2050 up 2024-01-23 17:40:11 -08:00
Adam Matthiesen 78eb30627e s 2024-01-23 17:38:44 -08:00
Adam Matthiesen 0e46351669 s 2024-01-23 17:32:03 -08:00
Adam Matthiesen d01b5294a2 update rss for new api 2024-01-23 17:30:01 -08:00
Adam Matthiesen 25ff86694f fix package dep issue 2024-01-23 17:23:57 -08:00
Adam Matthiesen bec80f9bdf up 2024-01-23 17:21:47 -08:00
Adam Matthiesen f08f77381c fix? 2024-01-23 17:08:56 -08:00
Adam Matthiesen b48d6ed771 fix 2024-01-23 16:56:26 -08:00
Adam Matthiesen 8622cb20f4 up 2024-01-23 16:23:26 -08:00
Adam Matthiesen 9116e28c2e setup 2024-01-23 16:17:23 -08:00
Adam Matthiesen d56c9b962f okay now the api should be ready. i wont know till i finish the template 2024-01-23 15:24:38 -08:00
Adam Matthiesen f854abe9dd another progress marker 2024-01-23 14:48:03 -08:00
Adam Matthiesen 694432ad97 prep for v3... 2024-01-23 13:54:54 -08:00
Adam Matthiesen 6bfd32297e update some dependencies 2024-01-23 12:43:21 -08:00
dependabot[bot] f4c1a1f096
Bump prettier-plugin-astro from 0.12.3 to 0.13.0
Bumps [prettier-plugin-astro](https://github.com/withastro/prettier-plugin-astro) from 0.12.3 to 0.13.0.
- [Release notes](https://github.com/withastro/prettier-plugin-astro/releases)
- [Changelog](https://github.com/withastro/prettier-plugin-astro/blob/main/CHANGELOG.md)
- [Commits](https://github.com/withastro/prettier-plugin-astro/compare/v0.12.3...v0.13.0)

---
updated-dependencies:
- dependency-name: prettier-plugin-astro
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-23 20:12:51 +00:00
Adam Matthiesen 8187ee48d9
Merge pull request #8 from MatthiesenXYZ/dependabot/npm_and_yarn/astro-font-0.0.77
Bump astro-font from 0.0.72 to 0.0.77
2024-01-23 12:11:50 -08:00
dependabot[bot] 43f3ff874f
Bump eslint-plugin-astro from 0.29.1 to 0.31.3
Bumps [eslint-plugin-astro](https://github.com/ota-meshi/eslint-plugin-astro) from 0.29.1 to 0.31.3.
- [Release notes](https://github.com/ota-meshi/eslint-plugin-astro/releases)
- [Changelog](https://github.com/ota-meshi/eslint-plugin-astro/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ota-meshi/eslint-plugin-astro/compare/v0.29.1...v0.31.3)

---
updated-dependencies:
- dependency-name: eslint-plugin-astro
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-23 20:08:02 +00:00
dependabot[bot] 73245439b1
Bump astro-font from 0.0.72 to 0.0.77
Bumps [astro-font](https://github.com/rishi-raj-jain/astro-font) from 0.0.72 to 0.0.77.
- [Release notes](https://github.com/rishi-raj-jain/astro-font/releases)
- [Commits](https://github.com/rishi-raj-jain/astro-font/commits)

---
updated-dependencies:
- dependency-name: astro-font
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-23 20:07:31 +00:00
Adam Matthiesen c6ec669b36 pnpm monorepo migration complete 2024-01-23 10:51:23 -08:00