commit 81387d7b1f24e4b8301280b4197f08162e8dbaf8 parent 281ec2a09fb6878596284cc00322eeffcd59fdae Author: Yohanes Bandung <bandungpenting@gmail.com> Date: Fri, 1 May 2020 16:57:29 +0700 content: modify link to old.ybbond, and publish april links Diffstat:
| M | config.dev.toml | | | 2 | +- |
| M | config.toml | | | 2 | +- |
| M | content/cv.md | | | 8 | ++++---- |
| M | content/posts/April Links.md | | | 1 | - |
| M | content/posts/Migrating My Blog to Hugo.md | | | 10 | +++++++--- |
5 files changed, 13 insertions(+), 10 deletions(-)
diff --git a/config.dev.toml b/config.dev.toml @@ -7,7 +7,7 @@ title = "YBBond" [params] author = "Yohanes Bandung Bondowoso" - description = "Thoughts, ideas and writings of me, Yohanes Bandung. My other site: https://ybbond.dev/" + description = "Thoughts, ideas and writings of me, Yohanes Bandung." mainSiteURL = "https://ybbond.dev" email = "bandungpenting@gmail.com" twitter = "bandungpenting" diff --git a/config.toml b/config.toml @@ -7,7 +7,7 @@ title = "YBBond" [params] author = "Yohanes Bandung Bondowoso" - description = "Thoughts, ideas and writings of me, Yohanes Bandung. My other site: https://ybbond.dev/" + description = "Thoughts, ideas and writings of me, Yohanes Bandung." mainSiteURL = "https://ybbond.dev" email = "bandungpenting@gmail.com" twitter = "bandungpenting" diff --git a/content/cv.md b/content/cv.md @@ -5,10 +5,10 @@ description: CV --- ## Quests -- <time>2014</time><br>Design Intern @X-Graphic -- <time>2016 - 2018</time><br>Quality Assurance @Touchten Games -- <time>2018 - 2019</time><br>Frontend Engineer @Vospay -- <time>2019 -</time><br>Frontend Engineer @kumparan +- <time>2014</time><br>Design Intern [@X-Graphic](https://www.xg.co.id/) +- <time>2016 - 2018</time><br>Quality Assurance [@Touchten Games](https://www.touchten.com/) +- <time>2018 - 2019</time><br>Frontend Engineer [@Vospay](https://vospay.id/) +- <time>2019 -</time><br>Frontend Engineer [@kumparan](https://kumparan.com/) ## Good to Know diff --git a/content/posts/April Links.md b/content/posts/April Links.md @@ -5,7 +5,6 @@ tags: - Bookmarks #bookmarks date: 2020-05-01T00:00:01 type: links -draft: true --- An interesting [posts](https://yihui.org/en/2018/02/career-crisis/) by Yihui Xie, maintainer of TinyTex, and its [follow-up](https://yihui.org/en/2018/02/procrastination-techniques/) that leads me to this naughty website: diff --git a/content/posts/Migrating My Blog to Hugo.md b/content/posts/Migrating My Blog to Hugo.md @@ -7,15 +7,19 @@ tags: date: 2020-04-15T01:59:34 --- -In the start of 2020, I planned to expand my [personal page](https://ybbond.dev/) to not only contain my "CV", but also use it as my blog. That webpage is created with ReactJS, and my original idea was to make a new page that fetch data from GitHub Gist, then parse the MarkDown file to HTML file[^1]. I also planned (and I will not drop this one, for the sake of learning) to make that webpage server rendered. +In the start of 2020, I planned to expand my [personal page](https://old.ybbond.dev/) to not only contain my "CV", but also use it as my blog. That webpage is created with ReactJS, and my original idea was to make a new page that fetch data from GitHub Gist, then parse the MarkDown file to HTML file[^1]. I also planned (and I will not drop this one, for the sake of learning) to make that webpage server rendered. [^1]: The more original idea was to create this with ReasonReact, as written in my other [post](/posts/2020/03/trying-bs-json-and-bs-fetch-to-publish-my-gist-as-blog/). -After 20% progress of making MarkDown to HTML parser, I got tired. Instead of reinventing the wheel, I thought that my time can be used to write my blog. So I researched for a static site generator. My primary writing tool, iA Writer boasts that it supports **Ghost**, **Wordpress** and **Medium**. I omitted Medium because I want to self-host the site. I omitted Wordpress too, because I am not too good at PHP Language. Then I try searching for Ghost, and it doesn't get my interest at all. +After 20% progress of making MarkDown to HTML parser, I got tired. Instead of reinventing the wheel, I thought that my time can be used to write my blog. So I researched for a static site generator. My primary writing tool, iA Writer boasts that it supports **Ghost**, **Wordpress** and **Medium**. I omitted Medium because I want to self-host the site. I omitted Wordpress too, because I am not too good at PHP Language. Then I try searching for Ghost, turns out it's a paid service. Other options I found was **Jekyll**, **Hugo**, **nanoc** and **Gatsby**. I tried Gatsby for work and side projects, and the two others just doesn't fit my needs. -One of the thing I like is that it parse MarkDown automatically. It supports the flavor of MarkDown that parses footnotes[^2], and its native support for tables +One of the thing I like is that it parse MarkDown automatically. + +It supports the flavor of MarkDown that parses footnotes! I **love footnotes**[^2]! + +It has native support for tables: [^2]: Like the one you probably noticed already. This is one.