-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add: new post "Porting my blog to Hugo"
- Loading branch information
1 parent
ff3bab7
commit 32cc6b9
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
+++ | ||
categories = [] | ||
date = "2017-06-18" | ||
description = "I'm just completed porting my blog to Hugo" | ||
tags = [] | ||
title = "Porting my blog to Hugo" | ||
|
||
+++ | ||
|
||
I've just completed porting my blog from [Jekyll](http://jekyllrb.com/) and [Octopress](http://octopress.org/) to [Hugo](http://gohugo.io/). [Hugo](http://gohugo.io/) is built with [Go](https://golang.org/) and has some nice features such as: | ||
|
||
- Speed -- Hugo is blazing fast and can compile my site in few ms. | ||
- Single executable -- Go generates a single executable that has no external dependencies. | ||
- Tinkering -- I'm learning Go at the moment so this is a opportunity to get a handle in some aspects of the language (e.g. templating). | ||
|
||
The site is served statically from [Github Pages](https://pages.github.com/). Hopefully this will remove friction and make it even easier to write more posts. A big thanks to the authors of [Hugo](https://github.com/gohugoio/hugo) and also to [Sustain](https://github.com/nurlansu/hugo-sustain), the theme currently used. |