mirror of
https://gitlab.com/MisterBiggs/brain-quartz.git
synced 2025-07-27 08:41:34 +00:00
Compare commits
12 Commits
00d5ea14c3
...
6b4d29a1fd
Author | SHA1 | Date | |
---|---|---|---|
6b4d29a1fd | |||
41a8e737ea | |||
937ab53ff0 | |||
75f5d0f4c4 | |||
f110afd363 | |||
55b6fa3c50 | |||
8e29c322d8 | |||
c3c2d0144a | |||
c786a45f52 | |||
ef74b71284 | |||
a6da652d8b | |||
82516485c3 |
@@ -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:
|
||||
|
2
content
2
content
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(),
|
||||
|
Reference in New Issue
Block a user