Skip to content

Commit

Permalink
Reformat _config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yousinix committed Jun 27, 2019
1 parent fdb41c8 commit f893ac4
Showing 1 changed file with 40 additions and 41 deletions.
81 changes: 40 additions & 41 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,52 +1,55 @@
# Site settings
title: portfolYOU
description: >- # this means to ignore newlines until "baseurl:"
I turn coffee into code, use tabs over spaces and never broke production.
baseurl: "/portfolYOU" # the subpath of your site, e.g. /blog
url: "" # the base hostname & protocol for your site, e.g. http://example.com
repository: YoussefRaafatNasry/portfolYOU
### Site Settings ###
title : portfolYOU
description : >- # >- means to ignore newlines until "url:"
I turn coffee into code,
use tabs over spaces
and never broke production.
url : "" # base hostname & protocol for your site (e.g. http://example.com)
baseurl : "/portfolYOU" # subpath of your site (e.g. /blog) [IMPORTANT: use "" if your are hosting at https://username.github.io directly]
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

# Build settings
markdown: kramdown
# plugins:
# - jekyll-feed


# Author Info
### Author Info ###
author:
name : John Doe
image : https://bit.ly/2KCvgVJ
behance : your_username
# dribbble : your_username
email : [email protected]
facebook : your_username
github : your_username
# gitlab : your_username
# instagram : your_username
linkedin : your_username
medium : your_username
# soundcloud : your_username
# spotify : your_username
# stackoverflow : your_user_id
# tumblr : your_username.tumblr.com
# twitch : your_username
twitter : your_username
# vimeo : your_username
# youtube : your_channel_name
name : John Doe
image : https://bit.ly/2KCvgVJ
behance : your_username
# dribbble : your_username
email : [email protected]
facebook : your_username
github : your_username
# gitlab : your_username
# instagram : your_username
linkedin : your_username
medium : your_username
# soundcloud : your_username
# spotify : your_username
# stackoverflow : your_user_id
# tumblr : your_username.tumblr.com
# twitch : your_username
twitter : your_username
# vimeo : your_username
# youtube : your_channel_name


# Pagination
### Pagination ###
paginate: 6
paginate_path: "/articles/page-:num/"

# Collections

### Posts Permalink ###
permalink: articles/:title


### Collections ###
collections:
projects:
output: true
permalink: /projects/:name


# Default values for collections
### Defaults for collections ###
defaults:
- scope:
path: ""
Expand All @@ -55,11 +58,7 @@ defaults:
layout: "page"


# Posts default Permalink
permalink: articles/:title


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

0 comments on commit f893ac4

Please sign in to comment.