Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gbraad committed Nov 26, 2024
1 parent e13648e commit 2412512
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,18 @@ CRC Blog
--------


## Build
```shell
This is the source of the CRC blog. Content is written in markdown files and the output is generated using Hugo.


## Usage instructions
There are different ways to build the output on this repository.

### Build using container
The simplest way to generate the output is as follows:

```bash
$ git clone https://github.com/crc-org/blog
$ cd blog
$ git submodule update
$ git submodule update --init
$ podman run --rm -v $PWD:/workspace ghcr.io/gbraad-redhat/hugo:0.127.0 --minify
```
```

0 comments on commit 2412512

Please sign in to comment.