diff --git a/README.md b/README.md index 3277d85..227a9d2 100644 --- a/README.md +++ b/README.md @@ -1 +1,15 @@ -To build this blog, you will need Hugo, Imagemagik and Openring. +## Octet Press + +This blog uses Hugo. + +## Building + +Simply type `hugo`. The theme is present on the same git as this blog. + +## Deploying + +You will need to define the values in the awsrc.example file, and rename if to `.awsrc` before sourcing it with `source .awsrc`. Then, you can deploy it to Deux Fleurs via `hugo deploy`. Please note that the Deploy Feature needs to be built explicity and it not included in Hugo by default anymore. + +### Openring + +This blog uses OpenRing to generate a list of blogs to redirect to. To generate an OpenRing, you will need to download the OpenRing from Codeberg. An exemple command is included in the root of this blog. diff --git a/awsrc.example b/awsrc.example new file mode 100644 index 0000000..fcf8771 --- /dev/null +++ b/awsrc.example @@ -0,0 +1,2 @@ +export AWS_ACCESS_KEY_ID= +export AWS_SECRET_ACCESS_KEY=