Skip to content

Commit

Permalink
Change theme to end2end
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmark36 committed Oct 26, 2024
1 parent ae46461 commit 0168ec9
Show file tree
Hide file tree
Showing 183 changed files with 3,726 additions and 8,394 deletions.
6 changes: 1 addition & 5 deletions docs/.editorconfig
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
6 changes: 3 additions & 3 deletions docs/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
_site/
.sass-cache/
.jekyll-metadata
_site
.sass-cache
bourbon
1 change: 1 addition & 0 deletions docs/.ruby-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2.3.4
28 changes: 28 additions & 0 deletions docs/.travis.yml
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
8 changes: 0 additions & 8 deletions docs/404.html

This file was deleted.

32 changes: 27 additions & 5 deletions docs/Gemfile
100644 → 100755
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
77 changes: 77 additions & 0 deletions docs/Gemfile.lock
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
3 changes: 2 additions & 1 deletion docs/LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2016 Taylan Tatlı
Copyright (c) 2015 Fernando Moreira

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand All @@ -19,3 +19,4 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

73 changes: 50 additions & 23 deletions docs/README.md
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:
Loading

0 comments on commit 0168ec9

Please sign in to comment.