e1e0.net

sources for e1e0 website
git clone https://git.e1e0.net/e1e0.net.git
Log | Files | Refs

20190424-1955_entry.txt (1396B)


      1 ------------------------------------------------------------------------
      2 2019-04-24 17:55:11 UTC
      3 ------------------------------------------------------------------------
      4 
      5 Some geek things going on !!
      6 
      7 First, a big thanks to all OpenBSD developers and other people involved
      8 on the new 6.5 release.
      9 
     10 It was a breeze to update as usual !
     11 Take a look at the [what's new][1] and the [changelog][2] for more
     12 information.
     13 By the way, the artwork this time is amazing ...
     14 
     15 Also, I have been modifying my "content management system".
     16 It used to be a couple of makefiles and a bunch of text files (later
     17 markdown), but I was never happy with it.
     18 
     19 A bit inspired by [ssg][3] by Roman Zolotarev, I ended up doing
     20 something with a shell script and [lowdown][4] to convert markdown to
     21 html for the web, and just use the markdown directly for gopher.
     22 
     23 It turned out to be a bit more challenging than I expected, but I think
     24 it's somewhat nice and is more than enough for me.
     25 
     26 My plan is to pair this with a git hook, so when I commit to a certain
     27 branch all the magic happens and things go into place.
     28 
     29 I'll publish it when is a little bit more tested.
     30 
     31 That's all for now !
     32 
     33 ------------------------------------------------------------------------
     34 
     35 [1]: https://www.openbsd.org/65.html
     36 [2]: https://www.openbsd.org/plus65.html
     37 [3]: https://www.romanzolotarev.com/bin/ssg5
     38 [4]: https://kristaps.bsd.lv/lowdown/