jekyll-themen-ahrensburg 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 0f9851a6f9fa5603a454ac84b4d2d3ba73afecf8a09286ccf2217202c398f83f
4
+ data.tar.gz: 25c93403e3a1a138541bd1829cb5458f99f0772e655316e355b0756863565c2e
5
+ SHA512:
6
+ metadata.gz: 36b0aec7fc31bc70f5863fd52683a6abd8a5afebdc6bf8c4a65f5c9ca7f4c40fff15de16785bfd7c3b7010f45ae9ea173b69426c6785becb425a4c3d832902c5
7
+ data.tar.gz: '085e042f66dca38d596aa2fb5554c660927856dd40294f970e64a28efb415f685fdda7b5634bc08d12593436e8c6f776c844351f72fb9dee8f8e777254bbb2bf'
data/LICENSE.txt ADDED
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2024 Thorsten Klöhn
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
13
+ all 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
21
+ THE SOFTWARE.
data/README.md ADDED
@@ -0,0 +1,2 @@
1
+
2
+ ## Hallo
@@ -0,0 +1,62 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>{{ page.title }}</title>
7
+ <!-- Latest compiled and minified CSS -->
8
+ <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@3.4.1/dist/css/bootstrap.min.css" integrity="sha384-HSMxcRTRxnN+Bdg0JdbxYKrThecOKuH5zCYotlSAcp1+c8xmyTe9GYg1l9a69psu" crossorigin="anonymous">
9
+
10
+ <!-- Optional theme -->
11
+ <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@3.4.1/dist/css/bootstrap-theme.min.css" integrity="sha384-6pzBo3FDv/PJ8r2KRkGHifhEocL+1X2rVCTTkUfGk7/0pbek5mMa1upzvWbrUbOZ" crossorigin="anonymous">
12
+ </head>
13
+ <body>
14
+
15
+ <div class="container">
16
+
17
+ <ul class="nav nav-tabs">
18
+ {% assign sorted_pages = site.pages | sort: 'importance' | reverse %}
19
+ {% for page in sorted_pages %}
20
+ {% if page.title %}
21
+ <li role="presentation">
22
+ <a class="nav-link" href="{{ page.url | relative_url }}">{{ page.title }}</a>
23
+ </li>
24
+ {% endif %}
25
+ {% endfor %}
26
+ {% if site.github_url %}
27
+ <li role="presentation">
28
+ <a class="nav-link" href="{{ site.github_url }}">GitHub</a>
29
+ </li>
30
+ {% endif %}
31
+ {% if site.github_url %}
32
+ <li role="presentation">
33
+ <a class="nav-link" href="{{ site.projekt.url }}">Projekt</a>
34
+ </li>
35
+ {% endif %}
36
+ </ul>
37
+ {{ page.title }}
38
+ {{ content }}
39
+ <ul class="nav nav-tabs">
40
+ <ul class="nav nav-tabs">
41
+ {% assign sorted_pages = site.pages | sort: 'importance' | reverse %}
42
+ {% for page in sorted_pages %}
43
+ {% if page.title %}
44
+ <li role="presentation">
45
+ <a class="nav-link" href="{{ page.url | relative_url }}">{{ page.title }}</a>
46
+ </li>
47
+ {% endif %}
48
+ {% endfor %}
49
+ {% if site.github_url %}
50
+ <li role="presentation">
51
+ <a class="nav-link" href="{{ site.github_url }}">GitHub</a>
52
+ </li>
53
+ {% endif %}
54
+ {% if site.github_url %}
55
+ <li role="presentation">
56
+ <a class="nav-link" href="{{ site.projekt.url }}">Projekt</a>
57
+ </li>
58
+ {% endif %}
59
+ </ul>
60
+ </div>
61
+
62
+ </body>
@@ -0,0 +1,5 @@
1
+ ---
2
+ layout: default
3
+ ---
4
+
5
+ {{ content }}
@@ -0,0 +1,5 @@
1
+ ---
2
+ layout: default
3
+ ---
4
+
5
+ {{ content }}
metadata ADDED
@@ -0,0 +1,62 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: jekyll-themen-ahrensburg
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Thorsten Klöhn
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2024-03-28 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: jekyll
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '4.3'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '4.3'
27
+ description:
28
+ email:
29
+ - thorstenkloehn@gmail.com
30
+ executables: []
31
+ extensions: []
32
+ extra_rdoc_files: []
33
+ files:
34
+ - LICENSE.txt
35
+ - README.md
36
+ - _layouts/default.html
37
+ - _layouts/page.html
38
+ - _layouts/post.html
39
+ homepage: https://github.com/thorstenkloehn/jekyll-themen-ahrensburg
40
+ licenses:
41
+ - MIT
42
+ metadata: {}
43
+ post_install_message:
44
+ rdoc_options: []
45
+ require_paths:
46
+ - lib
47
+ required_ruby_version: !ruby/object:Gem::Requirement
48
+ requirements:
49
+ - - ">="
50
+ - !ruby/object:Gem::Version
51
+ version: '0'
52
+ required_rubygems_version: !ruby/object:Gem::Requirement
53
+ requirements:
54
+ - - ">="
55
+ - !ruby/object:Gem::Version
56
+ version: '0'
57
+ requirements: []
58
+ rubygems_version: 3.3.15
59
+ signing_key:
60
+ specification_version: 4
61
+ summary: Themen ahrensburg for Jekyll
62
+ test_files: []