From ba9013eaeb8369d800dcac1cf5e59b846ac6c1c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Fri, 1 Apr 2016 00:14:56 +0200 Subject: Add post about website update --- _build/content/articles/website-update.asciidoc | 72 +++++++ articles/cowboy2-qs/index.html | 2 + articles/erlang-scalability/index.html | 2 + articles/erlang-validate-utf8/index.html | 2 + articles/erlang.mk-and-relx/index.html | 2 + .../index.html | 2 + articles/erlanger-playbook/index.html | 2 + articles/farwest-funded/index.html | 2 + articles/index.html | 16 ++ articles/index.xml | 215 +++++++------------- articles/january-2014-status/index.html | 2 + articles/on-open-source/index.html | 2 + articles/ranch-ftp/index.html | 2 + articles/the-story-so-far/index.html | 2 + articles/tictactoe/index.html | 2 + articles/website-update/index.html | 218 +++++++++++++++++++++ articles/xerl-0.1-empty-modules/index.html | 2 + articles/xerl-0.2-two-modules/index.html | 2 + articles/xerl-0.3-atomic-expressions/index.html | 2 + articles/xerl-0.4-expression-separator/index.html | 2 + articles/xerl-0.5-intermediate-module/index.html | 2 + donate/index.html | 2 + index.html | 2 + index.xml | 207 +++++++------------ services/index.html | 2 + sitemap.xml | 7 +- 26 files changed, 486 insertions(+), 289 deletions(-) create mode 100644 _build/content/articles/website-update.asciidoc create mode 100644 articles/website-update/index.html diff --git a/_build/content/articles/website-update.asciidoc b/_build/content/articles/website-update.asciidoc new file mode 100644 index 00000000..b28a9018 --- /dev/null +++ b/_build/content/articles/website-update.asciidoc @@ -0,0 +1,72 @@ ++++ +date = "2016-04-02T00:00:00+01:00" +title = "Website update" + ++++ + +Last week-end I updated the Nine Nines website. + +I switched to http://gohugo.io/[Hugo]. The site is +now built from http://asciidoc.org/[Asciidoc] +documents. You probably saw me switch to Asciidoc +for documentation this past year. This is the +natural conclusion to that story. The great thing +is that with a little bit of Makefile magic I can +just copy the documentation files into Hugo and +poof, they appear on the website. + +I am very happy with that new setup. I can now +post my thoughts again. Woo! Expect regular posts +from now on. I will try to replace my long series +of tweets with posts. + +The sections have been rearranged. There used to +be a separate training section; now +link:/services[all my services] are described in +one page. I have also clarified my areas of +expertise. There used to be confusion in the past, +so now it should be clearer that I am not a +distributed systems expert. + +On that note, if you are looking for my +services right now, I'm not available. I'll have +to work 7 days a week for a while. Try again in a +couple months. More on that in a future post. + +The link:/docs[documentation] becomes a first class +citizen. Bullet and Cowlib don't have proper +documentation... yet. I have started working on the +Cowlib documentation, and Bullet shouldn't take too +long. All these projects will be documented when +Cowboy gets to 2.0, and will all be supported +equally. Note that the Cowboy 1.0 documentation +still has the old website templates and links. +Don't worry about it. + +The mailing lists link has been removed. I did +announce a few months back that mailing lists were +going to go. They're still up right now, but not +for long. I am planning to put the archives +read-only, link to them from a future post and +be done with it. If you have a question, open a +ticket on Github. Then I can just decide to leave +the ticket open if I want to do improvements based +on your feedback. + +I have replaced most of the "we" by "I". I am +a one-man company right now. Have been for a while. +Doesn't make sense to keep a facade. I want to be +close to users, not put a barrier between us. + +The RSS changed. The old link doesn't work anymore. +The new link is at link:/index.xml[/index.xml], +or link:/articles/index.xml[/articles/index.xml] +if you only care about my posts. I guess that's the +one most people want. + +I still have some tweaks to do, but it will take a +while. My long term plan is to remove Bootstrap, use +vanilla CSS and as little JS as possible. The reason +for that is that it's cheaper than upgrading libraries +every few years. Life is too short to spend it +upgrading JS libraries. diff --git a/articles/cowboy2-qs/index.html b/articles/cowboy2-qs/index.html index 576bb4d7..fb131b5b 100644 --- a/articles/cowboy2-qs/index.html +++ b/articles/cowboy2-qs/index.html @@ -233,6 +233,8 @@ thoughts that went into this rather than just the conclusion.

More articles