diff options
author | gabrielgio <gabrielg.desouza@gmail.com> | 2019-02-27 10:54:53 -0300 |
---|---|---|
committer | gabrielgio <gabrielg.desouza@gmail.com> | 2019-02-27 10:54:53 -0300 |
commit | b219e7a87ed0d1b9e13f58d45bb9ba939d1e9abd (patch) | |
tree | cc9510f7f0f1d96fb3adbafc464f26cd8b337612 /about.md | |
parent | 5f6fccb1980cee7d64ad7c5b057202a677d35591 (diff) | |
download | gabrielgio.me-b219e7a87ed0d1b9e13f58d45bb9ba939d1e9abd.tar.gz gabrielgio.me-b219e7a87ed0d1b9e13f58d45bb9ba939d1e9abd.tar.bz2 gabrielgio.me-b219e7a87ed0d1b9e13f58d45bb9ba939d1e9abd.zip |
Jekyll support
Diffstat (limited to 'about.md')
-rw-r--r-- | about.md | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/about.md b/about.md new file mode 100644 index 0000000..8b4e0b2 --- /dev/null +++ b/about.md @@ -0,0 +1,18 @@ +--- +layout: page +title: About +permalink: /about/ +--- + +This is the base Jekyll theme. You can find out more info about customizing your Jekyll theme, as well as basic Jekyll usage documentation at [jekyllrb.com](https://jekyllrb.com/) + +You can find the source code for Minima at GitHub: +[jekyll][jekyll-organization] / +[minima](https://github.com/jekyll/minima) + +You can find the source code for Jekyll at GitHub: +[jekyll][jekyll-organization] / +[jekyll](https://github.com/jekyll/jekyll) + + +[jekyll-organization]: https://github.com/jekyll |