Skip to content

tealblu/tealblu.github.io

Repository files navigation

indi.bio

HTML Logseq Hugo Markdown

Description

This is a HUGO website, using GitHub Pages to host the website, logseq-schrodinger to export my notes, and utterances to manage comments.

how i feel using this setup

🧱 Project Structure

β”œβ”€β”€ 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.

Issues

Issues for this project

Issues for logseq-schrodinger

License

Distributed under the MIT License. See LICENSE for more information.

About

Personal digital garden site used to host bits of knowledge that I want to share

Topics

Resources

License

Stars

Watchers

Forks

Languages