Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
orta committed Dec 13, 2023
1 parent bf839b7 commit 9645c48
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,8 @@ A C&P example which does the dates for you:

```
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).

0 comments on commit 9645c48

Please sign in to comment.