-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
26 lines (21 loc) · 817 Bytes
/
about.html
File metadata and controls
26 lines (21 loc) · 817 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
---
layout: default
---
{% include nav.html %}
<p>I like doors, and I hope you like these doors too! :smile: </p>
<p>
This website is made using Jekyll and is hosted by
<a href="https://github.com">GitHub</a>,
the code is available at
<a href="https://github.com/RobBrenn/robbrenn.github.io">robbrenn.github.io</a>
</p>
<p>
Rarebit refers to <a href="https://en.wikipedia.org/wiki/Welsh_rarebit">Welsh rarebit</a>,
but I also like the idea of having a few bytes of rare bits.
</p>
<p>
Special thanks to <a href="http://longqian.me">Long Qian</a> for their
<a href="http://longqian.me/2017/02/09/github-jekyll-tag/">Jekyll Tags</a>
guide that helped me realise Github only allows some plugins, and not the useful
jekyll-tagging plugin, and provided example code for adding tags to posts.
</p>