forked from yousinix/portfolYOU
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The files in the root directory are the gem or repository files only. All other files related to GitHub Pages hosting are now moved to a separate directory "docs/". The directory structure was refactored to match the new changes. docs/ contains two configuration files: - _config.yml : used for GitHub Pages hosting. - _config.dev.yml : used for local development. To run the theme locally use the following commands: gem build portfolyou-jekyll-theme.gemspec cd docs/ bundle install bundle exec jekyll serve --config _config.dev.yml
- Loading branch information
Showing
80 changed files
with
80 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
source "https://rubygems.org" | ||
|
||
gem "portfolyou-jekyll-theme", path: "../" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
### Site Settings ### | ||
title : portfolYOU-dev | ||
description : Running in Dev Mode | ||
baseurl : "/portfolYOU" | ||
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/documentation/** | ||
|
||
|
||
### Author Info ### | ||
author: | ||
name : John Doe | ||
image : https://bit.ly/2KCvgVJ | ||
github : your_username | ||
|
||
|
||
### Pagination ### | ||
paginate: 6 | ||
paginate_path: "/blog/page-:num/" | ||
|
||
|
||
### Posts Permalink ### | ||
permalink: blog/:title | ||
|
||
|
||
### Collections ### | ||
collections: | ||
projects: | ||
output: true | ||
permalink: /projects/:name | ||
elements: | ||
output: true | ||
|
||
|
||
### Defaults for collections ### | ||
defaults: | ||
- scope: | ||
path: "" | ||
type: "projects" | ||
values: | ||
layout: "page" | ||
- scope: | ||
path: "" | ||
type: "elements" | ||
values: | ||
layout: "element" | ||
|
||
|
||
### Plugins ### | ||
plugins: | ||
- jekyll-default-layout | ||
- jekyll-gist | ||
- jekyll-github-metadata | ||
- jekyll-include-cache | ||
- jekyll-paginate | ||
- jemoji |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
--- | ||
permalink: /404.html | ||
--- | ||
|
||
<!DOCTYPE html> | ||
|
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
--- | ||
layout: default | ||
permalink: / | ||
--- | ||
|
||
{% include landing.html %} |
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes