Browse Source

Further multilingual support

master
Julio Biason 4 years ago
parent
commit
95894a8849
  1. 2
      config.toml
  2. 6
      content/_index.pt.md
  3. 39
      content/announcements/juliobiason.net-3.0.md
  4. 1
      content/announcements/juliobiasonnet-40.md
  5. 4
      content/code/_index.pt.md
  6. 2
      content/code/on-unittests-and-layers-2.md
  7. 4
      content/presentations/_index.pt.md
  8. 4
      content/reviews/_index.pt.md
  9. 4
      content/reviews/books/_index.pt.md

2
config.toml

@ -15,6 +15,8 @@ taxonomies = [
# You can enable/disable RSS
{name = "categories", rss = true},
{name = "tags", rss = true},
{name = "tags", lang = "en"},
{name = "tags", lang = "pt"},
]
generate_rss = true

6
content/_index.pt.md

@ -0,0 +1,6 @@
+++
sort_by = "date"
paginate_by = 10
+++

39
content/announcements/juliobiason.net-3.0.md

@ -1,39 +0,0 @@
+++
title = "Announcing JulioBiason.Net 3.0"
date = 2015-02-18
category = "announcements"
[taxonomies]
tags = ["meta", "blog", "pelican"]
+++
Short version: New blog URL, engine and layout.
<!-- more -->
Long version: For a long time already, I've been thinking about using a static
blog generator. Not that there is anything wrong with dynamic blog engines (and
I'm a long time [WordPress](https://wordpress.org/) user, without any issues,
specially since my hosting company -- [Dreamhost](http://www.dreamhost.com/) --
offers easy updates), but... I don't know, I think it's easy to automate some
stuff when all you have are basic files, with no API to talk to.
So, here it is. A new blog URL, so all old posts are still visible in their
original paths (although this will be a problem in the future when I decide to
launch a 4.0 blog, but that's a problem for the future); a new engine, as
WordPress is not static, so I decided to go with
[Pelican](http://blog.getpelican.com/), simply because I know Python (I know
there is a huge community for [Jekyll](http://jekyllrb.com/), but I'm not a
Ruby guy and I don't want to be a Ruby guy); and finally a new layout, as I
took everything I've been playing with [Zurb
Foundation](http://foundation.zurb.com/) and, since I'd automagically gain a
responsive layout, I did just that. And yes, the
[theme](https://bitbucket.org/juliobiason/pelican-fancy-foundation) is my
creation -- and that's why there is a bunch of broken stuff. I'll be fixing
them in the future, as I see them -- or someone reports them to me.
PS: There is actually a hidden thing, some [things I don't want to deal
again](http://juliobiason.net/2008/02/23/why-half-life-2-failed/), which could
probably crippling me in what to write (hence why the content was so dull and
boring in the last few months). Because static blogs don't have comments, I may
feel fine in finally discussing them.

1
content/announcements/juliobiason.net-4.0.md → content/announcements/juliobiasonnet-40.md

@ -2,6 +2,7 @@
title = "Announcing JulioBiason.Net 4.0"
date = 2018-11-28
category = "announcements"
language = "en"
[taxonomies]
tags = ["meta", "blog", "zola"]

4
content/code/_index.pt.md

@ -0,0 +1,4 @@
+++
title = "Code"
transparent = true
+++

2
content/code/on-unittests-and-layers-2.md

@ -13,7 +13,7 @@ about "Fast Test, Slow Test".
<!-- more -->
Just after posting about
[who one could see the layers through unit testing](./code/on-unittests-and-layers.md),
[who one could see the layers through unit testing](@/code/on-unittests-and-layers.md),
I finally watched a video of Gary
Bernhardt (of the "DestroyAllSoftware" fame) about "Fast Test, Slow Test":

4
content/presentations/_index.pt.md

@ -0,0 +1,4 @@
+++
transparent = true
title = "Presentation Companion Posts"
+++

4
content/reviews/_index.pt.md

@ -0,0 +1,4 @@
+++
transparent = true
title = "Reviews"
+++

4
content/reviews/books/_index.pt.md

@ -0,0 +1,4 @@
+++
transparent = true
title = "Book Reviews"
+++
Loading…
Cancel
Save