Skip to content

drdplusinfo/blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

347 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Powered by Hugo

Run locally

docker compose up

Then open http://localhost:1313.

The Hugo dev server watches for changes in blog/content/, blog/layouts/, blog/static/, and blog/data/ and rebuilds automatically.

Add a post

Create a directory under blog/content/blog/<year>/ with the date prefix and a slug, e.g. blog/content/blog/2026/03-04-novy-clanek/. Inside, put an index.md with YAML front matter:

---
date: 2026-03-04
slug: novy-clanek
title: "Nadpis článku"
image: /assets/images/posts/some_image.png
perex: |
    Krátký úvodní text.
---

Tělo článku v Markdownu.

The post will be served at /blog/2026/03/04/novy-clanek/.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors