diff --git a/Gemfile.lock b/Gemfile.lock index f280ba8..f9f89e6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -14,7 +14,7 @@ GEM eventmachine (>= 0.12.9) http_parser.rb (~> 0) eventmachine (1.2.7) - faraday (2.7.3) + faraday (2.7.4) faraday-net_http (>= 2.0, < 3.1) ruby2_keywords (>= 0.0.4) faraday-net_http (3.0.2) @@ -30,7 +30,7 @@ GEM http_parser.rb (0.8.0) i18n (1.12.0) concurrent-ruby (~> 1.0) - jekyll (4.3.1) + jekyll (4.3.2) addressable (~> 2.4) colorator (~> 1.0) em-websocket (~> 0.5) diff --git a/_posts/2023-01-21-moving-blog.md b/_posts/2023-01-21-moving-blog.md new file mode 100644 index 0000000..d90e8cc --- /dev/null +++ b/_posts/2023-01-21-moving-blog.md @@ -0,0 +1,15 @@ +--- +title: Moving site from Jekyll to ??? +tags: [webdev, site, personal] +category: [site, webdev, personal] +--- + +Goal is that at some point in the not to distant future I will move the blog from [Jekyll](https://jekyllrb.com) & the [Minimal Mistakes Theme](https://mmistakes.github.io/minimal-mistakes/) to something built with [11ty](https://www.11ty.dev/). + +Part of this is to reduce things I need to think about, as I am already using 11ty for generating my [portfolio site](http://rmcg.dev). Any time I want to blog I find I need to read up on using Jekyll again. (Commands to update site, build it and other things). As I don't really add anything to the theme (outside of the progress slider at the top of the page), there is also little point to have the power of Ruby. + +I had considered using [Hugo](https://gohugo.io), but that would again be a new thing to learn how to use. That said, some of the themes were quite appealing. A year or two ago I started trying to merge two of the themes but gave up. (I liked the look of one, and liked that the second provided the possibility of doing proper blog posts along with microblog style updates). + +Whatever I end up doing, I do want to have it so that it is a mixture of "proper" blog posts along with short status style updates (like a Microblog). Then people who don't care for those can filter on just the posts, and likewise have 2-3 rss feeds; one for status updates, one for just blog posts, and finally one the has both. + +Regardless I am going to try and blog more this year. I've some posts I want to do about my setup, and the post-receive hooks I use in [Gitea](https://gitea.io/en-us/)/[Forgejo](https://forgejo.org). As well as thoughts on [Frontend Mentor](https://www.frontendmentor.io/). \ No newline at end of file