diff --git a/_config.yml b/_config.yml index e655243..e44b4c7 100644 --- a/_config.yml +++ b/_config.yml @@ -25,7 +25,7 @@ github_username: booboy # Build settings markdown: kramdown theme: minima -gems: +plugins: - jekyll-feed # Exclude from processing. diff --git a/about.md b/about.md index 8b4e0b2..b011c4e 100644 --- a/about.md +++ b/about.md @@ -4,15 +4,12 @@ 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/) +I am an aspiring security researcher working as a *nix system administrator. I like to program in python and play fast paced deathmatch video games. I try to better myself each day. If you would like to reach out, I can be reached via email at bpmcdevitt at thelinuxspace.com -You can find the source code for Minima at GitHub: -[jekyll][jekyll-organization] / -[minima](https://github.com/jekyll/minima) +This page is designed with Jekyll 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 diff --git a/favicon.ico b/favicon.ico new file mode 100644 index 0000000..9a1cee4 Binary files /dev/null and b/favicon.ico differ