This is a HUGO website, using GitHub Pages to host the website, logseq-schrodinger to export my notes, and utterances to manage comments.
βββ archetypes/
β βββ default.md
βββ content/ # Where content is stored
β βββ assets/ # Things from LogseqGraph/assets, used in posts.
β β βββ test.png
β βββ pages/ # Revised Logseq pages with metadata sections for Hugo.
β β βββ random page from logseq.md
β βββ archives.md
β βββ search.md
βββ .github/ # Define GitHub action to help deploy in one click.
β βββ workflows/
β βββ publish.yml
βββ layouts/ # Layout definitions
β βββ partials/
β β βββ backlinks.html # Simulate backlinks function in Hugo.
β βββ shortcodes/
β βββ logseq/ # Translation between Logseq and Hugo.
β β βββ mark.html
β β βββ orgCAUTION.html
β β βββ orgEXAMPLE.html
β β βββ orgIMPORTANT.html
β β βββ orgNOTE.html
β β βββ orgPINNED.html
β β βββ orgQUOTE.html
β β βββ orgTIP.html
β β βββ orgWARNING.html
β βββ contact.html
β βββ hint.html
β βββ search.html
βββ themes/
β βββ random-theme/ # In this repo, PaperMod is the default theme.
βββ config.yml # The main settings page for the website.
βββ .gitignore # This is to prevent unwanted files be tracked by Git.Distributed under the MIT License. See LICENSE for more information.