A simple blog based on gatsby.js.
Go to file
Stephan Dörfler 60f1ea9339
continuous-integration/drone/push Build is failing Details
simplified docker build
2020-06-03 09:08:46 +02:00
content new logo 2020-06-03 08:05:17 +02:00
src updated dependencies and tooling 2020-06-02 19:22:41 +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 updated build to intermediate docker build container 2020-06-03 08:03:09 +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 simplified docker build 2020-06-03 09:08:46 +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 deployment config and pipeline 2020-02-10 07:58:45 +01:00
gatsby-config.js new logo 2020-06-03 08:05:17 +02:00
gatsby-node.js updated dependencies and tooling 2020-06-02 19:22:41 +02:00
package.json yarn upgrade dependencies 2020-06-03 08:05:09 +02:00
yarn.lock yarn upgrade dependencies 2020-06-03 08:05:09 +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