j1-template 2023.0.0 → 2023.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/assets/data/banner.html +2 -2
- data/lib/j1/version.rb +1 -1
- data/lib/starter_web/Gemfile +6 -2
- data/lib/starter_web/README.md +5 -5
- data/lib/starter_web/_config.yml +1 -1
- data/lib/starter_web/_data/blocks/footer.yml +8 -4
- data/lib/starter_web/_data/modules/navigator_menu.yml +164 -259
- data/lib/starter_web/_data/templates/feed.xml +1 -1
- data/lib/starter_web/_plugins/index/lunr.rb +1 -1
- data/lib/starter_web/package.json +1 -1
- data/lib/starter_web/pages/public/about/features.adoc +27 -22
- data/lib/starter_web/pages/public/about/reporting_issues.adoc +10 -10
- data/lib/starter_web/pages/public/about/site.adoc +11 -7
- data/lib/starter_web/pages/public/features/general.adoc +4 -4
- data/lib/starter_web/pages/public/features/template.adoc +5 -5
- data/lib/starter_web/pages/public/legal/en/100_copyright.adoc +9 -8
- data/lib/starter_web/pages/public/legal/en/200_impress.adoc +32 -16
- data/lib/starter_web/pages/public/legal/en/300_privacy.adoc +7 -6
- data/lib/starter_web/pages/public/legal/en/400_comment_policy.adoc +6 -2
- data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
- data/lib/starter_web/utilsrv/package.json +1 -1
- metadata +2 -6
- data/lib/starter_web/pages/public/legal/de/100_copyright.adoc +0 -121
- data/lib/starter_web/pages/public/legal/de/100_impress.adoc +0 -88
- data/lib/starter_web/pages/public/legal/de/300_privacy.adoc +0 -600
- data/lib/starter_web/pages/public/legal/de/400_comment_policy.adoc +0 -104
|
@@ -1,14 +1,17 @@
|
|
|
1
1
|
---
|
|
2
2
|
title: JekyllOne Theme
|
|
3
3
|
tagline: Learn J1 Features
|
|
4
|
-
date:
|
|
4
|
+
date: 2022-12-31 00:00:00
|
|
5
5
|
description: >
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
JekyllOne Theme is a website template for the static
|
|
7
|
+
site generator Jekyll. The Theme is free to use and
|
|
8
|
+
can be downloaded at RubyGems as a Ruby Gem. The
|
|
9
|
+
Theme supports a wide range of websites, from a personal
|
|
10
|
+
website, a blog web, a documentation site to classic
|
|
11
|
+
company webs.
|
|
9
12
|
|
|
10
13
|
keywords: >
|
|
11
|
-
Jekyll, Theme, JekyllOne, J1,
|
|
14
|
+
Jekyll, Theme, JekyllOne, J1, Theme, Features
|
|
12
15
|
|
|
13
16
|
categories: [ About ]
|
|
14
17
|
tags: [ J1, Features ]
|
|
@@ -19,9 +22,10 @@ image:
|
|
|
19
22
|
height: 1280
|
|
20
23
|
alt: J1 Theme Mockup
|
|
21
24
|
|
|
25
|
+
comments: false
|
|
22
26
|
fab_menu_id: page_ctrl
|
|
23
27
|
scrollbar: false
|
|
24
|
-
comments:
|
|
28
|
+
comments: true
|
|
25
29
|
|
|
26
30
|
permalink: /pages/public/about/features/
|
|
27
31
|
regenerate: false
|
|
@@ -46,7 +50,6 @@ resource_options:
|
|
|
46
50
|
// -----------------------------------------------------------------------------
|
|
47
51
|
// :page--attr: <attr-value>
|
|
48
52
|
:badges-enabled: true
|
|
49
|
-
:legal-warning: true
|
|
50
53
|
|
|
51
54
|
// Load Liquid procedures
|
|
52
55
|
// -----------------------------------------------------------------------------
|
|
@@ -56,25 +59,27 @@ resource_options:
|
|
|
56
59
|
// -----------------------------------------------------------------------------
|
|
57
60
|
{% include {{load_attributes}} scope="global" %}
|
|
58
61
|
|
|
59
|
-
|
|
60
|
-
// Page content
|
|
61
|
-
// {badge-j1--license} {badge-j1--version-latest} {badge-j1-gh--last-commit} {badge-j1--downloads}
|
|
62
|
-
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
63
62
|
ifeval::[{badges-enabled} == true]
|
|
63
|
+
[role="mb-4"]
|
|
64
64
|
{badge-j1--version-latest} {badge-j1--downloads}
|
|
65
65
|
endif::[]
|
|
66
66
|
|
|
67
|
-
// Include sub-documents (if any)
|
|
68
|
-
// -----------------------------------------------------------------------------
|
|
69
|
-
== Features
|
|
70
67
|
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
68
|
+
// Page content
|
|
69
|
+
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
70
|
+
[role="dropcap"]
|
|
71
|
+
JekyllOne Theme is a website template for the static site generator Jekyll.
|
|
72
|
+
The Theme is free to use and can be downloaded at
|
|
73
|
+
link:{url-j1--download}[RubyGems, {browser-window--new}] as a Ruby Gem.
|
|
74
|
+
The Theme supports a wide range of websites, from a personal website,
|
|
75
|
+
a blog web, a documentation site to classic company webs.
|
|
76
|
+
|
|
77
|
+
Read what people and companies have contributed to making a project like J1
|
|
78
|
+
Theme real.
|
|
76
79
|
|
|
77
|
-
|
|
80
|
+
// Include sub-documents (if any)
|
|
81
|
+
// -----------------------------------------------------------------------------
|
|
82
|
+
== General Features
|
|
78
83
|
|
|
79
84
|
* _Windows_, _Linux_ and _MacOS_ supported
|
|
80
85
|
* _Jekyll_ v4.3 Support
|
|
@@ -95,7 +100,7 @@ user of _Jekyll_, the latest version is available at
|
|
|
95
100
|
* Fully configurable, no programming needed
|
|
96
101
|
* Near 100/100/100 _Google Lighthouse_ Scores
|
|
97
102
|
|
|
98
|
-
|
|
103
|
+
== Modules and Extensions
|
|
99
104
|
|
|
100
105
|
* _Bootstrap_ extensions included
|
|
101
106
|
* _Asciidoctor_ extensions included
|
|
@@ -117,7 +122,7 @@ user of _Jekyll_, the latest version is available at
|
|
|
117
122
|
* Slider Module included
|
|
118
123
|
* Video Player Modules included
|
|
119
124
|
|
|
120
|
-
|
|
125
|
+
== Addons and Integrations
|
|
121
126
|
|
|
122
127
|
* *Starter Web* including featured Example Content
|
|
123
128
|
* *Royalty free* Images included
|
|
@@ -48,7 +48,7 @@ resource_options:
|
|
|
48
48
|
|
|
49
49
|
// Attribute settings for section control
|
|
50
50
|
//
|
|
51
|
-
:badges-enabled:
|
|
51
|
+
:badges-enabled: true
|
|
52
52
|
|
|
53
53
|
// Load Liquid procedures
|
|
54
54
|
// -----------------------------------------------------------------------------
|
|
@@ -58,25 +58,22 @@ resource_options:
|
|
|
58
58
|
// -----------------------------------------------------------------------------
|
|
59
59
|
{% include {{load_attributes}} scope="global" %}
|
|
60
60
|
|
|
61
|
-
// Page content
|
|
62
|
-
// {badge-j1--license} {badge-j1--version-latest} {badge-j1-gh--last-commit} {badge-j1--downloads}
|
|
63
|
-
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
64
61
|
ifeval::[{badges-enabled} == true]
|
|
62
|
+
[role="mb-4"]
|
|
65
63
|
{badge-j1--version-latest} {badge-j1--downloads}
|
|
66
64
|
endif::[]
|
|
67
65
|
|
|
68
|
-
// Include sub-documents (if any)
|
|
69
|
-
// -----------------------------------------------------------------------------
|
|
70
66
|
|
|
67
|
+
// Page content
|
|
68
|
+
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
69
|
+
[role="dropcap"]
|
|
71
70
|
Although I endeavor to keep this site as up-to-date as possible, even the
|
|
72
71
|
best sites will have some bugs. If you spot any typos, factually outdated
|
|
73
72
|
or incorrect information, formatting errors, or similar problems, please
|
|
74
73
|
report issues so I can correct them.
|
|
75
74
|
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
75
|
+
// Include sub-documents (if any)
|
|
76
|
+
// -----------------------------------------------------------------------------
|
|
80
77
|
== Report an issue
|
|
81
78
|
|
|
82
79
|
The source pages for the J1 Theme Starter are maintained in a _GitHub_
|
|
@@ -84,5 +81,8 @@ repository. _GitHub_ provides both an issue tracker and a history of changes.
|
|
|
84
81
|
To report problems with the content and display, simply open a new issue and
|
|
85
82
|
describe the problem and what page(s) it occurs on.
|
|
86
83
|
|
|
84
|
+
IMPORTANT: A link:{url-github--join}[free account, {browser-window--new}]
|
|
85
|
+
at GitHub_ is required in order to open new issues.
|
|
86
|
+
|
|
87
87
|
To report issues, please go on _Github_ for the repo
|
|
88
88
|
link:{url-j1--reporting-issues}[J1 Theme Starter, {browser-window--new}].
|
|
@@ -4,9 +4,9 @@ tagline: About This Site
|
|
|
4
4
|
date: 2022-01-01 00:00:00
|
|
5
5
|
description: >
|
|
6
6
|
Things you should know about this site, the people, the software
|
|
7
|
-
and the services provided.
|
|
7
|
+
and the services provided by this project.
|
|
8
8
|
keywords: >
|
|
9
|
-
Jekyll, Theme, JekyllOne, J1,
|
|
9
|
+
Jekyll, Theme, JekyllOne, J1, About, Project, Site
|
|
10
10
|
|
|
11
11
|
categories: [ About ]
|
|
12
12
|
tags: [ Site, Review ]
|
|
@@ -56,16 +56,20 @@ resource_options:
|
|
|
56
56
|
// -----------------------------------------------------------------------------
|
|
57
57
|
{% include {{load_attributes}} scope="global" %}
|
|
58
58
|
|
|
59
|
-
// Page content
|
|
60
|
-
// {badge-j1--license} {badge-j1--version-latest} {badge-j1-gh--last-commit} {badge-j1--downloads}
|
|
61
|
-
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
62
59
|
ifeval::[{badges-enabled} == true]
|
|
60
|
+
[role="mb-4"]
|
|
63
61
|
{badge-j1--version-latest} {badge-j1--downloads}
|
|
64
62
|
endif::[]
|
|
65
63
|
|
|
64
|
+
|
|
65
|
+
// Page content
|
|
66
|
+
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
67
|
+
[role="dropcap"]
|
|
68
|
+
Things you should know about this site, the people, the software and the
|
|
69
|
+
services provided by this project.
|
|
70
|
+
|
|
66
71
|
// Include sub-documents (if any)
|
|
67
72
|
// -----------------------------------------------------------------------------
|
|
68
|
-
|
|
69
73
|
== About this site
|
|
70
74
|
|
|
71
75
|
Whether you work solo or as part of a team, it’s always a great idea to
|
|
@@ -73,4 +77,4 @@ help visitors put a face to the names behind a website. The best place to
|
|
|
73
77
|
include a bit of information about you and your team is on your homepage with
|
|
74
78
|
an About page so that no one will miss it.
|
|
75
79
|
|
|
76
|
-
Good luck presenting your site to the world!
|
|
80
|
+
Good luck presenting your site, your project to the world!
|
|
@@ -32,7 +32,7 @@ image:
|
|
|
32
32
|
permalink: /pages/public/features/general_features/
|
|
33
33
|
regenerate: false
|
|
34
34
|
|
|
35
|
-
resources: [ animate, clipboard, rouge, lightbox, iconify ]
|
|
35
|
+
resources: [ animate, clipboard, comments, rouge, lightbox, iconify ]
|
|
36
36
|
resource_options:
|
|
37
37
|
|
|
38
38
|
- toccer:
|
|
@@ -74,14 +74,14 @@ resource_options:
|
|
|
74
74
|
|
|
75
75
|
// Page content
|
|
76
76
|
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
77
|
-
|
|
78
|
-
// Include sub-documents (if any)
|
|
79
|
-
// -----------------------------------------------------------------------------
|
|
77
|
+
[role="dropcap"]
|
|
80
78
|
Current software counts. Excellent tools in their latest versions make the
|
|
81
79
|
rocket engine for each and every website. Jekyll One is using current software
|
|
82
80
|
in their latest versions. All of them are OpenSource and free to use.
|
|
83
81
|
No license issues for private or professional use.
|
|
84
82
|
|
|
83
|
+
// Include sub-documents (if any)
|
|
84
|
+
// -----------------------------------------------------------------------------
|
|
85
85
|
== Platforms
|
|
86
86
|
|
|
87
87
|
J1 Theme is based on these popular software platforms:
|
|
@@ -34,7 +34,7 @@ permalink: /pages/public/features/template_features
|
|
|
34
34
|
regenerate: true
|
|
35
35
|
|
|
36
36
|
resources: [
|
|
37
|
-
animate, clipboard, rouge, lightbox, carousel,
|
|
37
|
+
animate, clipboard, comments, rouge, lightbox, carousel,
|
|
38
38
|
masterslider, lightGallery, justifiedGallery,
|
|
39
39
|
video_js, vimeo_player, vimeo_froogaloop
|
|
40
40
|
]
|
|
@@ -79,9 +79,7 @@ resource_options:
|
|
|
79
79
|
|
|
80
80
|
// Page content
|
|
81
81
|
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
82
|
-
|
|
83
|
-
// Include sub-documents (if any)
|
|
84
|
-
// -----------------------------------------------------------------------------
|
|
82
|
+
[role="dropcap"]
|
|
85
83
|
For Jekyll, a huge number of templates are available that cover all typical
|
|
86
84
|
use cases for websites. The bad story: most of them require programming and
|
|
87
85
|
low-level customization. Deep knowledge of Jekyll and valuable experience
|
|
@@ -89,6 +87,8 @@ using HTML, CSS, and Javascript is required.
|
|
|
89
87
|
|
|
90
88
|
J1 is different: easy to use, no programming is needed.
|
|
91
89
|
|
|
90
|
+
// Include sub-documents (if any)
|
|
91
|
+
// -----------------------------------------------------------------------------
|
|
92
92
|
== Modules
|
|
93
93
|
|
|
94
94
|
The Template provides a large number of building blocks to create modern
|
|
@@ -256,7 +256,7 @@ lightbox::images--master-header[ 800, {data-images--master-header} ]
|
|
|
256
256
|
|
|
257
257
|
The clipboard is a special function of the operating system of desktop or
|
|
258
258
|
mobile computers that temporarily stores copied text or other data in memory.
|
|
259
|
-
Once something is stored in the clipboard, the user can paste the data to a
|
|
259
|
+
Once something is stored in the clipboard, comments, the user can paste the data to a
|
|
260
260
|
new location.
|
|
261
261
|
|
|
262
262
|
TIP: Click on the *COPY* button (top-right) in the following source code
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
title: Copyright
|
|
3
|
-
tagline:
|
|
3
|
+
tagline: Legal Right Of The Content
|
|
4
4
|
date: 2020-10-23 00:00:00
|
|
5
5
|
description: >
|
|
6
6
|
The content and works published on this website are governed by the copyright
|
|
@@ -31,7 +31,7 @@ toc: true
|
|
|
31
31
|
permalink: /pages/public/legal/en/copyright/
|
|
32
32
|
regenerate: false
|
|
33
33
|
|
|
34
|
-
resources: [ animate, clipboard, rouge ]
|
|
34
|
+
resources: [ animate, clipboard, comments, rouge ]
|
|
35
35
|
resource_options:
|
|
36
36
|
- attic:
|
|
37
37
|
padding_top: 600
|
|
@@ -60,23 +60,24 @@ resource_options:
|
|
|
60
60
|
// -----------------------------------------------------------------------------
|
|
61
61
|
{% include {{load_attributes}} scope="none" %}
|
|
62
62
|
|
|
63
|
-
|
|
64
|
-
// Page content
|
|
65
|
-
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
66
63
|
ifeval::[{legal-warning} == true]
|
|
67
64
|
WARNING: This document *does not* constitute any *legal advice*. It is
|
|
68
65
|
highly recommended to verify legal aspects and implications.
|
|
69
66
|
endif::[]
|
|
70
67
|
|
|
71
|
-
// Include sub-documents (if any)
|
|
72
|
-
// -----------------------------------------------------------------------------
|
|
73
|
-
== Copyright policy
|
|
74
68
|
|
|
69
|
+
// Page content
|
|
70
|
+
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
71
|
+
[role="dropcap"]
|
|
75
72
|
The content and works published on this website are governed by the copyright
|
|
76
73
|
laws of Germany. Any duplication, processing, distribution, or any form of
|
|
77
74
|
utilization beyond the scope of copyright law shall require the prior written
|
|
78
75
|
consent of the author or authors in question.
|
|
79
76
|
|
|
77
|
+
// Include sub-documents (if any)
|
|
78
|
+
// -----------------------------------------------------------------------------
|
|
79
|
+
== Copyright policy
|
|
80
|
+
|
|
80
81
|
The content provided by this site is subject to German copyright law. The
|
|
81
82
|
duplication, editing, distribution, and any kind of exploitation outside
|
|
82
83
|
the limits of copyright require the respective author or creator's written
|
|
@@ -3,21 +3,24 @@ title: Impress
|
|
|
3
3
|
tagline: Legal Information
|
|
4
4
|
date: 2020-10-23 00:00:00
|
|
5
5
|
description: >
|
|
6
|
-
|
|
6
|
+
The content and works published on this website are governed by the copyright
|
|
7
|
+
laws of Germany. Any duplication, processing, distribution, or any form of
|
|
8
|
+
utilization beyond the scope of copyright law shall require the prior written
|
|
9
|
+
consent of the author or authors in question.
|
|
7
10
|
|
|
8
11
|
categories: [ Site ]
|
|
9
12
|
tags: [ Impress ]
|
|
10
13
|
|
|
14
|
+
robots:
|
|
15
|
+
index: false
|
|
16
|
+
follow: false
|
|
17
|
+
|
|
11
18
|
image:
|
|
12
19
|
path: /assets/images/modules/attics/1920x1280/j1-theme-mockup-1.jpg
|
|
13
20
|
width: 1920
|
|
14
21
|
height: 1280
|
|
15
22
|
alt: J1 Themes Mockup
|
|
16
23
|
|
|
17
|
-
robots:
|
|
18
|
-
index: false
|
|
19
|
-
follow: false
|
|
20
|
-
|
|
21
24
|
sitemap: false
|
|
22
25
|
exclude_from_search: true
|
|
23
26
|
fab_menu_id: page_ctrl
|
|
@@ -28,7 +31,7 @@ toc: false
|
|
|
28
31
|
permalink: /pages/public/legal/en/impress/
|
|
29
32
|
regenerate: false
|
|
30
33
|
|
|
31
|
-
resources: [ animate
|
|
34
|
+
resources: [ animate ]
|
|
32
35
|
resource_options:
|
|
33
36
|
- attic:
|
|
34
37
|
padding_top: 600
|
|
@@ -57,36 +60,49 @@ resource_options:
|
|
|
57
60
|
// -----------------------------------------------------------------------------
|
|
58
61
|
{% include {{load_attributes}} scope="none" %}
|
|
59
62
|
|
|
60
|
-
|
|
61
|
-
// Page content
|
|
62
|
-
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
63
63
|
ifeval::[{legal-warning} == true]
|
|
64
64
|
WARNING: This document *does not* constitute any *legal advice*. It is
|
|
65
65
|
highly recommended to verify legal aspects and implications.
|
|
66
66
|
endif::[]
|
|
67
67
|
|
|
68
|
+
// NOTE
|
|
69
|
+
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
70
|
+
// Ist ein Impressum gesetzlich vorgeschrieben?
|
|
71
|
+
// Ein Impressum ist auf allen kommerziellen Websites, die im
|
|
72
|
+
// deutschsprachigen Raum veröffentlicht werden, gesetzlich vorgeschrieben
|
|
73
|
+
// (Deutschland, Österreich und der Schweiz). Dies gilt unabhängig davon,
|
|
74
|
+
// ob die Website über eine .de-Top-Level-Domain veröffentlicht wird oder nicht.
|
|
75
|
+
//
|
|
76
|
+
// Wenn Sie lediglich einen persönlichen Blog ohne Werbung haben und kein
|
|
77
|
+
// Geld damit verdienen, ist das Impressum nicht erforderlich.
|
|
78
|
+
|
|
79
|
+
|
|
80
|
+
// Page content
|
|
81
|
+
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
82
|
+
[role="dropcap"]
|
|
83
|
+
The content and works published on this website are governed by the copyright
|
|
84
|
+
laws of Germany. Any duplication, processing, distribution, or any form of
|
|
85
|
+
utilization beyond the scope of copyright law shall require the prior written
|
|
86
|
+
consent of the author or authors in question.
|
|
87
|
+
|
|
68
88
|
// Include sub-documents (if any)
|
|
69
89
|
// -----------------------------------------------------------------------------
|
|
70
90
|
ifeval::[{eu-region} == true]
|
|
71
91
|
.Postal address
|
|
72
92
|
----
|
|
73
|
-
|
|
74
|
-
Erasmusstrasse 28
|
|
75
|
-
40223 Duesseldorf
|
|
93
|
+
<your-postal-address>
|
|
76
94
|
----
|
|
77
95
|
endif::[]
|
|
78
96
|
|
|
79
97
|
.Contact
|
|
80
98
|
[source, text]
|
|
81
99
|
----
|
|
82
|
-
webmaster
|
|
100
|
+
webmaster@<your.domain>
|
|
83
101
|
----
|
|
84
102
|
|
|
85
103
|
ifeval::[{eu-region} == true]
|
|
86
104
|
.Responsible for the content according to § 18 Abs. 1 MStV:
|
|
87
105
|
----
|
|
88
|
-
|
|
89
|
-
Erasmusstrasse 28
|
|
90
|
-
40223 Duesseldorf
|
|
106
|
+
<your-postal-address>
|
|
91
107
|
----
|
|
92
108
|
endif::[]
|
|
@@ -30,7 +30,7 @@ toc: true
|
|
|
30
30
|
permalink: /pages/public/legal/en/privacy/
|
|
31
31
|
regenerate: false
|
|
32
32
|
|
|
33
|
-
resources: [ animate, clipboard, rouge ]
|
|
33
|
+
resources: [ animate, clipboard, comments, rouge ]
|
|
34
34
|
resource_options:
|
|
35
35
|
- attic:
|
|
36
36
|
padding_top: 600
|
|
@@ -77,20 +77,21 @@ resource_options:
|
|
|
77
77
|
// -----------------------------------------------------------------------------
|
|
78
78
|
{% include {{load_attributes}} scope="none" %}
|
|
79
79
|
|
|
80
|
-
|
|
81
|
-
// Page content
|
|
82
|
-
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
83
80
|
ifeval::[{legal-warning} == true]
|
|
84
81
|
WARNING: This document *does not* constitute any *legal advice*. It is
|
|
85
82
|
highly recommended to verify legal aspects and implications.
|
|
86
83
|
endif::[]
|
|
87
84
|
|
|
88
|
-
|
|
89
|
-
//
|
|
85
|
+
|
|
86
|
+
// Page content
|
|
87
|
+
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
88
|
+
[role="dropcap"]
|
|
90
89
|
The operators of this website take the protection of your personal data
|
|
91
90
|
seriously. We treat your data confidentially and protect your data privacy to
|
|
92
91
|
the General Data Protection Regulation (GDPR) of the European Union.
|
|
93
92
|
|
|
93
|
+
// Include sub-documents (if any)
|
|
94
|
+
// -----------------------------------------------------------------------------
|
|
94
95
|
ifeval::[{cookies} == true]
|
|
95
96
|
== Cookies
|
|
96
97
|
|
|
@@ -30,7 +30,7 @@ toc: true
|
|
|
30
30
|
permalink: /pages/public/legal/en/comment_policy/
|
|
31
31
|
regenerate: false
|
|
32
32
|
|
|
33
|
-
resources: [ animate, clipboard, rouge ]
|
|
33
|
+
resources: [ animate, clipboard, comments, rouge ]
|
|
34
34
|
resource_options:
|
|
35
35
|
- attic:
|
|
36
36
|
padding_top: 600
|
|
@@ -46,11 +46,14 @@ resource_options:
|
|
|
46
46
|
// Enable the Liquid Preprocessor
|
|
47
47
|
:page-liquid:
|
|
48
48
|
|
|
49
|
+
|
|
49
50
|
// Set (local) page attributes here
|
|
50
51
|
// -----------------------------------------------------------------------------
|
|
51
52
|
// :page--attr: <attr-value>
|
|
53
|
+
:j1--site-name: Jekyll One
|
|
52
54
|
:disqus: false
|
|
53
55
|
:hyvor: true
|
|
56
|
+
|
|
54
57
|
// Load Liquid procedures
|
|
55
58
|
// -----------------------------------------------------------------------------
|
|
56
59
|
{% capture load_attributes %}themes/{{site.template.name}}/procedures/global/attributes_loader.proc{%endcapture%}
|
|
@@ -65,7 +68,8 @@ resource_options:
|
|
|
65
68
|
|
|
66
69
|
// Include sub-documents (if any)
|
|
67
70
|
// -----------------------------------------------------------------------------
|
|
68
|
-
|
|
71
|
+
[role="dropcap"]
|
|
72
|
+
I love comments and appreciate our visitor's time to share ideas and give
|
|
69
73
|
feedback. Thank you to everyone who places a comment on the {j1--site-name}
|
|
70
74
|
website.
|
|
71
75
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: j1-template
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2023.0.
|
|
4
|
+
version: 2023.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- juergen_jekyll_one
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-01-
|
|
11
|
+
date: 2023-01-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|
|
@@ -2540,10 +2540,6 @@ files:
|
|
|
2540
2540
|
- lib/starter_web/pages/public/learn/roundtrip/responsive_tables.adoc
|
|
2541
2541
|
- lib/starter_web/pages/public/learn/roundtrip/typography.adoc
|
|
2542
2542
|
- lib/starter_web/pages/public/learn/where_to_go.adoc
|
|
2543
|
-
- lib/starter_web/pages/public/legal/de/100_copyright.adoc
|
|
2544
|
-
- lib/starter_web/pages/public/legal/de/100_impress.adoc
|
|
2545
|
-
- lib/starter_web/pages/public/legal/de/300_privacy.adoc
|
|
2546
|
-
- lib/starter_web/pages/public/legal/de/400_comment_policy.adoc
|
|
2547
2543
|
- lib/starter_web/pages/public/legal/en/100_copyright.adoc
|
|
2548
2544
|
- lib/starter_web/pages/public/legal/en/200_impress.adoc
|
|
2549
2545
|
- lib/starter_web/pages/public/legal/en/300_privacy.adoc
|
|
@@ -1,121 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
title: Urheberrechte
|
|
3
|
-
tagline: Schutz Geistigen Eigentums
|
|
4
|
-
date: 2023-01-01 01:00:00 +100
|
|
5
|
-
description: >
|
|
6
|
-
Die auf dieser Seite bereitgestellten Inhalte unterliegen dem deutschen
|
|
7
|
-
Urheberrecht. Das Vervielfältigung, Bearbeitung, Verbreitung und jede Art der
|
|
8
|
-
Verwertung außerhalb die Grenzen des Urheberrechts bedürfen der Schriftform des
|
|
9
|
-
jeweiligen Autors bzw. Erstellers Zustimmung.
|
|
10
|
-
|
|
11
|
-
categories: [ Site ]
|
|
12
|
-
tags: [ Urheberrecht ]
|
|
13
|
-
|
|
14
|
-
image:
|
|
15
|
-
path: /assets/images/modules/attics/1920x1280/j1-theme-mockup-1.jpg
|
|
16
|
-
width: 1920
|
|
17
|
-
height: 1280
|
|
18
|
-
alt: J1 Themes Mockup
|
|
19
|
-
|
|
20
|
-
robots:
|
|
21
|
-
index: false
|
|
22
|
-
follow: false
|
|
23
|
-
|
|
24
|
-
sitemap: false
|
|
25
|
-
exclude_from_search: true
|
|
26
|
-
fab_menu_id: page_ctrl
|
|
27
|
-
scrollbar: false
|
|
28
|
-
comments: false
|
|
29
|
-
toc: true
|
|
30
|
-
|
|
31
|
-
permalink: /pages/public/legal/de/copyright/
|
|
32
|
-
regenerate: false
|
|
33
|
-
|
|
34
|
-
resources: [ animate, clipboard, rouge ]
|
|
35
|
-
resource_options:
|
|
36
|
-
- attic:
|
|
37
|
-
padding_top: 600
|
|
38
|
-
padding_bottom: 50
|
|
39
|
-
opacity: 0.5
|
|
40
|
-
slides:
|
|
41
|
-
- url: /assets/images/modules/attics/1920x1280/j1-theme-mockup-1.jpg
|
|
42
|
-
alt: J1 Themes Mockup
|
|
43
|
-
---
|
|
44
|
-
|
|
45
|
-
// Page Initializer
|
|
46
|
-
// =============================================================================
|
|
47
|
-
// Enable the Liquid Preprocessor
|
|
48
|
-
:page-liquid:
|
|
49
|
-
|
|
50
|
-
// Set (local) page attributes here
|
|
51
|
-
// -----------------------------------------------------------------------------
|
|
52
|
-
// :page--attr: <attr-value>
|
|
53
|
-
:disclaimer: true
|
|
54
|
-
:legal-warning: false
|
|
55
|
-
// Load Liquid procedures
|
|
56
|
-
// -----------------------------------------------------------------------------
|
|
57
|
-
{% capture load_attributes %}themes/{{site.template.name}}/procedures/global/attributes_loader.proc{%endcapture%}
|
|
58
|
-
|
|
59
|
-
// Load page attributes
|
|
60
|
-
// -----------------------------------------------------------------------------
|
|
61
|
-
{% include {{load_attributes}} scope="global" %}
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
// Page content
|
|
65
|
-
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
66
|
-
|
|
67
|
-
ifeval::[{legal-warning} == true]
|
|
68
|
-
WARNING: This document *does not* constitute any *legal advice*. It is
|
|
69
|
-
highly recommended to verify legal aspects and implications.
|
|
70
|
-
endif::[]
|
|
71
|
-
|
|
72
|
-
// Include sub-documents (if any)
|
|
73
|
-
// -----------------------------------------------------------------------------
|
|
74
|
-
== Urheberrecht
|
|
75
|
-
|
|
76
|
-
Die auf dieser Seite bereitgestellten Inhalte unterliegen dem deutschen
|
|
77
|
-
Urheberrecht. Das Vervielfältigung, Bearbeitung, Verbreitung und jede Art der
|
|
78
|
-
Verwertung außerhalb die Grenzen des Urheberrechts bedürfen der Schriftform des
|
|
79
|
-
jeweiligen Autors bzw. Erstellers Zustimmung.
|
|
80
|
-
|
|
81
|
-
Soweit die Inhalte auf dieser Seite nicht vom Betreiber erstellt wurden, werden
|
|
82
|
-
Urheberrechte dritter Parteien respektiert. Es gelten die Regelungen zum
|
|
83
|
-
Urheberrecht der jeweiligen Autoren.
|
|
84
|
-
|
|
85
|
-
ifeval::[{disclaimer} == true]
|
|
86
|
-
== Haftungsausschluss
|
|
87
|
-
|
|
88
|
-
Die Inhalte der Website wurden mit Sorgfalt und nach bestem Wissen erstellt.
|
|
89
|
-
Dennoch übernimmt der Anbieter dieser Website keine Verantwortung
|
|
90
|
-
für die Aktualität, Vollständigkeit und Richtigkeit der Seiten und Inhalte.
|
|
91
|
-
|
|
92
|
-
=== Haftung für Inhalte
|
|
93
|
-
|
|
94
|
-
Als Inhaltsanbieter sind wir für eigene Inhalte nach § 7 verantwortlich
|
|
95
|
-
gemäß Abs.1 TMG §§ 8 bis 10 TMG. Als Dienstleister wir sind nicht
|
|
96
|
-
verpflichtet fremde Inhalte zu überwachen die auf eine rechtswidrige Aktivität
|
|
97
|
-
hinweisen.
|
|
98
|
-
|
|
99
|
-
Verpflichtungen zur Entfernung oder Sperrung der Nutzung von Informationen nach
|
|
100
|
-
den allgemeinen Gesetzen Deutschland oder der EU bleiben davon unberührt. Eine
|
|
101
|
-
diesbezügliche Haftung besteht jedoch erst ab dem Datum des Kenntnis einer
|
|
102
|
-
konkreten Rechtsverletzung. Bei Bekanntwerden entsprechender Verstöße wird
|
|
103
|
-
der Betreiber diese Inhalte umgehend entfernen.
|
|
104
|
-
|
|
105
|
-
=== Haftung für verlinkte Seiten
|
|
106
|
-
|
|
107
|
-
Unser Angebot enthält teilweise Links zu externen Webseiten Dritter. Auf deren
|
|
108
|
-
Inhalte hat der Betreiber keinen Einfluss. Deshalb kann der Betreiber für diese
|
|
109
|
-
fremden Inhalte keine Haftung übernehmen. Für die Inhalte der verlinkten Seiten
|
|
110
|
-
ist stets der jeweilige Anbieter oder Betreiber der jeweiligen Seiten
|
|
111
|
-
verantwortlich.
|
|
112
|
-
|
|
113
|
-
Die verlinkten Seiten waren zum Zeitpunkt der Verlinkung auf mögliche
|
|
114
|
-
Rechtsverstöße überprüft. Rechtswidrige Inhalte waren zum Zeitpunkt der
|
|
115
|
-
Verlinkung nicht erkennbar.
|
|
116
|
-
|
|
117
|
-
Eine permanente inhaltliche Kontrolle der verlinkten Seiten ist jedoch ohne
|
|
118
|
-
konkrete Anhaltspunkte für einen Verstoß nicht gezetzlich vorgeschrieben und
|
|
119
|
-
wird seitens der Betreiber nicht durchgeführt. Sollten Sie auf Verstöße
|
|
120
|
-
aufmerksam werden, entfernen Sie solche Links ebenfalls aus Ihren Lesezeichen.
|
|
121
|
-
endif::[]
|