mirror of
https://gitlab.com/MisterBiggs/brain-quartz.git
synced 2025-06-15 17:26:40 +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:
|
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
2
.gitmodules
vendored
@ -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
|
||||||
|
2
content
2
content
@ -1 +1 @@
|
|||||||
Subproject commit b911618701a0f3f0f9af90da56dc82fe5fdc1f76
|
Subproject commit c0dfea9a08ec7dd5be706cf01bdd88a2566cdea8
|
@ -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(),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user