Skip to content

blazejsewera/blog

Blog (blog.sewera.dev)

Blog CD

Writing articles

Minimal frontmatter

---
title: Title
date: 1970-01-01
---

Complete frontmatter

---
title: Title
subtitle: Subtitle
date: 1970-01-01
author: John Doe # default: Blazej Sewera
license: MIT # default: CC BY-SA 4.0
language: en-US # default: en-US
draft: true # default: false
draftDescription: This is a draft # default: This is a draft article. It may be incomplete.
imgUrl: /image.jpg # default: null
imgDescription: Sample image # default: ''
abstract: | # default: ''
  A short description of an article
keywords: # default []
  - kw1
  - kw2
---

Prerequisites

  • Install Go

Development

See the Makefile

or quickly run:

make dev

Deploy and rollback

The blog is deployed on every push to master. All the applicable deployment and rollback workflows, both automatic and manual are in the actions tab.

License

TLDR: All files in src/pages directory are under CC-BY-SA-4.0. All other files are under GPL-3.0. There can be exceptions, which have to be clearly specified in the licensed file.

A more detailed explanation can be found in the LICENSE file.

Photos are sourced from Unsplash under the Unsplash license, unless stated otherwise.

About

@sewera's technical blog

Topics

Resources

License

Unknown and 2 other licenses found

Licenses found

Unknown
LICENSE
CC-BY-SA-4.0
LICENSE-CC-BY-SA-4.0
GPL-3.0
LICENSE-GPL-3.0

Stars

Watchers

Forks

Contributors