mirror of
https://gitlab.com/MisterBiggs/brain-quartz.git
synced 2025-06-15 17:26:40 +00:00
Compare commits
3 Commits
6b4d29a1fd
...
ba6f3d2183
Author | SHA1 | Date | |
---|---|---|---|
ba6f3d2183 | |||
bd145d91b4 | |||
15181555c4 |
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,3 +9,4 @@ tsconfig.tsbuildinfo
|
|||||||
private/
|
private/
|
||||||
.replit
|
.replit
|
||||||
replit.nix
|
replit.nix
|
||||||
|
content
|
@ -1,9 +1,3 @@
|
|||||||
variables:
|
|
||||||
GIT_SUBMODULE_STRATEGY: recursive
|
|
||||||
GIT_SUBMODULE_FORCE_HTTPS: "true"
|
|
||||||
GIT_DEPTH: 0
|
|
||||||
|
|
||||||
|
|
||||||
pages:
|
pages:
|
||||||
image: node:22
|
image: node:22
|
||||||
stage: deploy
|
stage: deploy
|
||||||
@ -11,9 +5,7 @@ pages:
|
|||||||
- 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 clone --depth 1 git@gitlab.com:Anson-Projects/brain.git content
|
||||||
# - git submodule sync --recursive
|
|
||||||
# - 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:
|
||||||
|
4
.gitmodules
vendored
4
.gitmodules
vendored
@ -1,4 +0,0 @@
|
|||||||
[submodule "content"]
|
|
||||||
path = content
|
|
||||||
url = git@gitlab.com:Anson-Projects/brain.git
|
|
||||||
branch = master
|
|
1
content
1
content
@ -1 +0,0 @@
|
|||||||
Subproject commit c0dfea9a08ec7dd5be706cf01bdd88a2566cdea8
|
|
@ -15,7 +15,18 @@ 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", "**/archive", "**/private", "archive", "**/Job Search 2025"],
|
ignorePatterns: [
|
||||||
|
"private",
|
||||||
|
"Private",
|
||||||
|
"templates",
|
||||||
|
".obsidian",
|
||||||
|
"**/archive",
|
||||||
|
"**/Archive",
|
||||||
|
"**/Private",
|
||||||
|
"**/private",
|
||||||
|
"archive",
|
||||||
|
"**/Job Search 2025",
|
||||||
|
],
|
||||||
defaultDateType: "modified",
|
defaultDateType: "modified",
|
||||||
theme: {
|
theme: {
|
||||||
fontOrigin: "googleFonts",
|
fontOrigin: "googleFonts",
|
||||||
@ -71,7 +82,7 @@ const config: QuartzConfig = {
|
|||||||
Plugin.Description(),
|
Plugin.Description(),
|
||||||
Plugin.Latex({ renderEngine: "katex" }),
|
Plugin.Latex({ renderEngine: "katex" }),
|
||||||
],
|
],
|
||||||
filters: [Plugin.RemoveDrafts(), Plugin.ExplicitPublish()],
|
filters: [Plugin.RemoveDrafts()],
|
||||||
emitters: [
|
emitters: [
|
||||||
Plugin.AliasRedirects(),
|
Plugin.AliasRedirects(),
|
||||||
Plugin.ComponentResources(),
|
Plugin.ComponentResources(),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user