1
0
mirror of https://gitlab.com/MisterBiggs/brain-quartz.git synced 2025-06-15 17:26:40 +00:00

Compare commits

...

12 Commits

4 changed files with 8 additions and 6 deletions

View File

@ -10,9 +10,10 @@ pages:
rules: rules:
- if: '$CI_COMMIT_REF_NAME == "v4"' - if: '$CI_COMMIT_REF_NAME == "v4"'
before_script: 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 sync --recursive
# - git submodule update --init --recursive --remote # - git submodule update --init --recursive --remote --force
- hash -r - hash -r
- npm ci --cache .npm --prefer-offline - npm ci --cache .npm --prefer-offline
script: script:

2
.gitmodules vendored
View File

@ -1,4 +1,4 @@
[submodule "content"] [submodule "content"]
path = content path = content
url = git@gitlab.com:Anson-Projects/brain.git url = git@gitlab.com:Anson-Projects/brain.git
branch = master branch = master

@ -1 +1 @@
Subproject commit b911618701a0f3f0f9af90da56dc82fe5fdc1f76 Subproject commit c0dfea9a08ec7dd5be706cf01bdd88a2566cdea8

View File

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