Added tags and categories to old posts
Signed-off-by: Ettore Dreucci <ettore.dreucci@gmail.com>
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
---
|
||||
title: "Deploy a Hugo Website with GIT"
|
||||
tags: ["hugo", "gogs", "git", "deploy", "webhook"]
|
||||
categories: ["recipe"]
|
||||
tags: ["hugo", "gogs", "git", "deploy", "webhooks", "hooks"]
|
||||
categories: ["recipe", "sysadmin"]
|
||||
description: "How to deploy a hugo-powered static website to a webserver with Gogs"
|
||||
date: 2019-05-27T20:34:30+02:00
|
||||
author: "Ettore Dreucci"
|
||||
draft: false
|
||||
---
|
||||
|
||||
## [[recipe]({{< ref "/categories/recipe" >}})]: How to deploy a hugo-powered static website to a webserver with GIT
|
||||
## [[recipe]({{< ref "/categories/recipe" >}}), [sysadmin]({{< ref "/categories/sysadmin" >}})]: How to deploy a hugo-powered static website to a webserver with GIT
|
||||
|
||||
[This](https://ettore.dreucci.it) website is powered by [Hugo](https://gohugo.io/), an open-source static website generator written in [Go](https://golang.org/). I can write pages and posts in [Markdown](https://daringfireball.net/projects/markdown/) and then generate some static .html pages to upload to a webserver.
|
||||
|
||||
|
Reference in New Issue
Block a user