Skip to content

LucasHild/lucas-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lucas Blog

My markdown blogging system.

Add new post

Create file posts/yyyy-mm-dd-permalink.md.

---
title: TITLE
image: IMAGE
description: DESCRIPTION
---

normaler Text mit *kursiven* und **fett gedruckten** Wörter.

# Überschrift 1
## Überschrift 2
### Überschrift 3

[Link](https://blog.lucas-hild.de)

![Bild](DSC_001.JPG)

  :::python
  print("Codebeispiel")

Add images to static/posts/permalink.

Compress images before uploading them.

python3 compress_images.py

Share on Twitter and send notification

python3 published_post.py

Made with

Meta

Lucas Hild - https://lucas-hild.de
This project is licensed under the MIT License - see the LICENSE file for details

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •