diff --git a/.gitignore b/.gitignore index 45c1505..fcb2476 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ _site .sass-cache .jekyll-metadata +.jekyll-cache diff --git a/_config.yml b/_config.yml index 176dcf1..2607f8b 100644 --- a/_config.yml +++ b/_config.yml @@ -1,24 +1,78 @@ -# Site settings title: Jim Myhrberg (jimeh) -person_name: Jim Myhrberg -person_nickname: jimeh -email: pbagnpg\100wvzru\056zr -mailto: "mailto:%63%6s%6r%74%61%63%74@%6n%69%6q%65%68.%6q%65" description: Crazy-Ass Software Engineering Mercenary -baseurl: "" # the subpath of your site, e.g. /blog/ +author: + name: Jim Myhrberg + nickname: jimeh + twitter: jimeh hostname: jimeh.me # used to determine if google analytics should be triggered -url: http://jimeh.me # the base hostname & protocol for your site +url: https://jimeh.me # the base hostname & protocol for your site +baseurl: "" # the subpath of your site, e.g. /blog/ permalink: /:title/ -blog_url: https://jimeh.io/ -cv_url: http://assets.jimeh.me/jim-myhrberg-cv.pdf -vcard_url: http://assets.jimeh.me/jim-myhrberg.vcf -twitter_username: jimeh -github_username: jimeh -linkedin_username: jimeh -facebook_username: jimeh -flickr_username: jimeh -lastfm_username: jimeh +# stuff for jekyll-seo-tag +social: + name: Jim Myhrberg + links: + - https://twitter.com/jimeh + - https://github.com/jimeh + - https://jimeh.io/ + - http://www.linkedin.com/in/jimeh + - http://www.last.fm/user/jimeh + - https://flickr.com/photos/jimeh/ + - https://keybase.io/jimeh -# Build settings -markdown: kramdown +twitter: + username: jimeh + +# main page content +email: + title: pbagnpg\100wvzru\056zr + href: "mailto:%63%6s%6r%74%61%63%74@%6n%69%6q%65%68.%6q%65" + +links: + - name: twitter + url: https://twitter.com/jimeh + class: fa-twitter + - name: github + url: https://github.com/jimeh + class: fa-github + - name: blog + url: https://jimeh.io/ + class: fa-medium + - name: linkedin + url: https://www.linkedin.com/in/jimeh + class: fa-linkedin + - name: last.fm + url: https://www.last.fm/user/jimeh + class: fa-lastfm + - name: flickr + url: https://flickr.com/photos/jimeh + class: fa-flickr + - name: vcard + id: vcard + type: download + url: http://assets.jimeh.me/jim-myhrberg.vcf + class: fa-user + - name: cv (pdf) + id: resume + type: download + url: http://assets.jimeh.me/jim-myhrberg-cv.pdf + class: fa-file-text-o + +# additional stuff +exclude: + - Gemfile + - Gemfile.lock + - Rakefile + - README.md + +plugins: + - jekyll-sitemap + - jekyll-seo-tag + +defaults: + - + scope: + path: "" + values: + layout: "default" diff --git a/_includes/ga.html b/_includes/ga.html deleted file mode 100644 index 56a549b..0000000 --- a/_includes/ga.html +++ /dev/null @@ -1,10 +0,0 @@ - diff --git a/_includes/head.html b/_includes/head.html deleted file mode 100644 index 5fa9ad6..0000000 --- a/_includes/head.html +++ /dev/null @@ -1,12 +0,0 @@ - - - - - {% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %} - - - - - - - diff --git a/_layouts/default.html b/_layouts/default.html index 59fb17f..dfc629c 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -1,8 +1,29 @@ - {% include head.html %} + + + + + {% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %} + +{% seo title=false %} + + + + + + - {{ content }} - {% include ga.html %} +{{ content }} + diff --git a/index.html b/index.html index 4a2d54b..ba9233b 100644 --- a/index.html +++ b/index.html @@ -6,22 +6,16 @@ layout: default - {{ site.person_name }} - ({{ site.person_nickname }}) + {{ site.author.name }} + ({{ site.author.nickname }}) {{ site.description }}