From 37e2d24395d9f7a07e247575852a1136370a0b4c Mon Sep 17 00:00:00 2001 From: Robert McGovern Date: Mon, 25 Feb 2019 01:32:22 +0100 Subject: [PATCH] removed a post, edited first post --- _config.yml | 2 +- _posts/2019-02-19-welcome-to-jekyll.markdown | 28 -------------------- _posts/2019-02-21-first-post.md | 20 +++++++++++--- 3 files changed, 17 insertions(+), 33 deletions(-) delete mode 100644 _posts/2019-02-19-welcome-to-jekyll.markdown diff --git a/_config.yml b/_config.yml index d99989f..bd4688c 100644 --- a/_config.yml +++ b/_config.yml @@ -28,7 +28,7 @@ minimal_mistakes_skin : "dirt" # "default" "air", "aqua", "contrast", "dark", # Site Settings locale : "en-US" -title : "TDN: Rambling mess of my mind" +title : "TDN: Rambles" title_separator : "-" name : "Robert McGovern" description : "Random Spews" diff --git a/_posts/2019-02-19-welcome-to-jekyll.markdown b/_posts/2019-02-19-welcome-to-jekyll.markdown deleted file mode 100644 index 89291ba..0000000 --- a/_posts/2019-02-19-welcome-to-jekyll.markdown +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: "Welcome to Jekyll!" -date: 2019-02-19 23:16:05 +0100 -categories: jekyll update -tags: - - test - - blargh -author: robert_mcgovern ---- -You’ll find this post in your `_posts` directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways, but the most common way is to run `jekyll serve`, which launches a web server and auto-regenerates your site when a file is updated. - -To add new posts, simply add a file in the `_posts` directory that follows the convention `YYYY-MM-DD-name-of-post.ext` and includes the necessary front matter. Take a look at the source for this post to get an idea about how it works. - -Jekyll also offers powerful support for code snippets: - -{% highlight ruby %} -def print_hi(name) - puts "Hi, #{name}" -end -print_hi('Tom') -#=> prints 'Hi, Tom' to STDOUT. -{% endhighlight %} - -Check out the [Jekyll docs][jekyll-docs] for more info on how to get the most out of Jekyll. File all bugs/feature requests at [Jekyll’s GitHub repo][jekyll-gh]. If you have questions, you can ask them on [Jekyll Talk][jekyll-talk]. - -[jekyll-docs]: https://jekyllrb.com/docs/home -[jekyll-gh]: https://github.com/jekyll/jekyll -[jekyll-talk]: https://talk.jekyllrb.com/ diff --git a/_posts/2019-02-21-first-post.md b/_posts/2019-02-21-first-post.md index 35fc754..d6a2396 100644 --- a/_posts/2019-02-21-first-post.md +++ b/_posts/2019-02-21-first-post.md @@ -1,9 +1,21 @@ --- +title: 'First Post: A New Home' layout: single -title: "First Post" -date: 2019-02-21T23:54:00-00:00 +author_profile: true +read_time: true +share: true +related: true +date: '2019-02-22 00:54:00 +0100' --- -Just a test post. This is the first, of a new blog that is powered by **Jekyll** +After many years of using [Wordpress](http://wordpress.org), I've switched to using [Jekyll](https://jekyllrb.com/) with the [Minimal-Mistakes](https://mmistakes.github.io/minimal-mistakes/) theme. -

{{ "Hello World!" | downcase }}

+Its a self hosted blog, rather than using [Github Pages](https://pages.github.com) because its not really a programming blog, so it felt a bit cheeky to use it. Plus its always "fun" to setup stuff, learning about using a *post-receive* hook to build the site after making a change to the blog's git repo. + +The site is currently being served by [Caddy](http://caddyserver.com) rather than [NGINX](https://www.nginx.com/) but that might change in the future. + +Why the changes? Well my dedicated server at [Online.net](https://www.online.net/en) died a number of months ago, and I never got around to properly restoring it to how it was. This is me finally doing that, and making some other changes at the same time. + +I know that no-one really reads my blog, I post so infrequently and its not exactly riviting content, but getting the site up and running again, plus getting my wiki back up was bugging me :) + +As an aside I lost a little data, basically my wiki which had a lot of server config stuff, because the default install of Dokuwiki puts the data off in */var/lib/dokuwiki/data* and when I was backing up the main dokuwiki directory I apparently didn't have the setting to follow symlinks on. \ No newline at end of file