Skip to content

Commit

Permalink
Clean up Config Files
Browse files Browse the repository at this point in the history
  • Loading branch information
yousinix committed Jan 19, 2020
1 parent 22023a5 commit d1f460b
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 36 deletions.
11 changes: 10 additions & 1 deletion docs/Gemfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
source "https://rubygems.org"

gem "portfolyou-jekyll-theme", path: "../"
gem "portfolyou-jekyll-theme", path: "../"

group :jekyll_plugins do
gem "jekyll-default-layout"
gem "jekyll-gist"
gem "jekyll-github-metadata"
gem "jekyll-include-cache"
gem "jekyll-paginate"
gem "jemoji"
end
31 changes: 8 additions & 23 deletions docs/_config.dev.yml
Original file line number Diff line number Diff line change
@@ -1,34 +1,29 @@
### Site Settings ###
title : portfolYOU-dev
description : Running in Dev Mode
baseurl : "/portfolYOU"
baseurl : "/portfolYOU-dev"
repository : YoussefRaafatNasry/portfolYOU
theme : portfolyou-jekyll-theme


### Navbar Settings ###
nav_exclude:
- pages/404.html
- pages/index.md
- blog/tags.html
- blog/page-:num/index.html
- pages/404.html
- pages/index.md
- pages/documentation/**


### Author Info ###
author:
name : John Doe
image : https://bit.ly/2KCvgVJ
github : your_username
name : YRN
image : https://avatars2.githubusercontent.com/u/41103290
github : YoussefRaafatNasry


### Pagination ###
### Posts ###
paginate: 6
paginate_path: "/blog/page-:num/"


### Posts Permalink ###
permalink: blog/:title
permalink: /blog/:title


### Collections ###
Expand All @@ -52,13 +47,3 @@ defaults:
type: "elements"
values:
layout: "element"


### Plugins ###
plugins:
- jekyll-default-layout
- jekyll-gist
- jekyll-github-metadata
- jekyll-include-cache
- jekyll-paginate
- jemoji
22 changes: 10 additions & 12 deletions docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,18 @@ baseurl : "/portfolYOU" # subpath of your site (e
repository : YoussefRaafatNasry/portfolYOU # repository metadata on GitHub Pages [know more at https://help.github.com/en/articles/repository-metadata-on-github-pages]
remote_theme : YoussefRaafatNasry/portfolYOU # uncomment this if you are using it as a remote theme


### Plugins ###
plugins:
- jemoji


### Navbar Settings ###
nav_exclude: # Pages with the following paths will be excluded from navbar
- pages/404.html
- pages/index.md
- blog/tags.html
- blog/page-:num/index.html
- pages/404.html
- pages/index.md
- pages/documentation/**


Expand All @@ -42,13 +48,10 @@ author:
# youtube : your_channel_name


### Pagination ###
### Posts ###
paginate: 6
paginate_path: "/blog/page-:num/"


### Posts Permalink ###
permalink: blog/:title
permalink: /blog/:title


### Collections ###
Expand All @@ -74,11 +77,6 @@ defaults:
layout: "element"


### Plugins ###
plugins:
- jemoji


### Exclude from processing ###
exclude:
- README.md
Expand Down

0 comments on commit d1f460b

Please sign in to comment.