QDucasse / bloggy

πŸ“š Sources for my blog https://qducasse.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bloggy

These are the sources of my blog "Lectern", hosted at qducasse.github.io. The site is built using Hugo and deployed with github-pages. The submodule public refers to the static files also stored on github on which the github-pages deploys the site.

To add a new post, simply add a markdown file in content/posts with the correct tags:

---
title: "Post title"
date: "YYYY-MM-DD"
tags: [
    "tag1",
    "tag2",
]
categories: [
    "Guide", 
    "Article"
]
---

Once the post is added, simply run hugo to generate the static files in public, then go to public and push the changes to deploy them!

$ hugo
$ cd public
$ git commit . -m "New post!"
$ git push

Don't forget to also commit/push the changes to this repository!

About

πŸ“š Sources for my blog https://qducasse.github.io


Languages

Language:Makefile 84.5%Language:CSS 15.5%