This is the repository for my personal blog feeshy.github.io

  • If you had any suggestions over content on this site, you're welcomed to start a discussion. Please don't send pull requests.
  • If you like my theme and would like to use it on your site, you're welcomed to fork the theme's repo. Please don't fork this repo.

Workflow

I publish my blog posts using a cross-platform workflow that runs seamlessly on mobile devices. Building and deployment are automatically triggered via GitHub Actions in the cloud. The entire blogging process can be handled within the Obsidian app, eliminating the need for Ruby or Jekyll on my local machine. This frees me to focus solely on content creation.

flowchart TD
A[content creation] -->|obsidian| B[obsidian vault] -->|obsidian git| C{this repository}
D[theme developing] -->|vs code| E[jekyll theme repository] -->|remote theme| C
C -->|build & deploy with github actions| F[live site]
Loading

Links