Configure theme's demo site
This commit is contained in:
parent
90b73dc929
commit
1aba4f1eac
10
_config.dev.yml
Normal file
10
_config.dev.yml
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
# Develop override settings
|
||||||
|
|
||||||
|
url: http://localhost:4000
|
||||||
|
|
||||||
|
analytics:
|
||||||
|
provider: false
|
||||||
|
|
||||||
|
comments:
|
||||||
|
disqus:
|
||||||
|
shortname : "mmistakes-dev"
|
136
_config.yml
136
_config.yml
@ -7,20 +7,20 @@
|
|||||||
|
|
||||||
# Site Settings
|
# Site Settings
|
||||||
locale : "en-US"
|
locale : "en-US"
|
||||||
title : "Site Title"
|
title : "Minimal Mistakes"
|
||||||
title_separator : "-"
|
title_separator : "-"
|
||||||
name : "Your Name"
|
name : &name "Michael Rose"
|
||||||
description : "An amazing website."
|
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. "https://github.io.mmistakes"
|
url : https://github.io.mmistakes # the base hostname & protocol for your site e.g. "//github.io.mmistakes"
|
||||||
baseurl : # the subpath of your site, e.g. "/blog"
|
baseurl : "/minimal-mistakes" # the subpath of your site, e.g. "/blog"
|
||||||
gh_repo :
|
gh_repo : "https://github.com/mmistakes/minimal-mistakes"
|
||||||
teaser : # filename of teaser fallback teaser image placed in /images/, .e.g. "500x300.png"
|
teaser : # filename of teaser fallback teaser image placed in /images/, .e.g. "500x300.png"
|
||||||
# breadcrumbs : false # true, false (default)
|
breadcrumbs : false # true, false (default)
|
||||||
# words_per_minute : 200
|
words_per_minute : 200
|
||||||
comments:
|
comments:
|
||||||
provider : # false (default), "disqus", "facebook", "google-plus", custom"
|
provider : "disqus" # false (default), "disqus", "facebook", "google-plus", custom"
|
||||||
disqus:
|
disqus:
|
||||||
shortname : # https://help.disqus.com/customer/portal/articles/466208-what-s-a-shortname-
|
shortname : "minimalmistakes" # https://help.disqus.com/customer/portal/articles/466208-what-s-a-shortname-
|
||||||
facebook:
|
facebook:
|
||||||
# https://developers.facebook.com/docs/plugins/comments
|
# https://developers.facebook.com/docs/plugins/comments
|
||||||
appid :
|
appid :
|
||||||
@ -28,31 +28,33 @@ comments:
|
|||||||
colorscheme : # "light" (default), "dark"
|
colorscheme : # "light" (default), "dark"
|
||||||
|
|
||||||
# SEO Related
|
# SEO Related
|
||||||
google_site_verification :
|
google_site_verification : "UQj93ERU9zgECodaaXgVpkjrFn9UrDMEzVamacSoQ8Y"
|
||||||
bing_site_verification :
|
bing_site_verification :
|
||||||
alexa_site_verification :
|
alexa_site_verification :
|
||||||
yandex_site_verification :
|
yandex_site_verification :
|
||||||
|
|
||||||
# Social Sharing
|
# Social Sharing
|
||||||
twitter:
|
twitter:
|
||||||
username :
|
username : &twitter "mmistakes"
|
||||||
facebook:
|
facebook:
|
||||||
username :
|
username : &facebook "michaelrose"
|
||||||
app_id :
|
app_id :
|
||||||
publisher :
|
publisher :
|
||||||
og_image : # Open Graph/Twitter default site image
|
og_image : "site-logo.png" # Open Graph/Twitter default site image
|
||||||
# For specifying social profiles
|
# For specifying social profiles
|
||||||
# - https://developers.google.com/structured-data/customize/social-profiles
|
# - https://developers.google.com/structured-data/customize/social-profiles
|
||||||
social:
|
social:
|
||||||
type : # Person or Organization (defaults to Person)
|
type : # Person or Organization (defaults to Person)
|
||||||
name : # If the user or organization name differs from the site's name
|
name : # If the user or organization name differs from the site's name
|
||||||
links: # An array of links to social media profiles
|
links: # An array of links to social media profiles
|
||||||
|
- "https://twitter.com/mmistakes"
|
||||||
|
- "https://facebook.com/michaelrose"
|
||||||
|
|
||||||
# Analytics
|
# Analytics
|
||||||
analytics:
|
analytics:
|
||||||
provider : false # false (default), "google", "google-universal", "custom"
|
provider : "google-universal" # false (default), "google", "google-universal", "custom"
|
||||||
google:
|
google:
|
||||||
tracking_id :
|
tracking_id : "UA-2011187-3"
|
||||||
|
|
||||||
# Google AdSense
|
# Google AdSense
|
||||||
google_ad_client :
|
google_ad_client :
|
||||||
@ -61,22 +63,22 @@ google_ad_slot :
|
|||||||
|
|
||||||
# Site Author
|
# Site Author
|
||||||
author:
|
author:
|
||||||
name : "Your Name"
|
name : *name
|
||||||
avatar : "bio-photo.jpg"
|
avatar : "michael-rose.jpg"
|
||||||
bio : "I am an amazing person."
|
bio : "Just another boring, tattooed, time traveling, designer."
|
||||||
location : "Somewhere"
|
location : "Buffalo, NY"
|
||||||
email :
|
email : *email
|
||||||
uri :
|
uri : "https://mademistakes.com"
|
||||||
bitbucket :
|
bitbucket :
|
||||||
codepen :
|
codepen :
|
||||||
dribbble :
|
dribbble :
|
||||||
flickr :
|
flickr :
|
||||||
facebook :
|
facebook : *facebook
|
||||||
foursquare :
|
foursquare :
|
||||||
github :
|
github : "mmistakes"
|
||||||
google_plus :
|
google_plus :
|
||||||
keybase :
|
keybase :
|
||||||
instagram :
|
instagram : "mmistakes"
|
||||||
lastfm :
|
lastfm :
|
||||||
linkedin :
|
linkedin :
|
||||||
pinterest :
|
pinterest :
|
||||||
@ -84,7 +86,7 @@ author:
|
|||||||
stackoverflow : # http://stackoverflow.com/users/123456/username
|
stackoverflow : # http://stackoverflow.com/users/123456/username
|
||||||
steam :
|
steam :
|
||||||
tumblr :
|
tumblr :
|
||||||
twitter :
|
twitter : *twitter
|
||||||
vine :
|
vine :
|
||||||
weibo :
|
weibo :
|
||||||
xing :
|
xing :
|
||||||
@ -145,11 +147,85 @@ kramdown:
|
|||||||
enable_coderay: false
|
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
|
# Outputting
|
||||||
permalink: /:categories/:title/
|
permalink: /:categories/:title/
|
||||||
paginate: 5 # amount of posts to show
|
# paginate: 5 # amount of posts to show
|
||||||
paginate_path: /page:num/
|
# paginate_path: /page:num/
|
||||||
timezone: # http://en.wikipedia.org/wiki/List_of_tz_database_time_zones
|
timezone: America/New_York # http://en.wikipedia.org/wiki/List_of_tz_database_time_zones
|
||||||
|
|
||||||
|
|
||||||
# Plugins
|
# Plugins
|
||||||
@ -159,6 +235,7 @@ gems:
|
|||||||
- jekyll-gist
|
- jekyll-gist
|
||||||
- jekyll-feed
|
- jekyll-feed
|
||||||
- jemoji
|
- jemoji
|
||||||
|
- jekyll-redirect-from
|
||||||
|
|
||||||
# mimic GitHub Pages with --safe
|
# mimic GitHub Pages with --safe
|
||||||
whitelist:
|
whitelist:
|
||||||
@ -167,6 +244,7 @@ whitelist:
|
|||||||
- jekyll-gist
|
- jekyll-gist
|
||||||
- jekyll-feed
|
- jekyll-feed
|
||||||
- jemoji
|
- jemoji
|
||||||
|
- jekyll-redirect-from
|
||||||
|
|
||||||
|
|
||||||
# Archives
|
# Archives
|
||||||
|
@ -1,16 +1,71 @@
|
|||||||
# main links links
|
# main links links
|
||||||
main:
|
main:
|
||||||
- title: "Quick-Start Guide"
|
- title: "Quick-Start Guide"
|
||||||
url: https://mmistakes.github.io/minimal-mistakes/docs/quick-start-guide/
|
url: /docs/quick-start-guide/
|
||||||
|
|
||||||
- title: "About"
|
- title: "About"
|
||||||
url: https://mmistakes.github.io/minimal-mistakes/
|
url: /about/
|
||||||
|
|
||||||
- title: "Sample Posts"
|
- title: "Sample Posts"
|
||||||
url: https://mmistakes.github.io/minimal-mistakes/year-archive/
|
url: /year-archive/
|
||||||
|
|
||||||
- title: "Sample Pages"
|
|
||||||
url: https://mmistakes.github.io/minimal-mistakes/page-archive/
|
|
||||||
|
|
||||||
- title: "Sample Collections"
|
- title: "Sample Collections"
|
||||||
url: https://mmistakes.github.io/minimal-mistakes/collection-archive/
|
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
|
BIN
images/michael-rose.jpg
Normal file
BIN
images/michael-rose.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.0 KiB |
14
index.html
14
index.html
@ -1,14 +0,0 @@
|
|||||||
---
|
|
||||||
layout: archive
|
|
||||||
author_profile: true
|
|
||||||
---
|
|
||||||
|
|
||||||
{% include base_path %}
|
|
||||||
|
|
||||||
<h3 class="archive__subtitle">Recent Posts</h3>
|
|
||||||
|
|
||||||
{% for post in paginator.posts %}
|
|
||||||
{% include archive-single.html %}
|
|
||||||
{% endfor %}
|
|
||||||
|
|
||||||
{% include paginator.html %}
|
|
Loading…
Reference in New Issue
Block a user