Added PageHeader and first content
Some checks failed
Build and Deploy Astro Site / deploy (push) Failing after 42s

This commit is contained in:
2025-09-11 23:22:55 +02:00
parent 17ca6ce809
commit 0e70773aa0
51 changed files with 1291 additions and 275 deletions

14
.idea/codeStyles/Project.xml generated Normal file
View File

@@ -0,0 +1,14 @@
<component name="ProjectCodeStyleConfiguration">
<code_scheme name="Project" version="173">
<editorconfig>
<option name="ENABLED" value="false" />
</editorconfig>
<codeStyleSettings language="CSS">
<indentOptions>
<option name="INDENT_SIZE" value="2" />
<option name="CONTINUATION_INDENT_SIZE" value="4" />
<option name="TAB_SIZE" value="2" />
</indentOptions>
</codeStyleSettings>
</code_scheme>
</component>

View File

@@ -1,5 +1,5 @@
<component name="ProjectCodeStyleConfiguration">
<state>
<option name="PREFERRED_PROJECT_CODE_STYLE" value="Default" />
<option name="USE_PER_PROJECT_SETTINGS" value="true" />
</state>
</component>

121
.idea/workspace.xml generated
View File

@@ -4,8 +4,51 @@
<option name="autoReloadType" value="SELECTIVE" />
</component>
<component name="ChangeListManager">
<list default="true" id="c41707ed-a751-4a5e-bfaa-7bebd8a58741" name="Changes" comment="Fixed wrong folder name in admin">
<change beforePath="$PROJECT_DIR$/postcss.config.js" beforeDir="false" afterPath="$PROJECT_DIR$/postcss.config.js" afterDir="false" />
<list default="true" id="c41707ed-a751-4a5e-bfaa-7bebd8a58741" name="Changes" comment="Fixed : Arbitary css purging">
<change afterPath="$PROJECT_DIR$/src/app/(site)/awq/[...slug]/page.tsx" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/app/(site)/awq/page.tsx" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/components/Markdoc/Highlight/Highlight.module.css" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/components/Markdoc/Highlight/index.tsx" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/components/Page/Header/PageHeader.module.css" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/components/Page/Header/index.tsx" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/layouts/AWQLayout/index.tsx" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/layouts/ArticleLayout/index.tsx" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/lib/content/awq/collector.ts" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/lib/content/awq/talents.ts" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/lib/keystatic/collections/awq/article.ts" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/lib/keystatic/collections/awq/talents.ts" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/lib/keystatic/components/Inline.ts" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/lib/utils/date.ts" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/styles/themes/awq.css" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/styles/tools.css" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/styles/tools/tables.css" afterDir="false" />
<change afterPath="$PROJECT_DIR$/types/keystatic.ts" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/codeStyles/codeStyleConfig.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/codeStyles/codeStyleConfig.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/keystatic.config.ts" beforeDir="false" afterPath="$PROJECT_DIR$/keystatic.config.ts" afterDir="false" />
<change beforePath="$PROJECT_DIR$/public/images/authors/dave-damage/avatar.png" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/public/images/authors/dave-damage/awq_cover-default.png" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/public/images/content/the-metatron/the-kitchensink/pexels-jplenio-1102912.jpg" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/public/images/covers/the-metatron/the-kitchensink/cover.jpeg" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/src/app/(admin)/keystatic/keystatic.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/app/(admin)/keystatic/keystatic.ts" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/app/(site)/globals.css" beforeDir="false" afterPath="$PROJECT_DIR$/src/app/(site)/globals.css" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/app/(site)/layout.tsx" beforeDir="false" afterPath="$PROJECT_DIR$/src/app/(site)/layout.tsx" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/components/Markdoc/Renderer/Renderer.module.css" beforeDir="false" afterPath="$PROJECT_DIR$/src/components/Markdoc/Renderer/Renderer.module.css" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/components/Markdoc/Renderer/index.tsx" beforeDir="false" afterPath="$PROJECT_DIR$/src/components/Markdoc/Renderer/index.tsx" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/content/taxonomy/authors/dave-damage.json" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/src/content/taxonomy/authors/dave-damage/test.mdoc" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/src/content/taxonomy/tags/rant-against-the-machine.json" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/src/content/taxonomy/tags/was-ist-was.json" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/src/content/the-metatron/the-kitchensink.mdoc" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/src/lib/content/taxonomy/authors.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/lib/content/taxonomy/authors.ts" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/lib/content/taxonomy/tags.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/lib/content/taxonomy/tags.ts" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/lib/keystatic/collections/taxonomy/authors.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/lib/keystatic/collections/taxonomy/authors.ts" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/lib/keystatic/fields/article.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/lib/keystatic/fields/article.ts" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/lib/keystatic/fields/content.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/lib/keystatic/fields/content.ts" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/lib/keystatic/fields/publishing.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/lib/keystatic/fields/publishing.ts" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/lib/markdoc/tags.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/lib/markdoc/tags.ts" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/styles/settings/colors.css" beforeDir="false" afterPath="$PROJECT_DIR$/src/styles/settings/colors.css" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/styles/settings/elements.css" beforeDir="false" afterPath="$PROJECT_DIR$/src/styles/settings/elements.css" afterDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
@@ -26,37 +69,37 @@
<option name="hideEmptyMiddlePackages" value="true" />
<option name="showLibraryContents" value="true" />
</component>
<component name="PropertiesComponent">{
&quot;keyToString&quot;: {
&quot;ModuleVcsDetector.initialDetectionPerformed&quot;: &quot;true&quot;,
&quot;RunOnceActivity.ShowReadmeOnStart&quot;: &quot;true&quot;,
&quot;RunOnceActivity.TerminalTabsStorage.copyFrom.TerminalArrangementManager.252&quot;: &quot;true&quot;,
&quot;RunOnceActivity.git.unshallow&quot;: &quot;true&quot;,
&quot;git-widget-placeholder&quot;: &quot;main&quot;,
&quot;js.debugger.nextJs.config.created.client&quot;: &quot;true&quot;,
&quot;js.debugger.nextJs.config.created.server&quot;: &quot;true&quot;,
&quot;node.js.detected.package.eslint&quot;: &quot;true&quot;,
&quot;node.js.detected.package.standard&quot;: &quot;true&quot;,
&quot;node.js.detected.package.stylelint&quot;: &quot;true&quot;,
&quot;node.js.detected.package.tslint&quot;: &quot;true&quot;,
&quot;node.js.selected.package.eslint&quot;: &quot;(autodetect)&quot;,
&quot;node.js.selected.package.standard&quot;: &quot;&quot;,
&quot;node.js.selected.package.stylelint&quot;: &quot;/Users/dave/projects/dave-dmg/blog/node_modules/stylelint&quot;,
&quot;node.js.selected.package.tslint&quot;: &quot;(autodetect)&quot;,
&quot;nodejs_package_manager_path&quot;: &quot;npm&quot;,
&quot;prettierjs.PrettierConfiguration.Package&quot;: &quot;/Users/dave/projects/dave-dmg/blog/node_modules/prettier&quot;,
&quot;settings.editor.selected.configurable&quot;: &quot;settings.javascript.linters.eslint&quot;,
&quot;ts.external.directory.path&quot;: &quot;/Users/dave/projects/dave-dmg/blog/node_modules/typescript/lib&quot;,
&quot;vue.rearranger.settings.migration&quot;: &quot;true&quot;
<component name="PropertiesComponent"><![CDATA[{
"keyToString": {
"ModuleVcsDetector.initialDetectionPerformed": "true",
"RunOnceActivity.ShowReadmeOnStart": "true",
"RunOnceActivity.TerminalTabsStorage.copyFrom.TerminalArrangementManager.252": "true",
"RunOnceActivity.git.unshallow": "true",
"git-widget-placeholder": "main",
"js.debugger.nextJs.config.created.client": "true",
"js.debugger.nextJs.config.created.server": "true",
"node.js.detected.package.eslint": "true",
"node.js.detected.package.standard": "true",
"node.js.detected.package.stylelint": "true",
"node.js.detected.package.tslint": "true",
"node.js.selected.package.eslint": "(autodetect)",
"node.js.selected.package.standard": "",
"node.js.selected.package.stylelint": "/Users/dave/projects/dave-dmg/blog/node_modules/stylelint",
"node.js.selected.package.tslint": "(autodetect)",
"nodejs_package_manager_path": "npm",
"prettierjs.PrettierConfiguration.Package": "/Users/dave/projects/dave-dmg/blog/node_modules/prettier",
"settings.editor.selected.configurable": "settings.javascript.prettier",
"ts.external.directory.path": "/Users/dave/projects/dave-dmg/blog/node_modules/typescript/lib",
"vue.rearranger.settings.migration": "true"
}
}</component>
}]]></component>
<component name="RecentsManager">
<key name="MoveFile.RECENT_KEYS">
<recent name="$PROJECT_DIR$/src/app/(site)" />
<recent name="$PROJECT_DIR$/src/app" />
<recent name="$PROJECT_DIR$/src/app/(admin)" />
<recent name="$PROJECT_DIR$/src/components/Markdoc" />
<recent name="$PROJECT_DIR$/src/layouts/ArticleLayout" />
<recent name="$PROJECT_DIR$/types" />
<recent name="$PROJECT_DIR$/src/components" />
<recent name="$PROJECT_DIR$/src/components/Layout/Page" />
<recent name="$PROJECT_DIR$/src/app/(site)" />
</key>
</component>
<component name="RunManager" selected="npm.Next.js: server-side">
@@ -90,6 +133,7 @@
<updated>1756802819394</updated>
<workItem from="1756802820524" duration="57336000" />
<workItem from="1756985956072" duration="111716000" />
<workItem from="1757501953150" duration="58034000" />
</task>
<task id="LOCAL-00001" summary="Added simple astrojs deploy">
<option name="closed" value="true" />
@@ -235,7 +279,15 @@
<option name="project" value="LOCAL" />
<updated>1757489910389</updated>
</task>
<option name="localTasksCounter" value="19" />
<task id="LOCAL-00019" summary="Fixed : Arbitary css purging">
<option name="closed" value="true" />
<created>1757490230515</created>
<option name="number" value="00019" />
<option name="presentableId" value="LOCAL-00019" />
<option name="project" value="LOCAL" />
<updated>1757490230515</updated>
</task>
<option name="localTasksCounter" value="20" />
<servers />
</component>
<component name="TypeScriptGeneratedFilesManager">
@@ -274,7 +326,8 @@
<MESSAGE value="Fixed overeager purgecss" />
<MESSAGE value="Remove variable purging from purgecss" />
<MESSAGE value="Fixed wrong folder name in admin" />
<option name="LAST_COMMIT_MESSAGE" value="Fixed wrong folder name in admin" />
<MESSAGE value="Fixed : Arbitary css purging" />
<option name="LAST_COMMIT_MESSAGE" value="Fixed : Arbitary css purging" />
</component>
<component name="XDebuggerManager">
<breakpoint-manager>
@@ -284,12 +337,6 @@
<line>11</line>
<option name="timeStamp" value="1" />
</line-breakpoint>
<line-breakpoint enabled="true" type="javascript">
<url>file://$PROJECT_DIR$/src/app/(site)/layout.tsx</url>
<line>22</line>
<properties lambdaOrdinal="-1" />
<option name="timeStamp" value="2" />
</line-breakpoint>
</breakpoints>
</breakpoint-manager>
</component>