From a141f4d6d4b2b0d70914d9215006b9ac64f3d355 Mon Sep 17 00:00:00 2001 From: Tom Date: Fri, 11 Aug 2023 11:36:43 +0200 Subject: [PATCH] Revert "Make a github personal readme thingy" This reverts commit 191c628a66fcf0446ec27ac93ec4de6e7f8280c7. --- Blog.md | 17 ----------------- README.md | 18 ++++++++++++++++-- 2 files changed, 16 insertions(+), 19 deletions(-) delete mode 100644 Blog.md diff --git a/Blog.md b/Blog.md deleted file mode 100644 index 1256316..0000000 --- a/Blog.md +++ /dev/null @@ -1,17 +0,0 @@ -Generates my personal website. - -## Installing Ruby -You probably want to run ruby from a version manager like `chruby`, see [here](https://jekyllrb.com/docs/installation/macos/). - -## Todo - - add humans.txt https://humanstxt.org/ - - fix the OG tags so that https://cards-dev.twitter.com/validator works - - consider switching to using pandoc as a markdown renderer - - switch so that the blog is served from the root instead of doing a redirect - - setup webmentions https://aarongustafson.github.io/jekyll-webmention_io/ - -## Notes -[Installation](https://jekyllrb.com/docs/installation/macos/) -`bundle install` -Then -Use `./run.sh` to do local development of this site \ No newline at end of file diff --git a/README.md b/README.md index 9832ea1..1256316 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,17 @@ -Hello there, I'm Tom, welcome to my github profile! -You can also check out [my website](https://thomashodson.com) and follow me on [mastodon](https://tech.lgbt/@Tomhodson). +Generates my personal website. +## Installing Ruby +You probably want to run ruby from a version manager like `chruby`, see [here](https://jekyllrb.com/docs/installation/macos/). + +## Todo + - add humans.txt https://humanstxt.org/ + - fix the OG tags so that https://cards-dev.twitter.com/validator works + - consider switching to using pandoc as a markdown renderer + - switch so that the blog is served from the root instead of doing a redirect + - setup webmentions https://aarongustafson.github.io/jekyll-webmention_io/ + +## Notes +[Installation](https://jekyllrb.com/docs/installation/macos/) +`bundle install` +Then +Use `./run.sh` to do local development of this site \ No newline at end of file