mirror of
https://gitlab.com/MisterBiggs/brain-quartz.git
synced 2025-06-16 01:36:40 +00:00
Compare commits
No commits in common. "6b4d29a1fda26b88ea7a864ffc3a1b0650681adb" and "00d5ea14c362cc95970c75afff821ee87e57f2e4" have entirely different histories.
6b4d29a1fd
...
00d5ea14c3
@ -10,10 +10,9 @@ 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 submodule update --remote
|
||||
# - git config --global url."https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/".insteadOf "git@gitlab.com:"
|
||||
# - git submodule sync --recursive
|
||||
# - git submodule update --init --recursive --remote --force
|
||||
# - git submodule update --init --recursive --remote
|
||||
- hash -r
|
||||
- npm ci --cache .npm --prefer-offline
|
||||
script:
|
||||
|
2
.gitmodules
vendored
2
.gitmodules
vendored
@ -1,4 +1,4 @@
|
||||
[submodule "content"]
|
||||
path = content
|
||||
url = git@gitlab.com:Anson-Projects/brain.git
|
||||
branch = master
|
||||
branch = master
|
2
content
2
content
@ -1 +1 @@
|
||||
Subproject commit c0dfea9a08ec7dd5be706cf01bdd88a2566cdea8
|
||||
Subproject commit b911618701a0f3f0f9af90da56dc82fe5fdc1f76
|
@ -15,7 +15,7 @@ const config: QuartzConfig = {
|
||||
analytics: null,
|
||||
locale: "en-US",
|
||||
baseUrl: "brain.ansonbiggs.com",
|
||||
ignorePatterns: ["private", "templates", ".obsidian", "**/archive", "**/private", "archive", "**/Job Search 2025"],
|
||||
ignorePatterns: ["private", "templates", ".obsidian"],
|
||||
defaultDateType: "modified",
|
||||
theme: {
|
||||
fontOrigin: "googleFonts",
|
||||
@ -80,8 +80,7 @@ const config: QuartzConfig = {
|
||||
Plugin.TagPage(),
|
||||
Plugin.ContentIndex({
|
||||
enableSiteMap: true,
|
||||
enableRSS: false,
|
||||
includeEmptyFiles: false,
|
||||
enableRSS: true,
|
||||
}),
|
||||
Plugin.Assets(),
|
||||
Plugin.Static(),
|
||||
|
Loading…
x
Reference in New Issue
Block a user