Make a github personal readme thingy

This commit is contained in:
Tom 2023-08-11 11:26:03 +02:00
parent ccbe6c7b68
commit 191c628a66
2 changed files with 19 additions and 16 deletions

17
Blog.md Normal file
View File

@ -0,0 +1,17 @@
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

View File

@ -1,17 +1,3 @@
Generates my personal website.
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).
## 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