This article is pending because of my laziness

Objective

Make a website(digital garden) which contains my obsidian notes

Description

  • I want to publish few of my ’notes’ as web pages and make a structure similar to Obsidian vault on my website.
  • Not all notes should be published
  • Could fetch from private repo

Working

  • There are 2 repos
    1. Obsidian Vault
    2. Main Website Source
  • The ‘1’ is added as submodule for ‘2’
  • Run a command to export markdown which are marked as ‘draft=false’ from obsidian markdown format to normal markdown
  • Store exported markdown in src directory
  • Run hugo to convert markdown to static html files
  • Run github action to push to pages

Tasks

Theme Watchlist