1
0
mirror of https://gitlab.com/MisterBiggs/brain-quartz.git synced 2025-07-27 08:41:34 +00:00

Compare commits

..

12 Commits

Author SHA1 Message Date
6b4d29a1fd turn explicit publishing back on 2025-06-07 13:25:53 -06:00
41a8e737ea turn off submodules for now until I figure out this damn bug 2025-06-07 13:21:52 -06:00
937ab53ff0 switch to ssh 2025-06-07 13:15:52 -06:00
75f5d0f4c4 reintroduce the submodule 2025-06-07 13:13:48 -06:00
f110afd363 remove submodule 2025-06-07 13:08:30 -06:00
55b6fa3c50 Claude says add a --force 2025-06-07 13:06:10 -06:00
8e29c322d8 try the original way again 2025-06-07 12:59:22 -06:00
c3c2d0144a manually update maybe 2025-06-07 12:55:21 -06:00
c786a45f52 ok I think I do need to do some submodule stuff manually? 2025-06-07 12:48:22 -06:00
ef74b71284 remove 2025-06-07 12:42:38 -06:00
a6da652d8b Add archive 2025-06-07 12:28:34 -06:00
82516485c3 try public first approach 2025-06-07 12:24:40 -06:00
4 changed files with 8 additions and 6 deletions

@@ -10,9 +10,10 @@ pages:
rules:
- if: '$CI_COMMIT_REF_NAME == "v4"'
before_script:
# - git config --global url."https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/".insteadOf "git@gitlab.com:"
- git config --global url."https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/".insteadOf "git@gitlab.com:"
# - git submodule update --remote
# - git submodule sync --recursive
# - git submodule update --init --recursive --remote
# - git submodule update --init --recursive --remote --force
- hash -r
- npm ci --cache .npm --prefer-offline
script:

Submodule content updated: b911618701...c0dfea9a08

@@ -15,7 +15,7 @@ const config: QuartzConfig = {
analytics: null,
locale: "en-US",
baseUrl: "brain.ansonbiggs.com",
ignorePatterns: ["private", "templates", ".obsidian"],
ignorePatterns: ["private", "templates", ".obsidian", "**/archive", "**/private", "archive", "**/Job Search 2025"],
defaultDateType: "modified",
theme: {
fontOrigin: "googleFonts",
@@ -80,7 +80,8 @@ const config: QuartzConfig = {
Plugin.TagPage(),
Plugin.ContentIndex({
enableSiteMap: true,
enableRSS: true,
enableRSS: false,
includeEmptyFiles: false,
}),
Plugin.Assets(),
Plugin.Static(),