Skip to content

Commit 04de6a2

Browse files
committed
making it generic for open source
1 parent 87264b5 commit 04de6a2

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+950
-10543
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source "https://rubygems.org"
22
ruby RUBY_VERSION
33

4-
gem "jekyll", "3.4.0"
4+
gem "jekyll", "3.4.3"
55

66
# to use GitHub Pages
77
# gem "github-pages", group: :jekyll_plugins

Gemfile.lock

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
addressable (2.5.0)
4+
addressable (2.5.1)
55
public_suffix (~> 2.0, >= 2.0.2)
66
colorator (1.1.0)
7-
ffi (1.9.17)
7+
ffi (1.9.18)
88
forwardable-extended (2.6.0)
9-
jekyll (3.4.0)
9+
jekyll (3.4.3)
1010
addressable (~> 2.4)
1111
colorator (~> 1.0)
1212
jekyll-sass-converter (~> 1.0)
@@ -17,15 +17,15 @@ GEM
1717
pathutil (~> 0.9)
1818
rouge (~> 1.7)
1919
safe_yaml (~> 1.0)
20-
jekyll-feed (0.8.0)
20+
jekyll-feed (0.9.2)
2121
jekyll (~> 3.3)
2222
jekyll-redirect-from (0.12.1)
2323
jekyll (~> 3.3)
2424
jekyll-sass-converter (1.5.0)
2525
sass (~> 3.4)
26-
jekyll-seo-tag (2.1.0)
26+
jekyll-seo-tag (2.2.2)
2727
jekyll (~> 3.3)
28-
jekyll-sitemap (1.0.0)
28+
jekyll-sitemap (1.1.1)
2929
jekyll (~> 3.3)
3030
jekyll-watch (1.5.0)
3131
listen (~> 3.0, < 3.1)
@@ -49,7 +49,7 @@ PLATFORMS
4949
ruby
5050

5151
DEPENDENCIES
52-
jekyll (= 3.4.0)
52+
jekyll (= 3.4.3)
5353
jekyll-feed
5454
jekyll-redirect-from
5555
jekyll-seo-tag
@@ -60,4 +60,4 @@ RUBY VERSION
6060
ruby 2.3.1p112
6161

6262
BUNDLED WITH
63-
1.14.3
63+
1.14.6

LICENSE

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2016 Can Güney Aksakalli
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

LICENSE.txt

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2017 Can Güney Aksakalli
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

_config.yml

+9-11
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
# Site settings
2-
title: LinkSmart
2+
title: Jekyll Doc Theme
33
4-
description: > # Lorem ipsum dolor sit amet, consectetur adipiscing elit,
5-
sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut
6-
enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi
7-
ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit
8-
in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
4+
description: > # Jekyll Template for Project Websites
5+
providing documentation and blog post pages.
6+
97
baseurl: "" # the subpath of your site, e.g. /blog/
10-
url: "https://www.linksmart.eu/" # the base hostname & protocol for your site
11-
git_address: https://github.com/linksmart-eu/linksmart-eu.github.io
12-
git_edit_address: https://github.com/linksmart-eu/linksmart-eu.github.io/master
8+
url: http://aksakalli.github.io/jekyll-doc-theme # the base hostname & protocol for your site
9+
git_address: https://github.com/aksakalli/jekyll-doc-theme
10+
git_edit_address: https://github.com/aksakalli/jekyll-doc-theme/master
1311

1412
# Build settings
1513
markdown: kramdown
@@ -41,8 +39,8 @@ defaults:
4139
values:
4240
layout: docs
4341
sectionid: docs
44-
# seo:
45-
# type: "WebPage"
42+
seo:
43+
type: "WebPage"
4644

4745
collections:
4846
docs:

_data/docs.yml

+5-47
Original file line numberDiff line numberDiff line change
@@ -1,52 +1,10 @@
11
- title: Getting Started
22
docs:
33
- home
4-
- quickstart
5-
- installation
6-
- usage
7-
- structure
8-
- configuration
4+
- customization
95

10-
- title: Your Content
6+
- title: Examples
117
docs:
12-
- frontmatter
13-
- posts
14-
- drafts
15-
- pages
16-
- static-files
17-
- variables
18-
- collections
19-
- datafiles
20-
- assets
21-
- migrations
22-
23-
- title: Customization
24-
docs:
25-
- templates
26-
- includes
27-
- permalinks
28-
- pagination
29-
- plugins
30-
- themes
31-
- extras
32-
33-
- title: Deployment
34-
docs:
35-
- github-pages
36-
- deployment-methods
37-
- continuous-integration
38-
39-
- title: Miscellaneous
40-
docs:
41-
- troubleshooting
42-
- sites
43-
- resources
44-
- upgrading/0-to-2
45-
- upgrading/2-to-3
46-
47-
- title: Meta
48-
docs:
49-
- contributing
50-
- maintaining
51-
- conduct
52-
- history
8+
- cheatsheet
9+
- font-awesome
10+
- bootstrap

_docs/assets.md

-93
This file was deleted.

0 commit comments

Comments
 (0)