Skip to content

Commit

Permalink
Merge pull request #1 from puzzmo-com/pr
Browse files Browse the repository at this point in the history
Vercel PR build tests
  • Loading branch information
orta authored Jan 27, 2024
2 parents 9c8db09 + ba8642d commit 6b04188
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
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).
2 changes: 1 addition & 1 deletion hugo.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
baseURL = 'https://blog.puzzmo.com/'
# baseURL = 'https://blog.puzzmo.com/'
languageCode = 'en-us'
title = 'Puzzmo Blog'
theme = 'paper'
Expand Down

0 comments on commit 6b04188

Please sign in to comment.