Commit Graph

6 Commits

Author SHA1 Message Date
DavidKorczynski 2ea9ae843d
infra: blog: add java OFG blog post (#12455)
Signed-off-by: David Korczynski <david@adalogics.com>
2024-09-06 14:18:02 +10:00
Oliver Chang d2874a7b95
Fix a typo in the blog post 2024-05-27 10:24:20 +08:00
Oliver Chang 9945c68c5b
Update blog post date. 2024-05-27 10:14:53 +08:00
Oliver Chang 2aeec5fc73
Add some more details to metrics for post 2024-05-27 10:08:53 +08:00
DavidKorczynski 44e9ababcb
blog: add new blog post (#11999)
Signed-off-by: David Korczynski <david@adalogics.com>
2024-05-27 09:09:26 +08:00
DavidKorczynski 97a0c5a20c
infra: add set up for blog (#11981)
Adds a blog set up that will make it easy to publish new posts.

You can test this locally by running the `build_blog.sh` script from the
directory of the script. You'll need to have hugo for this, which you
can do in the same way as the Dockerfile:

```sh
RUN mkdir -p hugo-bin && \
    cd hugo-bin && \
    wget https://github.com/gohugoio/hugo/releases/download/v0.126.1/hugo_extended_0.126.1_linux-amd64.tar.gz && \
    tar -xzf hugo_extended_0.126.1_linux-amd64.tar.gz

ENV PATH="${PATH}:/hugo-bin/"
```

---------

Signed-off-by: David Korczynski <david@adalogics.com>
2024-05-22 08:40:17 +10:00