~dricottone/blog

ref: d5a001c218a59962b4e212e2d762e81574553ad1 blog/content/posts/setting_up_hugo.md -rw-r--r-- 936 bytes
d5a001c2Dominic Ricottone New post 9 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
---
title: "Setting up Hugo"
date: 2020-01-24T19:32:43-05:00
aliases:
  - "/posts/setting-up-hugo"
draft: false
---

This post-the first post, in fact-is to commemorate the launch of my new
website powered by Hugo. Prior to this moment, I was simply posting HTML files
to my server's webroot. It was appealing to be bare-bones and fast.

But now, I'm able to play around with many more powerful features. I can test
my CSS and Javascript more quickly with development servers on localhost. The
parts of the site that never change (i.e., navigation) are included where
needed and never in the way of the content.

And in case it wasn't obvious, I can also add a blog with relative ease.

I didn't need to give up any degree of portability (as the static site can live
in any webroot) or my workflow (since Hugo is perfectly happy being called by
`make` and being versioned by `git`).

All in all, very happy with this adoption of Hugo.