From a12d9b14efd88c515927fc7cd35428dacbc2b983 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Wed, 24 May 2017 02:24:15 -0400 Subject: [PATCH] init --- .gitignore | 3 +++ _config.yml | 11 ++++++----- _includes/contact.html | 4 ++-- _includes/header.html | 4 ++-- _layouts/front.html | 6 +++--- 5 files changed, 16 insertions(+), 12 deletions(-) diff --git a/.gitignore b/.gitignore index 0c3e5ab..3dc70fc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,5 @@ _site/ .sass-cache/ +public_html/ +logs/ + diff --git a/_config.yml b/_config.yml index cb4bc83..7aef892 100644 --- a/_config.yml +++ b/_config.yml @@ -1,12 +1,13 @@ # Site settings -title: -email: +title: 'bots by ben' +email: 'mail@benharr.is' description: > # this means to ignore newlines until "baseurl:" baseurl: "" # the subpath of your site, e.g. /blog/ -url: "" # the base hostname & protocol for your site +url: "https://bots.benharr.is" # the base hostname & protocol for your site +destination: public_html -twitter_username: -github_username: +twitter_username: bharrismac +github_username: benharri # Build settings markdown: kramdown diff --git a/_includes/contact.html b/_includes/contact.html index 6fe01e1..6e20380 100644 --- a/_includes/contact.html +++ b/_includes/contact.html @@ -19,8 +19,8 @@
- - + +

{{ site.github_username }}

diff --git a/_includes/header.html b/_includes/header.html index adaad5b..8b9d9af 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -1,9 +1,9 @@
-

Your Favorite Source of Free Bootstrap Themes

+

Bots by Ben


-

Start Bootstrap can help you build better websites using the Bootstrap CSS framework! Just download your template and start going, no strings attached!

+

Check out some of the Discord bots I've made

Find Out More
diff --git a/_layouts/front.html b/_layouts/front.html index 0d3cff0..ed29238 100644 --- a/_layouts/front.html +++ b/_layouts/front.html @@ -6,12 +6,12 @@ {% include nav.html %} {% include header.html %} - {% include call-to-action.html %} {% include services.html %} {% include portfolio.html %} - {% include aside.html %} + {% include call-to-action.html %} {% include contact.html %} {% include scripts.html %} - \ No newline at end of file + +