From 02b8c1d3e199075b54d1d2162d69bcec55347f24 Mon Sep 17 00:00:00 2001 From: Ngô Ngọc Đức Huy Date: Sat, 29 May 2021 11:02:55 +0700 Subject: Fix some text due to mass edit --- content/posts/2021-01-11-openring.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/content/posts/2021-01-11-openring.md b/content/posts/2021-01-11-openring.md index ccb8e1e..17bb15d 100644 --- a/content/posts/2021-01-11-openring.md +++ b/content/posts/2021-01-11-openring.md @@ -3,19 +3,19 @@ categories: [blog] date: 2021-01-11 15:51:31 +0700 lang: en translationKey: "openring-tutor" -tags: [rss, [blog], openring, tutorial] +tags: [rss, blog, openring, tutorial] title: "Using openring to add [blog]s you follow" --- You may notice that now my [blog] now has a new section near the footer: a list of articles -from [blog]s I follow. This is generated by [openring], +from blogs I follow. This is generated by [openring], a tool that read a list of RSS feeds and generate these. -I found out about this when reading [Drew DeVault's [blog]][ddvault] +I found out about this when reading [Drew DeVault's blog][ddvault] (who created openring). I think it is a nice way to endorse authors we want to support and share cool things we read to our audience. -In this [blog], I will write a tutorial to use this with jekyll. +In this blog, I will write a tutorial to use this with jekyll. # Install openring @@ -65,7 +65,7 @@ with a little modification: - I wrap it in a `div.wrapper`. The `wrapper` class is a class in minima theme that limit the max width for readability and auto-collapse on smaller devices. - I use `footer-col` for each class. Since this is also styled by minima, I don't have to worry about it. -- I added a thin border around each article with the following sass (also modified from DeVault's [blog]) +- I added a thin border around each article with the following sass (also modified from DeVault's blog) ```scss --- -- cgit 1.4.1