Update README, update deploy keys example
This commit is contained in:
parent
debfda2235
commit
e41e554b1c
16
README.md
16
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.
|
||||
|
2
awsrc.example
Normal file
2
awsrc.example
Normal file
@ -0,0 +1,2 @@
|
||||
export AWS_ACCESS_KEY_ID=
|
||||
export AWS_SECRET_ACCESS_KEY=
|
Loading…
Reference in New Issue
Block a user