diff --git a/archetypes/default.md b/archetypes/default.md new file mode 100644 index 0000000..00e77bd --- /dev/null +++ b/archetypes/default.md @@ -0,0 +1,6 @@ +--- +title: "{{ replace .Name "-" " " | title }}" +date: {{ .Date }} +draft: true +--- + diff --git a/config.toml b/config.toml new file mode 100644 index 0000000..a5eb5af --- /dev/null +++ b/config.toml @@ -0,0 +1,4 @@ +baseURL = "https://netflux.io/blog/" +languageCode = "en-us" +title = "netflux.io" +theme = "etch" diff --git a/content/about.md b/content/about.md new file mode 100644 index 0000000..2827762 --- /dev/null +++ b/content/about.md @@ -0,0 +1,18 @@ +--- +title: "About" +type: page +draft: false +--- + +This is the blog of Rob Watson. I'm a developer of internet and audio software, music aficionado and wannabe Spanish speaker. + +In the past I've also been a startup co-founder, and built a few other things along the way. + +Some other places that you'll find me on the internet: + +* ActivityPub: [@rob@status.netflux.io](https://status.netflux.io/@rob) +* Twitter: [@rfwatson](https://twitter.com/rfwatson) +* GitHub: [rfwatson](https://github.com/rfwatson) +* GitLab: [rfwatson](https://gitlab.com/rfwatson) + +If you combine your email client, the domain name of this website and a little imagination then you should also be able to contact me through email. diff --git a/content/post/hello-world.md b/content/post/hello-world.md new file mode 100644 index 0000000..509f0a6 --- /dev/null +++ b/content/post/hello-world.md @@ -0,0 +1,8 @@ +--- +title: "Hello World" +type: post +date: 2020-06-04T13:43:51+02:00 +draft: false +--- + +Hello world!