Skip to content

Commit

Permalink
Merge pull request #3 from puzzmo-com/q4
Browse files Browse the repository at this point in the history
V1 Launch Blog post
  • Loading branch information
orta authored Apr 17, 2024
2 parents c1fd14c + 03c0f5b commit 699ed45
Show file tree
Hide file tree
Showing 24 changed files with 265 additions and 196 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,25 @@ A C&P example which does the dates for you:
hugo new posts/$(date +%Y)/$(date +%m)/$(date +%d)/my-post/index.md
```

Then just change `my-post` to be a cool URL!

### How do we handle separate sections?

Right now, via tags:

```sh
+++
title = 'How the Puzzmo API handles integrations on a per-game basis'
date = 2024-04-08T12:00:32Z
authors = ["orta"]
tags = ["tech", "api", "plugins"]
theme = "outlook-hayesy-beta"
+++

```

This post would appear in 3 sections: tech, api and plugins. Which have their own url: https://blog.puzzmo.com/tags/tech/

### 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).
195 changes: 0 additions & 195 deletions content/posts/2023/12/22/q4-changelog/index.md

This file was deleted.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
244 changes: 244 additions & 0 deletions content/posts/2024/04/17/q4-changelog/index.md

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"packageManager": "[email protected]",
"scripts": {
"dev": "hugo server -D"
}
}
}

0 comments on commit 699ed45

Please sign in to comment.