Customize stock mmistakes configuration

pull/38/head
Tim Byrne 8 years ago
parent d7a037e469
commit b967d9ae8a
No known key found for this signature in database
GPG Key ID: 6CBE24C2FD8CF76E

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

@ -6,13 +6,13 @@
# `jekyll serve`. If you change this file, please restart the server process. # `jekyll serve`. If you change this file, please restart the server process.
# Site Settings # Site Settings
locale : "en" locale : "en-US"
title : "Site Title" title : "yadm"
title_separator : "-" title_separator : "-"
name : "Your Name" name : "yadm"
description : "An amazing website." description : "Yet Another Dotfiles Manager"
url : # the base hostname & protocol for your site e.g. "https://mmistakes.github.io" url : "https://thelocehiliosan.github.io"
baseurl : # the subpath of your site, e.g. "/blog" baseurl : "/yadm"
repository : # GitHub username/repo-name e.g. "mmistakes/minimal-mistakes" repository : # GitHub username/repo-name e.g. "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)
@ -55,7 +55,7 @@ yandex_site_verification :
# Social Sharing # Social Sharing
twitter: twitter:
username : username : "TheLocehiliosan"
facebook: facebook:
username : username :
app_id : app_id :
@ -70,18 +70,18 @@ social:
# Analytics # Analytics
analytics: analytics:
provider : false # false (default), "google", "google-universal", "custom" provider : "google-universal"
google: google:
tracking_id : tracking_id : "UA-83783540-1"
# Site Author # Site Author
author: author:
name : "Your Name" name : "Tim Byrne"
avatar : "bio-photo.jpg" avatar : "bio-photo.jpg"
bio : "I am an amazing person." bio : ""
location : "Somewhere" location :
email : email : "sultan@locehilios.com"
uri : uri :
bitbucket : bitbucket :
codepen : codepen :
@ -89,7 +89,7 @@ author:
flickr : flickr :
facebook : facebook :
foursquare : foursquare :
github : github : "TheLocehiliosan"
google_plus : google_plus :
keybase : keybase :
instagram : instagram :
@ -100,7 +100,7 @@ author:
stackoverflow : # http://stackoverflow.com/users/123456/username stackoverflow : # http://stackoverflow.com/users/123456/username
steam : steam :
tumblr : tumblr :
twitter : twitter : "TheLocehiliosan"
vine : vine :
weibo : weibo :
xing : xing :
@ -112,6 +112,7 @@ include:
- .htaccess - .htaccess
- _pages - _pages
exclude: exclude:
- Makefile
- "*.sublime-project" - "*.sublime-project"
- "*.sublime-workspace" - "*.sublime-workspace"
- vendor - vendor
@ -161,6 +162,27 @@ kramdown:
smart_quotes: lsquo,rsquo,ldquo,rdquo smart_quotes: lsquo,rsquo,ldquo,rdquo
enable_coderay: false 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/SCSS
sass: sass:
@ -170,8 +192,8 @@ sass:
# 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: # http://en.wikipedia.org/wiki/List_of_tz_database_time_zones
@ -226,4 +248,4 @@ tag_archive:
compress_html: compress_html:
clippings: all clippings: all
ignore: ignore:
envs: development envs: development

@ -1,7 +1,42 @@
# main links links
main: main:
- title: "Sample Navigation Link" - title: '
url: https://mmistakes.github.io/minimal-mistakes/docs/navigation/ <a class="github-button" href="https://github.com/TheLocehiliosan/yadm"
data-icon="octicon-star" data-style="mega"
- title: "Sample Navigation Link 2" data-count-href="/TheLocehiliosan/yadm/stargazers"
url: / 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"

@ -21,4 +21,4 @@
</ul> </ul>
</div> </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>

Loading…
Cancel
Save