A simple blog based on gatsby.js.
Go to file
Stephan Dörfler 0273a463c7
continuous-integration/drone/push Build is passing Details
Merge branch 'master' of https://code.while-false.de/stephan/blog
2020-02-13 20:15:36 +01:00
content added deployment conclusion 2020-02-11 09:20:11 +01:00
src refined article descriptions texts 2020-02-10 18:41:58 +01:00
static Initial commit from gatsby: (https://github.com/gatsbyjs/gatsby-starter-blog.git) 2019-12-15 11:18:39 +01:00
.drone.yml added private registry to build instructions 2020-02-11 08:46:48 +01: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 fixed Dockerfile capitalization 2020-02-10 18:43:35 +01:00
LICENSE Initial commit from gatsby: (https://github.com/gatsbyjs/gatsby-starter-blog.git) 2019-12-15 11:18:39 +01:00
README.md updated README 2020-02-13 20:14:05 +01:00
gatsby-browser.js added deployment config and pipeline 2020-02-10 07:58:45 +01:00
gatsby-config.js fixed graphQL types 2020-02-10 18:58:30 +01:00
gatsby-node.js Initial commit from gatsby: (https://github.com/gatsbyjs/gatsby-starter-blog.git) 2019-12-15 11:18:39 +01:00
package-lock.json customized and added initial post 2020-01-09 11:20:01 +01:00
package.json customized and added initial post 2020-01-09 11:20:01 +01: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.