diff options
author | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2021-09-04 15:45:10 +0700 |
---|---|---|
committer | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2021-09-04 15:45:10 +0700 |
commit | 5328c7079eb252b636eb8b3878a29a3534e84d21 (patch) | |
tree | 4e99b1f6352c30c131406fd4340b110c8b1a86ea /content/posts/2021-01-11-openring.md | |
parent | 7c93580566c4f4fc94399011dbba95a484f3f3fa (diff) | |
download | blog-5328c7079eb252b636eb8b3878a29a3534e84d21.tar.gz |
Increase heading level
Diffstat (limited to 'content/posts/2021-01-11-openring.md')
-rw-r--r-- | content/posts/2021-01-11-openring.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/content/posts/2021-01-11-openring.md b/content/posts/2021-01-11-openring.md index b00e66b..993ea5c 100644 --- a/content/posts/2021-01-11-openring.md +++ b/content/posts/2021-01-11-openring.md @@ -17,18 +17,18 @@ to endorse authors we want to support and share cool things we read to our audie In this blog, I will write a tutorial to use this with jekyll. -# Install openring +## Install openring I am not aware of any prebuilt packages for openring, so let's build it from source. -## Install dependencies +### Install dependencies Openring depends on golang. This works on go1.14, the latest version on Tumbleweed repository, but I recommend installing the latest version from [golang]. You can refer to [golang]'s installation instruction for details. -## Build from source +### Build from source Firstly, clone the repository: @@ -43,7 +43,7 @@ go build -o openring sudo cp openring /usr/local/bin/ ``` -# Customize looks +## Customize looks From openring's README: @@ -91,7 +91,7 @@ with a little modification: } ``` -# Future works? +## Future works? Currently, I generate the feed manually when I update my blog. This probably is not good enough if I want the webring to be updated |