Customize stock mmistakes configuration

This commit is contained in:
Tim Byrne 2016-09-06 22:19:05 -05:00
parent d7a037e469
commit b967d9ae8a
No known key found for this signature in database
GPG Key ID: 6CBE24C2FD8CF76E
4 changed files with 82 additions and 27 deletions

View File

@ -129,7 +129,6 @@ GEM
ethon (>= 0.8.0)
tzinfo (1.2.2)
thread_safe (~> 0.1)
wdm (0.1.1)
PLATFORMS
ruby
@ -137,7 +136,6 @@ PLATFORMS
DEPENDENCIES
github-pages
wdm (~> 0.1.0)
BUNDLED WITH
1.12.5

View File

@ -6,13 +6,13 @@
# `jekyll serve`. If you change this file, please restart the server process.
# Site Settings
locale : "en"
title : "Site Title"
locale : "en-US"
title : "yadm"
title_separator : "-"
name : "Your Name"
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"
name : "yadm"
description : "Yet Another Dotfiles Manager"
url : "https://thelocehiliosan.github.io"
baseurl : "/yadm"
repository : # GitHub username/repo-name e.g. "mmistakes/minimal-mistakes"
teaser : # filename of teaser fallback teaser image placed in /images/, .e.g. "500x300.png"
# breadcrumbs : false # true, false (default)
@ -55,7 +55,7 @@ yandex_site_verification :
# Social Sharing
twitter:
username :
username : "TheLocehiliosan"
facebook:
username :
app_id :
@ -70,18 +70,18 @@ social:
# Analytics
analytics:
provider : false # false (default), "google", "google-universal", "custom"
provider : "google-universal"
google:
tracking_id :
tracking_id : "UA-83783540-1"
# Site Author
author:
name : "Your Name"
name : "Tim Byrne"
avatar : "bio-photo.jpg"
bio : "I am an amazing person."
location : "Somewhere"
email :
bio : ""
location :
email : "sultan@locehilios.com"
uri :
bitbucket :
codepen :
@ -89,7 +89,7 @@ author:
flickr :
facebook :
foursquare :
github :
github : "TheLocehiliosan"
google_plus :
keybase :
instagram :
@ -100,7 +100,7 @@ author:
stackoverflow : # http://stackoverflow.com/users/123456/username
steam :
tumblr :
twitter :
twitter : "TheLocehiliosan"
vine :
weibo :
xing :
@ -112,6 +112,7 @@ include:
- .htaccess
- _pages
exclude:
- Makefile
- "*.sublime-project"
- "*.sublime-workspace"
- vendor
@ -161,6 +162,27 @@ kramdown:
smart_quotes: lsquo,rsquo,ldquo,rdquo
enable_coderay: false
# Collections
collections:
docs:
output: true
permalink: /:collection/:path/
# Defaults
defaults:
# _docs
- scope:
path: ""
type: docs
values:
layout: single
read_time: false
author_profile: false
share: false
comments: false
sidebar:
nav: "docs"
# Sass/SCSS
sass:
@ -170,8 +192,8 @@ sass:
# Outputting
permalink: /:categories/:title/
paginate: 5 # amount of posts to show
paginate_path: /page:num/
#paginate: 5 # amount of posts to show
#paginate_path: /page:num/
timezone: # http://en.wikipedia.org/wiki/List_of_tz_database_time_zones
@ -226,4 +248,4 @@ tag_archive:
compress_html:
clippings: all
ignore:
envs: development
envs: development

View File

@ -1,7 +1,42 @@
# main links links
main:
- title: "Sample Navigation Link"
url: https://mmistakes.github.io/minimal-mistakes/docs/navigation/
- title: "Sample Navigation Link 2"
url: /
- title: '
<a class="github-button" href="https://github.com/TheLocehiliosan/yadm"
data-icon="octicon-star" data-style="mega"
data-count-href="/TheLocehiliosan/yadm/stargazers"
data-count-api="/repos/TheLocehiliosan/yadm#stargazers_count"
data-count-aria-label="# stargazers on GitHub" aria-label="Star
TheLocehiliosan/yadm on GitHub">Star</a>
'
- title: '<div/>'
- title: '
<a class="github-button" href="https://github.com/TheLocehiliosan/yadm/issues"
data-icon="octicon-issue-opened" data-style="mega"
data-count-api="/repos/TheLocehiliosan/yadm#open_issues_count"
data-count-aria-label="# issues on GitHub" aria-label="Issue
TheLocehiliosan/yadm on GitHub">Issue</a>
'
docs:
- title: Basics
children:
- title: "Overview"
url: /docs/overview
- title: "Installation"
url: /docs/install
- title: "Getting Started"
url: /docs/getting_started
- title: "Common Usage Patterns"
url: /docs/common_usage
- title: Advanced Features
children:
- title: "Alternate Files"
url: /docs/alternates
- title: "Encryption"
url: /docs/encryption
- title: More Help
children:
- title: "FAQ"
url: /docs/faq
- title: "Example Dotfiles"
url: /docs/examples
- title: "Manual"
url: "https://github.com/TheLocehiliosan/yadm/blob/master/yadm.md"

View File

@ -21,4 +21,4 @@
</ul>
</div>
<div class="page__footer-copyright">&copy; {{ site.time | date: '%Y' }} {{ site.name | default: site.title }}. {{ site.data.ui-text[site.locale].powered_by | default: "Powered by" }} <a href="http://jekyllrb.com" rel="nofollow">Jekyll</a> &amp; <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>.</div>
<div class="page__footer-copyright">&copy; {{ site.time | date: '%Y' }} {{ site.author.name | site.name | default: site.title }}. {{ site.data.ui-text[site.locale].powered_by | default: "Powered by" }} <a href="http://jekyllrb.com" rel="nofollow">Jekyll</a> &amp; <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>.</div>