Skip to content

Commit

Permalink
[PUBLISHER] Merge #89
Browse files Browse the repository at this point in the history
* PUSH NOTE : publishing-this-blog-from-obsidian.md

* PUSH ATTACHMENT : Pasted image 20241109091858.png
  • Loading branch information
pbjorklund authored Nov 9, 2024
1 parent 3eaf58c commit c8ae80f
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
Binary file added content/posts/Pasted image 20241109091858.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 23 additions & 0 deletions content/posts/publishing-this-blog-from-obsidian.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
title: Publishing this blog from Obsidian
authors:
- Patrik Björklund
share: true
date: 2024-11-09 09:13:00 +0200
summary: Summary of how I publish this blog from within Obsidian
tags:
- productivity
series:
- Productivity
---
This blog is today fully published from [Obsidian](https://obsidian.md/) to [GitHub](https://github.com/pbjorklund/pbjorklundblog) Pages via the [Enveloppe](https://github.com/Enveloppe/obsidian-enveloppe) plugin inside Obsidian.

The plugin pushes markdown content into the Posts directory in the GitHub respository via an auto merged pull request. That then triggers a simple [GitHub action](https://github.com/pbjorklund/pbjorklundblog/blob/master/.github/workflows/hugo.yml) that builds the static site with [Hugo](https://gohugo.io/) and deploys the output to GitHub Pages.

Super simple.

Now I'm trying to figure out how to get attachments to work.

Let's see if this works.

![[Pasted image 20241109091858.png|Pasted image 20241109091858.png]]

0 comments on commit c8ae80f

Please sign in to comment.