Skip to content

Commit

Permalink
revert: broke website
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfromyeg committed Aug 1, 2023
1 parent 459c5e4 commit dfe5475
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 32 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./public
publish_branch: master # deploying branch
cname: quartz.jzhao.xyz
cname: garden.michaeldemar.co
58 changes: 32 additions & 26 deletions config.toml
Original file line number Diff line number Diff line change
@@ -1,33 +1,39 @@
baseURL = "https://quartz.jzhao.xyz/"
# quartz
baseURL = "https://garden.michaeldemar.co/"
languageCode = "en-us"
relativeURLs = false
disablePathToLower = true
ignoreFiles = [
"/content/templates/*",
"/content/private/*",
]
disablePathToLower = false
ignoreFiles = ["/content/templates/*", "/content/private/*"]
summaryLength = 20
paginate = 10
enableGitInfo = true

# joplin-garden-worker
engine = "hugo"
defaultFolder = "."
stripHtmlComments = true
includeTags = ["quartz"]
[hugoOptions]
outputAsFolder = false

[markup]
[markup.tableOfContents]
endLevel = 3
ordered = true
startLevel = 2
[markup.highlight]
noClasses = false
anchorLineNos = false
codeFences = true
guessSyntax = true
hl_Lines = ""
lineAnchors = ""
lineNoStart = 1
lineNos = true
lineNumbersInTable = true
style = "dracula"
[frontmatter]
lastmod = ["lastmod", ":git", "date", "publishDate"]
publishDate = ["publishDate", "date"]
[markup.goldmark.renderer]
unsafe = true
[markup.tableOfContents]
endLevel = 3
ordered = true
startLevel = 2
[markup.highlight]
noClasses = false
anchorLineNos = false
codeFences = true
guessSyntax = true
hl_Lines = ""
lineAnchors = ""
lineNoStart = 1
lineNos = true
lineNumbersInTable = true
style = "dracula"
[frontmatter]
lastmod = ["lastmod", ":git", "date", "publishDate"]
publishDate = ["publishDate", "date"]
[markup.goldmark.renderer]
unsafe = true
10 changes: 5 additions & 5 deletions data/config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Jacky Zhao
name: Michael DeMarco
enableToc: true
openToc: false
enableLinkPreview: true
Expand All @@ -12,7 +12,7 @@ enableContextualBacklinks: true
enableRecentNotes: false
enableGitHubEdit: true
enableMermaid: true
GitHubLink: https://github.com/jackyzha0/quartz/tree/hugo/content
GitHubLink: https://github.com/michaelfromyeg/quartz/tree/hugo/content
search:
enableSemanticSearch: false
operandApiKey: "REPLACE-WITH-YOUR-OPERAND-API-KEY"
Expand All @@ -21,9 +21,9 @@ description:
Host your second brain and digital garden for free. Quartz features extremely fast full-text search,
Wikilink support, backlinks, local graph, tags, and link previews.
page_title:
"🪴 Quartz 3.3"
"🌱 Michael's Digital Garden"
links:
- link_name: Twitter
link: https://twitter.com/_jzhao
link: https://twitter.com/michaelfromyeg
- link_name: GitHub
link: https://github.com/jackyzha0
link: https://github.com/michaelfromyeg

0 comments on commit dfe5475

Please sign in to comment.