diff options
author | Dante Catalfamo | 2020-06-18 01:38:36 -0400 |
---|---|---|
committer | Dante Catalfamo | 2020-06-18 01:38:36 -0400 |
commit | eb7e364efbd75506cd9395a140e1fe349fd21cdb (patch) | |
tree | 96f2c593d2074d87208a5d0e761c4c62d24b9227 /content | |
parent | dcf6b9ba2b3d994142bd6da208ce1131e56f9f4b (diff) | |
download | blog-eb7e364efbd75506cd9395a140e1fe349fd21cdb.tar.gz blog-eb7e364efbd75506cd9395a140e1fe349fd21cdb.tar.bz2 blog-eb7e364efbd75506cd9395a140e1fe349fd21cdb.zip |
Change opening language
Diffstat (limited to 'content')
-rw-r--r-- | content/post/how-this-blog-works/index.org | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/content/post/how-this-blog-works/index.org b/content/post/how-this-blog-works/index.org index a55e4d4..9cbd442 100644 --- a/content/post/how-this-blog-works/index.org +++ b/content/post/how-this-blog-works/index.org @@ -17,8 +17,8 @@ approximate list: - Minimal maintenance - Good integration with Emacs -That's how I came up with what I currently use. Let me walk you -through how I run this blog. +That's how I came up with what I currently use. Let's walk through how +it works. * Framework @@ -131,7 +131,7 @@ through how I run this blog. I can now work on the blog as I would any other git repository, pulling with =git pull= and pushing with =git push=. -* Web server +* Web Server Since this blog is going to be hosted on OpenBSD, we don't need to install a web server, as it already comes with one built in. |