Skip to content

Commit 1b89337

Browse files
committed
Published website
1 parent 10bc292 commit 1b89337

File tree

1,852 files changed

+33656
-42225
lines changed

Some content is hidden

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

1,852 files changed

+33656
-42225
lines changed

docs/.editorconfig

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# http://editorconfig.org
2+
root = true
3+
4+
[*]
5+
charset = utf-8
6+
end_of_line = lf
7+
indent_size = 2
8+
indent_style = space
9+
insert_final_newline = true
10+
max_line_length = 80
11+
trim_trailing_whitespace = true
12+
13+
[*.md]
14+
max_line_length = 0
15+
trim_trailing_whitespace = false
16+
17+
[COMMIT_EDITMSG]
18+
max_line_length = 0

docs/.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
_site
2+
docs/.sass-cache
3+
.jekyll-metadata
4+
*.gem
5+
&.bundle
6+
&vendor/bundle

docs/404.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
layout: default
3+
---
4+
5+
<div class="container text-center">
6+
<p>The page you are looking for cannot be found.</p>
7+
<h2>404</h2>
8+
</div>

docs/Gemfile

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
source "https://rubygems.org"
2+
ruby RUBY_VERSION
3+
4+
gem "jekyll", "3.8.4"
5+
6+
# to use GitHub Pages
7+
# gem "github-pages", group: :jekyll_plugins
8+
9+
# If you have any plugins, put them here!
10+
group :jekyll_plugins do
11+
gem "jekyll-feed"
12+
gem "jekyll-sitemap"
13+
gem "jekyll-redirect-from"
14+
gem "jekyll-seo-tag"
15+
end
16+
17+
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
18+
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]

docs/Gemfile.lock

Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,79 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
addressable (2.5.2)
5+
public_suffix (>= 2.0.2, < 4.0)
6+
colorator (1.1.0)
7+
concurrent-ruby (1.0.5)
8+
em-websocket (0.5.1)
9+
eventmachine (>= 0.12.9)
10+
http_parser.rb (~> 0.6.0)
11+
eventmachine (1.2.7)
12+
ffi (1.9.25)
13+
forwardable-extended (2.6.0)
14+
http_parser.rb (0.6.0)
15+
i18n (0.9.5)
16+
concurrent-ruby (~> 1.0)
17+
jekyll (3.8.4)
18+
addressable (~> 2.4)
19+
colorator (~> 1.0)
20+
em-websocket (~> 0.5)
21+
i18n (~> 0.7)
22+
jekyll-sass-converter (~> 1.0)
23+
jekyll-watch (~> 2.0)
24+
kramdown (~> 1.14)
25+
liquid (~> 4.0)
26+
mercenary (~> 0.3.3)
27+
pathutil (~> 0.9)
28+
rouge (>= 1.7, < 4)
29+
safe_yaml (~> 1.0)
30+
jekyll-feed (0.11.0)
31+
jekyll (~> 3.3)
32+
jekyll-redirect-from (0.14.0)
33+
jekyll (~> 3.3)
34+
jekyll-sass-converter (1.5.2)
35+
sass (~> 3.4)
36+
jekyll-seo-tag (2.5.0)
37+
jekyll (~> 3.3)
38+
jekyll-sitemap (1.2.0)
39+
jekyll (~> 3.3)
40+
jekyll-watch (2.1.1)
41+
listen (~> 3.0)
42+
kramdown (1.17.0)
43+
liquid (4.0.1)
44+
listen (3.1.5)
45+
rb-fsevent (~> 0.9, >= 0.9.4)
46+
rb-inotify (~> 0.9, >= 0.9.7)
47+
ruby_dep (~> 1.2)
48+
mercenary (0.3.6)
49+
pathutil (0.16.1)
50+
forwardable-extended (~> 2.6)
51+
public_suffix (3.0.3)
52+
rb-fsevent (0.10.3)
53+
rb-inotify (0.9.10)
54+
ffi (>= 0.5.0, < 2)
55+
rouge (3.3.0)
56+
ruby_dep (1.5.0)
57+
safe_yaml (1.0.4)
58+
sass (3.6.0)
59+
sass-listen (~> 4.0.0)
60+
sass-listen (4.0.0)
61+
rb-fsevent (~> 0.9, >= 0.9.4)
62+
rb-inotify (~> 0.9, >= 0.9.7)
63+
64+
PLATFORMS
65+
ruby
66+
67+
DEPENDENCIES
68+
jekyll (= 3.8.4)
69+
jekyll-feed
70+
jekyll-redirect-from
71+
jekyll-seo-tag
72+
jekyll-sitemap
73+
tzinfo-data
74+
75+
RUBY VERSION
76+
ruby 2.5.1p57
77+
78+
BUNDLED WITH
79+
1.16.6

docs/LICENSE

Lines changed: 21 additions & 0 deletions
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.

docs/README.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# Jekyll Doc Theme
2+
3+
Go to [the website](https://aksakalli.github.io/jekyll-doc-theme/) for detailed information and demo.
4+
5+
## Running locally
6+
7+
You need Ruby and gem before starting, then:
8+
9+
```bash
10+
# install bundler
11+
gem install bundler
12+
13+
# clone the project
14+
git clone https://github.com/aksakalli/jekyll-doc-theme.git
15+
cd jekyll-doc-theme
16+
17+
# run jekyll with dependencies
18+
bundle exec jekyll serve
19+
```
20+
21+
## Docker
22+
23+
Alternatively, you can deploy it using the multi-stage [Dockerfile](Dockerfile)
24+
that serves files from Nginx for better performance in production.
25+
26+
Build the image for your site's `JEKYLL_BASEURL`:
27+
28+
```
29+
docker build --build-arg JEKYLL_BASEURL="/" -t jekyll-doc-theme .
30+
```
31+
32+
and serve it:
33+
34+
```
35+
docker run -p 8080:80 jekyll-doc-theme
36+
```
37+
38+
## License
39+
40+
Released under [the MIT license](LICENSE).

0 commit comments

Comments
 (0)