Skip to content

Commit

Permalink
Reduce config to bare minimum and remove sample content
Browse files Browse the repository at this point in the history
  • Loading branch information
mmistakes committed Apr 14, 2016
1 parent 5015613 commit 23e291b
Show file tree
Hide file tree
Showing 168 changed files with 36 additions and 5,269 deletions.
6 changes: 0 additions & 6 deletions _config.dev.yml

This file was deleted.

131 changes: 26 additions & 105 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,54 +7,52 @@

# Site Settings
locale : "en-US"
title : "Minimal Mistakes"
title : "Site Title"
title_separator : "-"
name : &name "Michael Rose"
description : &description "A flexible Jekyll theme for your blog or site with a minimalist aesthetic."
url : # the base hostname & protocol for your site e.g. "//github.io.mmistakes"
baseurl : "/minimal-mistakes" # the subpath of your site, e.g. "/blog"
gh_repo : "https://github.com/mmistakes/minimal-mistakes"
name : "Your Name"
description : "An amazing website."
url : # the base hostname & protocol for your site e.g. "https://github.io.mmistakes"
baseurl : # the subpath of your site, e.g. "/blog"
gh_repo :
teaser : # filename of teaser fallback teaser image placed in /images/, .e.g. "500x300.png"
breadcrumbs : true # true, false (default)
words_per_minute : 200
# breadcrumbs : false # true, false (default)
# words_per_minute : 200
comments:
provider : "disqus" # false (default), "disqus", "facebook", "google-plus", custom"
provider : # false (default), "disqus", "facebook", "google-plus", custom"
disqus:
shortname : "mmistakes-dev" # https://help.disqus.com/customer/portal/articles/466208-what-s-a-shortname-
shortname : # https://help.disqus.com/customer/portal/articles/466208-what-s-a-shortname-
facebook:
# https://developers.facebook.com/docs/plugins/comments
appid :
num_posts : # 5 (default)
colorscheme : # "light" (default), "dark"

# SEO Related
google_site_verification : "UQj93ERU9zgECodaaXgVpkjrFn9UrDMEzVamacSoQ8Y"
google_site_verification :
bing_site_verification :
alexa_site_verification :
yandex_site_verification :

# Social Sharing
twitter:
username : &twitter "mmistakes"
username :
facebook:
username : &facebook "michaelrose"
username :
app_id :
publisher :
og_image : "site-logo.png" # Open Graph/Twitter default site image
og_image : # Open Graph/Twitter default site image
# For specifying social profiles
# - https://developers.google.com/structured-data/customize/social-profiles
social:
type : # Person or Organization (defaults to Person)
name : # If the user or organization name differs from the site's name
links: # An array of links to social media profiles
- "https://twitter.com/mmistakes"
- "https://facebook.com/michaelrose"

# Analytics
analytics:
provider : "google-universal" # false (default), "google", "google-universal", "custom"
provider : false # false (default), "google", "google-universal", "custom"
google:
tracking_id : "UA-2011187-3"
tracking_id :

# Google AdSense
google_ad_client :
Expand All @@ -63,30 +61,30 @@ google_ad_slot :

# Site Author
author:
name : *name
name : "Your Name"
avatar : "bio-photo.jpg"
bio : *description
location : "Buffalo, NY"
email : *email
uri : "https://mademistakes.com"
bio : "I am an amazing person."
location : "Somewhere"
email :
uri :
bitbucket :
codepen :
dribbble :
flickr :
facebook : *facebook
facebook :
foursquare :
github : "mmistakes"
github :
google_plus :
keybase :
instagram : "mmistakes"
instagram :
lastfm :
linkedin :
pinterest :
soundcloud :
stackoverflow : # http://stackoverflow.com/users/123456/username
steam :
tumblr :
twitter : *twitter
twitter :
vine :
weibo :
xing :
Expand Down Expand Up @@ -147,85 +145,11 @@ kramdown:
enable_coderay: false


