diff options
Diffstat (limited to 'content/post/how-this-blog-works')
-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. |