ktsakalozos / k8s-crew

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

k8s-crew

Netlify Status

GitHub Pages

This is the temporary blog site. There are things still to be done, but it works and is currently deployed using netlify: https://vigorous-euler-k8s.netlify.app/

It is also now configured to publish on GitHub Pages, using the generated content in the gh-pages branch

To add a new post, you currently need to make a new file in

content/en/blog/_posts/

You can probably do this by clicking this link

This should include some basic frontmatter:

---
title: "Hello K8s Crew"
date: 2021-04-26T11:37:04+01:00
draft: false
---

Your normal text here

## Markdown format, etc

If you want to test deploy yourself, just clone the repo and run:

hugo serve

then go to the link in the output.

These instructions are going to be moved to a contrib page, the README will be user-facing stuff.

About

License:Creative Commons Attribution 4.0 International


Languages

Language:CSS 43.4%Language:JavaScript 25.4%Language:HTML 17.8%Language:SCSS 8.4%Language:Python 3.6%Language:Shell 1.3%