Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Aabiro patch 1 #960

Closed
wants to merge 10 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,11 @@
source "https://rubygems.org"
gemspec

gem "github-pages", group: :jekyll_plugins

group :jekyll_plugins do
gem "jekyll-paginate"
gem "jekyll-sitemap"
gem "jekyll-gist"
gem "jekyll-feed"
gem "jemoji"
end
32 changes: 16 additions & 16 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@

# Site Settings
locale : "en"
title : "Site Title"
title : "Aaryn's Blog & Portfolio"
title_separator : "-"
name : "Your Name"
name : "Aaryn Biro"
description : "An amazing website."
url : # the base hostname & protocol for your site e.g. "https://mmistakes.github.io"
baseurl : # the subpath of your site, e.g. "/blog"
repository : # GitHub username/repo-name e.g. "mmistakes/minimal-mistakes"
url : "https://aabiro.github.io" # the base hostname & protocol for your site e.g. "https://mmistakes.github.io"
baseurl : "/minimal-mistakes" # the subpath of your site, e.g. "/blog"
repository : "aabiro.github.io" # GitHub username/repo-name e.g. "mmistakes/minimal-mistakes"
teaser : # path of fallback teaser image, e.g. "/assets/images/500x300.png"
# breadcrumbs : false # true, false (default)
words_per_minute : 200
Expand All @@ -27,7 +27,7 @@ comments:
# https://developers.facebook.com/docs/plugins/comments
appid :
num_posts : # 5 (default)
colorscheme : # "light" (default), "dark"
colorscheme : "light" (default), "dark"
staticman:
allowedFields : ['name', 'email', 'url', 'message']
branch : "master"
Expand All @@ -54,10 +54,10 @@ alexa_site_verification :
yandex_site_verification :

# Social Sharing
twitter:
username :
facebook:
username :
twitter: "https://www.twitter.com/aarynbiro"
username : "aarynbiro"
facebook: "https://www.facebook.com/aaryn.alexander"
username : "aaryn.alexander"
app_id :
publisher :
og_image : # Open Graph/Twitter default site image
Expand All @@ -77,17 +77,17 @@ analytics:

# Site Author
author:
name : "Your Name"
name : "Aaryn Biro"
avatar : # path of avatar image, e.g. "/assets/images/bio-photo.jpg"
bio : "I am an amazing person."
location : "Somewhere"
location : "Sohere"
email :
uri :
bitbucket :
codepen :
dribbble :
flickr :
facebook :
facebook : "https://www.facebook.com/aaryn.alexander"
foursquare :
github :
google_plus :
Expand All @@ -100,11 +100,11 @@ author:
stackoverflow : # "123456/username" (the last part of your profile url, e.g. http://stackoverflow.com/users/123456/username)
steam :
tumblr :
twitter :
twitter : "https://www.twitter.com/aarynbiro"
vine :
weibo :
xing :
youtube : # "https://youtube.com/c/MichaelRoseDesign"
youtube : "https://youtube.com/c/MichaelRoseDesign"


# Reading Files
Expand Down Expand Up @@ -243,4 +243,4 @@ defaults:
read_time: true
comments: # true
share: true
related: true
related: true
16 changes: 8 additions & 8 deletions _data/navigation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
main:
- title: "Quick-Start Guide"
url: https://mmistakes.github.io/minimal-mistakes/docs/quick-start-guide/
# - title: "About"
# url: https://mmistakes.github.io/minimal-mistakes/about/
# - title: "Sample Posts"
# url: /year-archive/
# - title: "Sample Collections"
# url: /collection-archive/
# - title: "Sitemap"
# url: /sitemap/
- title: "About"
url: https://mmistakes.github.io/minimal-mistakes/about/
- title: "Sample Posts"
url: /year-archive/
- title: "Sample Collections"
url: /collection-archive/
- title: "Sitemap"
url: /sitemap/