diff --git a/Gemfile.lock b/Gemfile.lock index 98c2230..4e361f9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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 diff --git a/_config.yml b/_config.yml index daaea36..843f7d5 100644 --- a/_config.yml +++ b/_config.yml @@ -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 \ No newline at end of file + envs: development diff --git a/_data/navigation.yml b/_data/navigation.yml index ebc12e8..81c52a6 100644 --- a/_data/navigation.yml +++ b/_data/navigation.yml @@ -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: / \ No newline at end of file + - title: ' +Star +' + - title: '
' + - title: ' +Issue +' +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" diff --git a/_includes/footer.html b/_includes/footer.html index 53b99eb..dd6fb67 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -21,4 +21,4 @@
- \ No newline at end of file +