-
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.
- Loading branch information
Showing
183 changed files
with
3,726 additions
and
8,394 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,9 @@ | ||
# editorconfig.org | ||
root = true | ||
|
||
[*] | ||
indent_style = space | ||
indent_size = 4 | ||
indent_size = 2 | ||
end_of_line = lf | ||
charset = utf-8 | ||
trim_trailing_whitespace = true | ||
insert_final_newline = true | ||
|
||
[*.md] | ||
trim_trailing_whitespace = false |
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,3 +1,3 @@ | ||
_site/ | ||
.sass-cache/ | ||
.jekyll-metadata | ||
_site | ||
.sass-cache | ||
bourbon |
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 @@ | ||
2.3.4 |
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,28 @@ | ||
language: ruby | ||
rvm: | ||
- 2.3 | ||
cache: | ||
- bundler | ||
gemfile: travisGemfile | ||
install: | ||
- bundle install | ||
before_script: | ||
- chmod +x install.sh | ||
script: "./install.sh" | ||
env: | ||
global: | ||
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true | ||
branches: | ||
only: | ||
- master | ||
- gh-pages | ||
deploy: | ||
provider: pages | ||
local_dir: "_site" | ||
skip_cleanup: true | ||
github_token: $GITHUB_TOKEN | ||
target_branch: gh-pages | ||
on: | ||
branch: gh-pages | ||
notifications: | ||
email: false |
This file was deleted.
Oops, something went wrong.
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,7 +1,29 @@ | ||
source "https://rubygems.org" | ||
|
||
gem "jekyll", "~> 3.2.1" | ||
gem "jekyll-sitemap" | ||
gem "jekyll-gist" | ||
gem 'jekyll-mentions' | ||
gem 'jekyll-feed' | ||
# Hello! This is where you manage which Jekyll version is used to run. | ||
# When you want to use a different version, change it below, save the | ||
# file and run `bundle install`. Run Jekyll with `bundle exec`, like so: | ||
# | ||
# bundle exec jekyll serve | ||
# | ||
# This will help ensure the proper Jekyll version is running. | ||
# Happy Jekylling! | ||
gem "jekyll", "~>3.6.0" | ||
gem "rake", "~>10.5" | ||
gem "sass", "~>3.4" | ||
gem "json", "~> 2" | ||
|
||
|
||
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and | ||
# uncomment the line below. To upgrade, run `bundle update github-pages`. | ||
# gem "github-pages", group: :jekyll_plugins | ||
|
||
# If you have any plugins, put them here! | ||
group :jekyll_plugins do | ||
gem "bourbon", "~>4.3" | ||
gem "jekyll-feed", "~>0.6" | ||
gem "jekyll-paginate-v2" | ||
gem "pygments.rb" | ||
gem "jekyll-compose" | ||
gem "kramdown" | ||
end |
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,77 @@ | ||
GEM | ||
remote: https://rubygems.org/ | ||
specs: | ||
addressable (2.5.2) | ||
public_suffix (>= 2.0.2, < 4.0) | ||
bourbon (4.3.4) | ||
sass (~> 3.4) | ||
thor (~> 0.19) | ||
colorator (1.1.0) | ||
ffi (1.9.25) | ||
forwardable-extended (2.6.0) | ||
jekyll (3.6.3) | ||
addressable (~> 2.4) | ||
colorator (~> 1.0) | ||
jekyll-sass-converter (~> 1.0) | ||
jekyll-watch (~> 1.1) | ||
kramdown (~> 1.14) | ||
liquid (~> 4.0) | ||
mercenary (~> 0.3.3) | ||
pathutil (~> 0.9) | ||
rouge (>= 1.7, < 3) | ||
safe_yaml (~> 1.0) | ||
jekyll-compose (0.5.0) | ||
jekyll (>= 3.0.0) | ||
jekyll-feed (0.9.2) | ||
jekyll (~> 3.3) | ||
jekyll-paginate-v2 (2.0.0) | ||
jekyll (~> 3.0) | ||
jekyll-sass-converter (1.5.2) | ||
sass (~> 3.4) | ||
jekyll-watch (1.5.1) | ||
listen (~> 3.0) | ||
json (2.1.0) | ||
kramdown (1.17.0) | ||
liquid (4.0.0) | ||
listen (3.1.5) | ||
rb-fsevent (~> 0.9, >= 0.9.4) | ||
rb-inotify (~> 0.9, >= 0.9.7) | ||
ruby_dep (~> 1.2) | ||
mercenary (0.3.6) | ||
multi_json (1.12.1) | ||
pathutil (0.16.1) | ||
forwardable-extended (~> 2.6) | ||
public_suffix (3.0.3) | ||
pygments.rb (1.1.2) | ||
multi_json (>= 1.0.0) | ||
rake (10.5.0) | ||
rb-fsevent (0.10.3) | ||
rb-inotify (0.9.10) | ||
ffi (>= 0.5.0, < 2) | ||
rouge (2.2.1) | ||
ruby_dep (1.5.0) | ||
safe_yaml (1.0.4) | ||
sass (3.6.0) | ||
sass-listen (~> 4.0.0) | ||
sass-listen (4.0.0) | ||
rb-fsevent (~> 0.9, >= 0.9.4) | ||
rb-inotify (~> 0.9, >= 0.9.7) | ||
thor (0.19.4) | ||
|
||
PLATFORMS | ||
ruby | ||
|
||
DEPENDENCIES | ||
bourbon (~> 4.3) | ||
jekyll (~> 3.6.0) | ||
jekyll-compose | ||
jekyll-feed (~> 0.6) | ||
jekyll-paginate-v2 | ||
json (~> 2) | ||
kramdown | ||
pygments.rb | ||
rake (~> 10.5) | ||
sass (~> 3.4) | ||
|
||
BUNDLED WITH | ||
2.0.1 |
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 |
---|---|---|
@@ -1,30 +1,57 @@ | ||
# Moon Jekyll Theme [![Donate](https://img.shields.io/badge/paypal-donate-blue.svg)](https://www.paypal.me/taylantatli/0usd) | ||
|
||
## `Sorry guys but there will be no update until I buy a new laptop.` | ||
|
||
######(If you like this theme or using it, please give a :star: for motivation.) | ||
# end2end Clean Jekyll theme [![Build Status](https://travis-ci.org/nandomoreirame/end2end.svg?branch=master)](https://travis-ci.org/nandomoreirame/end2end) | ||
|
||
**[Moon](https://taylantatli.github.io/Moon)** is a minimal, one column jekyll theme. | ||
|
||
## Features | ||
* Minimal, you can focus on your content | ||
* Responsive | ||
* Disqus integration | ||
* Syntax highlighting | ||
* Optional post image | ||
* Social icons | ||
* Page for sharing projects | ||
* Optional background image | ||
* Simple navigation menu | ||
* MathJax support | ||
|
||
## Preview | ||
* [x] Clean layout | ||
* [x] Resposive layout | ||
* [x] Preprocessor SASS | ||
* [x] CSS minified | ||
* [x] Pagination | ||
* [x] Syntax highlight | ||
* [x] Author config | ||
* [x] Comments with Disqus | ||
* [ ] Search posts | ||
* [ ] Share posts | ||
|
||
![screenshot of Moon](https://cloud.githubusercontent.com/assets/754514/14509720/61c61058-01d6-11e6-93ab-0918515ecd56.png) | ||
![screenshot of Moon](https://cloud.githubusercontent.com/assets/754514/14509716/61ac6c8e-01d6-11e6-879f-8308883de790.png) | ||
--- | ||
|
||
See a [live version of Moon](https://taylantatli.github.io/Moon) hosted on GitHub. | ||
### Start in 4 steps | ||
|
||
## Getting Started | ||
1. Download or clone repo `git clone git@github.com:nandomoreirame/end2end.git` | ||
2. Enter the folder: `cd end2end/` | ||
3. Install Ruby gems: `bundle install` | ||
4. Start Jekyll server: `bundle exec jekyll serve` | ||
|
||
To learn how to install and use this theme check out the [Setup Guide](https://taylantatli.github.io/Moon/moon-theme/) for more information. | ||
Access, [localhost:4000/end2end](http://localhost:4000/end2end) | ||
|
||
### Deploy in Github pages in 2 steps | ||
|
||
1. Change the variables `GITHUB_REPONAME` and `GITHUB_REPO_BRANCH` in `Rakefile` | ||
2. Run `rake` or `rake publish` for build and publish on Github | ||
|
||
--- | ||
|
||
### Using Rake tasks | ||
|
||
* Create a new page: `rake page name="contact.md"` | ||
* Create a new post: `rake post title="TITLE OF THE POST"` | ||
|
||
--- | ||
|
||
### Demo and Download | ||
|
||
[Demo](https://nandomoreirame.github.io/end2end/) | ||
[Download](https://github.com/nandomoreirame/end2end/archive/master.zip) | ||
|
||
![end2end - free Jekyll theme](/screenshot.png) | ||
|
||
--- | ||
|
||
### Copyright and license | ||
|
||
It is under [the MIT license](/LICENSE). | ||
|
||
> :warning: | ||
Please remove metas `<meta name="robots" content="noindex">` and `<meta name="googlebot" content="noindex">` in `source/_layouts/default.html` | ||
Enjoy :yum: |
Oops, something went wrong.