A simple blog based on gatsby.js.
Go to file
Stephan Dörfler 957e2f95be
continuous-integration/drone/push Build is passing Details
fixed typos
2020-12-07 07:24:30 +01:00
content fixed typos 2020-12-07 07:24:30 +01:00
src added comments and post about comments 2020-09-05 19:15:40 +02:00
static Initial commit from gatsby: (https://github.com/gatsbyjs/gatsby-starter-blog.git) 2019-12-15 11:18:39 +01:00
.dockerignore updated dependencies and tooling 2020-06-02 19:22:41 +02:00
.drone.yml switched drone docker authentication to secrets 2020-09-23 12:50:02 +02:00
.eslintrc.json added comments and post about comments 2020-09-05 19:15:40 +02:00
.gitignore Initial commit from gatsby: (https://github.com/gatsbyjs/gatsby-starter-blog.git) 2019-12-15 11:18:39 +01:00
.prettierignore Initial commit from gatsby: (https://github.com/gatsbyjs/gatsby-starter-blog.git) 2019-12-15 11:18:39 +01:00
.prettierrc Initial commit from gatsby: (https://github.com/gatsbyjs/gatsby-starter-blog.git) 2019-12-15 11:18:39 +01:00
Dockerfile minor adjustments to dockerfile and version increment 2020-06-03 12:37:20 +02:00
LICENSE Initial commit from gatsby: (https://github.com/gatsbyjs/gatsby-starter-blog.git) 2019-12-15 11:18:39 +01:00
README.md Demo 2020-02-14 15:17:38 +01:00
gatsby-browser.js added eslint 2020-06-10 15:41:43 +02:00
gatsby-config.js added eslint 2020-06-10 15:41:43 +02:00
gatsby-node.js added comments and post about comments 2020-09-05 19:15:40 +02:00
package.json added comments and post about comments 2020-09-05 19:15:40 +02:00
yarn.lock added comments and post about comments 2020-09-05 19:15:40 +02:00

README.md

While-False blog

This is my blog. It is based on the official gatsby blog starter.

I was annoyed by every blog and CMS software I tried so I decided to use a framework where I can controll everything in code.

For now this blog contains articles about building the blog itself. In the furute I will include whatever technical topic crosses my way and is interesting enough to write about.

Demo for CI Pipeline