# Collections
collections:
docs:
output: true
permalink: /:collection/:path/
recipes:
output: true
permalink: /:collection/:path/
pets:
output: true
permalink: /:collection/:path/
portfolio:
output: true
permalink: /:collection/:path/


# Defaults
defaults:
# _posts
- scope:
path: ""
type: posts
values:
layout: single
author_profile: true
read_time: true
comments: true
share: true
related: true
# _pages
- scope:
path: ""
type: pages
values:
layout: single
author_profile: true
# _docs
- scope:
path: ""
type: docs
values:
layout: single
read_time: false
author_profile: false
share: false
comments: false
# _recipes
- scope:
path: ""
type: recipes
values:
layout: single
author_profile: true
share: true
comments: true
# _pets
- scope:
path: ""
type: pets
values:
layout: single
author_profile: true
share: true
comment: true
# _portfolio
- scope:
path: ""
type: portfolio
values:
layout: single
author_profile: false
share: true


# Outputting
permalink: /:categories/:title/
paginate: 5 # amount of posts to show
paginate_path: /page:num/
timezone: America/New_York # http://en.wikipedia.org/wiki/List_of_tz_database_time_zones
timezone: # http://en.wikipedia.org/wiki/List_of_tz_database_time_zones


# Plugins
Expand All @@ -235,8 +159,6 @@ gems:
- jekyll-gist
- jekyll-feed
- jemoji
- jekyll-redirect-from
# - jekyll-archives

# mimic GitHub Pages with --safe
whitelist:
Expand All @@ -245,7 +167,6 @@ whitelist:
- jekyll-gist
- jekyll-feed
- jemoji
- jekyll-redirect-from


# Archives
Expand Down
18 changes: 0 additions & 18 deletions _data/authors.yml

This file was deleted.

79 changes: 9 additions & 70 deletions _data/navigation.yml
Original file line number Diff line number Diff line change
@@ -1,77 +1,16 @@
# main links links
main:
- title: "Quick-Start Guide"
url: /docs/quick-start-guide/
url: https://mmistakes.github.io/minimal-mistakes/docs/quick-start-guide/

- title: "Posts"
url: /year-archive/
- title: "About"
url: https://mmistakes.github.io/minimal-mistakes/

- title: "Categories"
url: /categories/
- title: "Sample Posts"
url: https://mmistakes.github.io/minimal-mistakes/year-archive/

- title: "Tags"
url: /tags/
- title: "Sample Pages"
url: https://mmistakes.github.io/minimal-mistakes/page-archive/

- title: "Pages"
url: /page-archive/

- title: "Collections"
url: /collection-archive/


# documentation links
docs:
- title: Getting Started
children:
- title: "Quick-Start Guide"
path: quick-start-guide
- title: "Structure"
path: structure
- title: "Installation"
path: installation
- title: "Upgrading"
path: upgrading

- title: Customization
children:
- title: "Configuration"
path: configuration
- title: "Navigation"
path: navigation
- title: "UI Text"
path: ui-text
- title: "Authors"
path: authors
- title: "Layouts"
path: layouts

- title: Content
children:
- title: "Working with Posts"
path: posts
- title: "Working with Pages"
path: pages
- title: "Working with Collections"
path: collections
- title: "Helpers"
path: helpers
- title: "Utility Classes"
path: utility-classes

- title: Extras
children:
- title: "Stylesheets"
path: stylesheets
- title: "JavaScript"
path: javascript

- title: Meta
children:
- title: "History"
path: history
- title: "Contributing"
path: contributing
- title: "Old 2.2 Docs"
path: docs-2-2
- title: "License"
path: license
- title: "Sample Collections"
url: https://mmistakes.github.io/minimal-mistakes/collection-archive/
48 changes: 0 additions & 48 deletions _docs/01-quick-start-guide.md

This file was deleted.

Loading

0 comments on commit 23e291b

Please sign in to comment.