From 5f4c17c09efbcb2935997cb48e20ed7d10123c39 Mon Sep 17 00:00:00 2001 From: jaketothepast Date: Thu, 26 Oct 2017 15:50:55 -0400 Subject: [PATCH] More changes --- .gitignore | 1 - config.toml | 2 +- content/post/migrating-to-hugo.md | 4 ++-- themes/.keep | 0 4 files changed, 3 insertions(+), 4 deletions(-) delete mode 100644 themes/.keep diff --git a/.gitignore b/.gitignore index c2c0306..c75eecc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1 @@ /public -themes/ diff --git a/config.toml b/config.toml index f0bb69b..e2cf99f 100644 --- a/config.toml +++ b/config.toml @@ -15,7 +15,7 @@ theme = "blackburn" # Shown in the home page subtitle = "Jacob Windle" brand = "Jake W" - googleAnalytics = "Your Google Analytics tracking ID" + googleAnalytics = "UA-108770915-1" disqus = "jakewindle-life" # CSS name for highlight.js highlightjs = "androidstudio" diff --git a/content/post/migrating-to-hugo.md b/content/post/migrating-to-hugo.md index 8ad760c..3d5aff1 100644 --- a/content/post/migrating-to-hugo.md +++ b/content/post/migrating-to-hugo.md @@ -18,7 +18,7 @@ My Hugo setup is currently on a Fedora 27 laptop. I wanted to share some of the Snapcraft and snaps are a method of package management created by Canonical, the company behind Ubuntu. Snaps are a means of isolating applications in a self-contained environment that includes everything that the application needs to run. Once you have downloaded the Hugo snap, you will be able to start working with Hugo. -After following the snapd installation instructions at [snapcraft.io](snapcraft.io), run +After following the snapd installation instructions at [snapcraft.io](https://snapcraft.io), run ```bash snap install hugo @@ -26,6 +26,6 @@ hugo new site new-site cd new-site ``` -This will create your new Hugo site at `new-site` and change into it. After setting up a Hugo site, a good next step is to set a theme for the site. Visit [the themes site](themes.gohugo.io) and follow the instructions for downloading your theme and configuring it. My theme is Blackburn. +This will create your new Hugo site at `new-site` and change into it. After setting up a Hugo site, a good next step is to set a theme for the site. Visit [the themes site](https://themes.gohugo.io) and follow the instructions for downloading your theme and configuring it. My theme is Blackburn. And there you have it! I know this post was short but I truly didn't do much when setting up Hugo! Let me know if there is anything you'd like to see me cover in my next post. Thanks! \ No newline at end of file diff --git a/themes/.keep b/themes/.keep deleted file mode 100644 index e69de29..0000000