diff --git a/README.md b/README.md index 65cb2e9..fc4f16c 100644 --- a/README.md +++ b/README.md @@ -39,4 +39,4 @@ hugo new posts/$(date +%Y)/$(date +%m)/$(date +%d)/my-post.md ### This blog -It uses Hugo as a static site generator, it was chosen because it is is simple to install and run locally and shouldn't break over a very long time period (the Artsy blog [I used to write on](https://artsy.github.io/blog/2019/05/03/ortas-best-of/) once or twice a month was Jekyll and required a lot of custom work to get useful features but those eventually started slowing the system down and getting ruby set up is a pain). \ No newline at end of file +It uses Hugo as a static site generator, it was chosen because it is is simple to install and run locally and shouldn't break over a very long time period (the Artsy blog [I used to write on](https://artsy.github.io/blog/2019/05/03/ortas-best-of/) once or twice a month was Jekyll and required a lot of custom work to get useful features but those eventually started slowing the system down and getting ruby set up is a pain). diff --git a/hugo.toml b/hugo.toml index d49c6ce..4aa0dc6 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1,4 +1,4 @@ -baseURL = 'https://blog.puzzmo.com/' +# baseURL = 'https://blog.puzzmo.com/' languageCode = 'en-us' title = 'Puzzmo Blog' theme = 'paper'