How to Add a new Blog Entry

I have added a script that rebuilds the Blog every 15 Minutes. That means if you add something it will take effect every quarter hour :>

Connect to VPN with OpenVPN Client

Open the OpenVPN client by searching for it in the Windows apps. Following that you can just enable the VPN. I would only have the VPN enabled if you are trying to throw Blogs into the Share.

Open Explorer and connect to File Share

To connect to the file Share open the explorer and add a new network drive. The address of the share is the following.
Add Drive part 1
Add Drive part 2

Copy Template and Adjuste Title and Time

This header need to present in the Markdown Blog file:

1
2
3
4
5
---
title: How to Add a new Blog Entry
date: 2024-05-02
tags:
---

To Add a picture to the Markdown

You first need to create a new Subfolder inside the Fileshare and name it the same way you named the Markdown File. Inside that folder you can place the png you want to insert.
Example folderstructure
Inside the Blog Post you need to add the following for your Picture to show up:

1
![Alt Text](filename.png)

This is a Demopicture