diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index a0d219e24c215..a5f7c3474235c 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -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 diff --git a/config.toml b/config.toml index dbe9893295f03..4231ed6925874 100644 --- a/config.toml +++ b/config.toml @@ -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 diff --git a/data/config.yaml b/data/config.yaml index 5ef8b6343f58a..5eb5b7ca98c38 100644 --- a/data/config.yaml +++ b/data/config.yaml @@ -1,4 +1,4 @@ -name: Jacky Zhao +name: Michael DeMarco enableToc: true openToc: false enableLinkPreview: true @@ -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" @@ -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