jekyll-theme-devcarpet-01 0.1.2

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: ae8a78472e0681d9034c8edfc731dbfe45bc2b0660f9bc4626a2d45898426ca3
4
+ data.tar.gz: 8ff494e5278ba74c71e96917c17c29f2ba754054273a7b256df68ebca04496a3
5
+ SHA512:
6
+ metadata.gz: 7058ee9522e4d197768b30d6854426e182c2e70f06ff0342c9dfba37606fc9b851039b0a578798fd420340c31aeae43566b87af44bba9692d29a2b2f210d0392
7
+ data.tar.gz: 78ae97fa4dacda7cee1b886bcc836a8df1e930580af79fd32d8eb3dcd832200266b55a802a1dc43544965670eb92773bec31df612e719a87613b4187d1a0cced
data/LICENSE.txt ADDED
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2022 Rafał Zawadzki
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,51 @@
1
+ # jekyll-theme-devcarpet-01
2
+
3
+ Jekyll Bootstrap 5 Template. Recommended for Jekyll + Strapi 4.
4
+
5
+ This template is my first Jekyll template and it started as modification of minima template.
6
+
7
+ ![](assets/screenshot-01.png?raw=true)
8
+
9
+ ## Installation
10
+
11
+ Add this line to your Jekyll site's `Gemfile`:
12
+
13
+ ```ruby
14
+ gem "jekyll-theme-devcarpet-01"
15
+ ```
16
+
17
+ And add this line to your Jekyll site's `_config.yml`:
18
+
19
+ ```yaml
20
+ theme: jekyll-theme-devcarpet-01
21
+ ```
22
+
23
+ And then execute:
24
+
25
+ $ bundle
26
+
27
+ Or install it yourself as:
28
+
29
+ $ gem install jekyll-theme-devcarpet-01
30
+
31
+ ## Usage
32
+
33
+ TODO: Write usage instructions here. Describe your available layouts, includes, sass and/or assets.
34
+
35
+ ## Contributing
36
+
37
+ Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/hello. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
38
+
39
+ ## Development
40
+
41
+ To set up your environment to develop this theme, run `bundle install`.
42
+
43
+ Your theme is setup just like a normal Jekyll site! To test your theme, run `bundle exec jekyll serve` and open your browser at `http://localhost:4000`. This starts a Jekyll server using your theme. Add pages, documents, data, etc. like normal to test your theme's contents. As you make modifications to your theme and to your content, your site will regenerate and you should see the changes in the browser after a refresh, just like normal.
44
+
45
+ When your theme is released, only the files in `_layouts`, `_includes`, `_sass` and `assets` tracked with Git will be bundled.
46
+ To add a custom directory to your theme-gem, please edit the regexp in `jekyll-theme-devcarpet-01.gemspec` accordingly.
47
+
48
+ ## License
49
+
50
+ The theme is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
51
+
data/_config.yml ADDED
@@ -0,0 +1,61 @@
1
+ title: Your awesome title
2
+ author:
3
+ name: GitHub User
4
+ email: your-email@domain.com
5
+ description: > # this means to ignore newlines until "show_excerpts:"
6
+ Write an awesome description for your new site here. You can edit this
7
+ line in _config.yml. It will appear in your document head meta (for
8
+ Google search results) and in your feed.xml site description.
9
+
10
+ show_excerpts: false # set to true to show excerpts on the homepage
11
+
12
+ # Minima date format
13
+ # refer to https://shopify.github.io/liquid/filters/date/ if you want to customize this
14
+ minima:
15
+ date_format: "%b %-d, %Y"
16
+
17
+ # generate social links in footer
18
+ social_links:
19
+ twitter: jekyllrb
20
+ github: jekyll
21
+ # devto: jekyll
22
+ # dribbble: jekyll
23
+ # facebook: jekyll
24
+ # flickr: jekyll
25
+ # instagram: jekyll
26
+ # linkedin: jekyll
27
+ # pinterest: jekyll
28
+ # youtube: jekyll
29
+ # youtube_channel: UC8CXR0-3I70i1tfPg1PAE1g
30
+ # youtube_channel_name: CloudCannon
31
+ # telegram: jekyll
32
+ # googleplus: +jekyll
33
+ # microdotblog: jekyll
34
+ # keybase: jekyll
35
+
36
+ # Mastodon instances
37
+ # mastodon:
38
+ # - username: jekyll
39
+ # instance: example.com
40
+ # - username: jekyll2
41
+ # instance: example.com
42
+
43
+ # GitLab instances
44
+ # gitlab:
45
+ # - username: jekyll
46
+ # instance: example.com
47
+ # - username: jekyll2
48
+ # instance: example.com
49
+
50
+ # If you want to link only specific pages in your header, uncomment
51
+ # this and add the path to the pages in order as they should show up
52
+ #header_pages:
53
+ # - about.md
54
+
55
+ # Build settings
56
+ theme: jekyll-theme-devcarpet-01
57
+
58
+ plugins:
59
+ - jekyll-feed
60
+ - jekyll-seo-tag
61
+
@@ -0,0 +1,6 @@
1
+ {% comment %}
2
+ Placeholder to allow defining custom head, in principle, you can add anything here, e.g. favicons:
3
+
4
+ 1. Head over to https://realfavicongenerator.net/ to add your own favicons.
5
+ 2. Customize default _includes/custom-head.html in your source directory and insert the given code snippet.
6
+ {% endcomment %}
@@ -0,0 +1,54 @@
1
+ <footer class="mt-auto text-muted py-5">
2
+ <div class="container">
3
+ <footer class="mt-auto d-flex flex-wrap justify-content-between align-items-center py-3 my-4 border-top">
4
+ <div class="col-md-4 d-flex align-items-center">
5
+ <a href="/" class="mb-3 me-2 mb-md-0 text-muted text-decoration-none lh-1">
6
+ <svg class="bi" width="30" height="24"><use xlink:href="#bootstrap"/></svg>
7
+ </a>
8
+ <span class="mb-3 mb-md-0 text-muted">&copy; 2022 Company, Inc</span>
9
+ </div>
10
+
11
+ <ul class="nav col-md-4 justify-content-end list-unstyled d-flex">
12
+ <li class="ms-3"><a class="text-muted" href="#"><svg class="bi" width="24" height="24"><use xlink:href="#twitter"/></svg></a></li>
13
+ <li class="ms-3"><a class="text-muted" href="#"><svg class="bi" width="24" height="24"><use xlink:href="#instagram"/></svg></a></li>
14
+ <li class="ms-3"><a class="text-muted" href="#"><svg class="bi" width="24" height="24"><use xlink:href="#facebook"/></svg></a></li>
15
+ </ul>
16
+ </footer>
17
+ </div>
18
+ </footer>
19
+
20
+ <!-- <footer class="site-footer h-card">
21
+ <data class="u-url" href="{{ "/" | relative_url }}"></data>
22
+
23
+ <div class="wrapper">
24
+
25
+ <div class="footer-col-wrapper">
26
+ <div class="footer-col">
27
+ <p class="feed-subscribe">
28
+ <a href="{{ 'feed.xml' | relative_url }}">
29
+ <svg class="svg-icon orange">
30
+ <use xlink:href="{{ 'assets/minima-social-icons.svg#rss' | relative_url }}"></use>
31
+ </svg><span>Subscribe</span>
32
+ </a>
33
+ </p>
34
+ {%- if site.author %}
35
+ <ul class="contact-list">
36
+ {% if site.author.name -%}
37
+ <li class="p-name">{{ site.author.name | escape }}</li>
38
+ {% endif -%}
39
+ {% if site.author.email -%}
40
+ <li><a class="u-email" href="mailto:{{ site.author.email }}">{{ site.author.email }}</a></li>
41
+ {%- endif %}
42
+ </ul>
43
+ {%- endif %}
44
+ </div>
45
+ <div class="footer-col">
46
+ <p>{{ site.description | escape }}</p>
47
+ </div>
48
+ </div>
49
+
50
+
51
+ </div>
52
+
53
+ </footer>
54
+ -->
File without changes
@@ -0,0 +1,152 @@
1
+ <head>
2
+ <meta charset="utf-8">
3
+ <meta name="viewport" content="width=device-width, initial-scale=1">
4
+ <meta name="description" content="">
5
+ <meta name="author" content="Mark Otto, Jacob Thornton, and Bootstrap contributors">
6
+ <meta name="generator" content="Hugo 0.101.0">
7
+ <title>Album example · Bootstrap v5.2</title>
8
+
9
+ <!-- <link rel="canonical" href="https://getbootstrap.com/docs/5.2/examples/album/"> -->
10
+
11
+
12
+
13
+ <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-gH2yIJqKdNHPEq0n4Mqa/HGKIhSkIHeL5AyhkYV8i59U5AR6csBvApHHNl/vI1Bx" crossorigin="anonymous">
14
+
15
+ <!-- <link href="/docs/5.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-gH2yIJqKdNHPEq0n4Mqa/HGKIhSkIHeL5AyhkYV8i59U5AR6csBvApHHNl/vI1Bx" crossorigin="anonymous"> -->
16
+
17
+ <!-- Favicons -->
18
+ <link rel="apple-touch-icon" href="/docs/5.2/assets/img/favicons/apple-touch-icon.png" sizes="180x180">
19
+ <link rel="icon" href="/docs/5.2/assets/img/favicons/favicon-32x32.png" sizes="32x32" type="image/png">
20
+ <link rel="icon" href="/docs/5.2/assets/img/favicons/favicon-16x16.png" sizes="16x16" type="image/png">
21
+ <link rel="manifest" href="/docs/5.2/assets/img/favicons/manifest.json">
22
+ <link rel="mask-icon" href="/docs/5.2/assets/img/favicons/safari-pinned-tab.svg" color="#712cf9">
23
+ <link rel="icon" href="/docs/5.2/assets/img/favicons/favicon.ico">
24
+ <meta name="theme-color" content="#712cf9">
25
+
26
+
27
+ <style>
28
+ .bd-placeholder-img {
29
+ font-size: 1.125rem;
30
+ text-anchor: middle;
31
+ -webkit-user-select: none;
32
+ -moz-user-select: none;
33
+ user-select: none;
34
+ }
35
+
36
+ @media (min-width: 768px) {
37
+ .bd-placeholder-img-lg {
38
+ font-size: 3.5rem;
39
+ }
40
+ }
41
+
42
+ .b-example-divider {
43
+ height: 3rem;
44
+ background-color: rgba(0, 0, 0, .1);
45
+ border: solid rgba(0, 0, 0, .15);
46
+ border-width: 1px 0;
47
+ box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
48
+ }
49
+
50
+ .b-example-vr {
51
+ flex-shrink: 0;
52
+ width: 1.5rem;
53
+ height: 100vh;
54
+ }
55
+
56
+ .bi {
57
+ vertical-align: -.125em;
58
+ fill: currentColor;
59
+ }
60
+
61
+ .nav-scroller {
62
+ position: relative;
63
+ z-index: 2;
64
+ height: 2.75rem;
65
+ overflow-y: hidden;
66
+ }
67
+
68
+ .nav-scroller .nav {
69
+ display: flex;
70
+ flex-wrap: nowrap;
71
+ padding-bottom: 1rem;
72
+ margin-top: -1px;
73
+ overflow-x: auto;
74
+ text-align: center;
75
+ white-space: nowrap;
76
+ -webkit-overflow-scrolling: touch;
77
+ }
78
+
79
+
80
+
81
+ </style>
82
+ <style>
83
+ .bd-placeholder-img {
84
+ font-size: 1.125rem;
85
+ text-anchor: middle;
86
+ -webkit-user-select: none;
87
+ -moz-user-select: none;
88
+ user-select: none;
89
+ }
90
+
91
+ @media (min-width: 768px) {
92
+ .bd-placeholder-img-lg {
93
+ font-size: 3.5rem;
94
+ }
95
+ }
96
+
97
+ .b-example-divider {
98
+ height: 3rem;
99
+ background-color: rgba(0, 0, 0, .1);
100
+ border: solid rgba(0, 0, 0, .15);
101
+ border-width: 1px 0;
102
+ box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
103
+ }
104
+
105
+ .b-example-vr {
106
+ flex-shrink: 0;
107
+ width: 1.5rem;
108
+ height: 100vh;
109
+ }
110
+
111
+ .bi {
112
+ vertical-align: -.125em;
113
+ fill: currentColor;
114
+ }
115
+
116
+ .nav-scroller {
117
+ position: relative;
118
+ z-index: 2;
119
+ height: 2.75rem;
120
+ overflow-y: hidden;
121
+ }
122
+
123
+ .nav-scroller .nav {
124
+ display: flex;
125
+ flex-wrap: nowrap;
126
+ padding-bottom: 1rem;
127
+ margin-top: -1px;
128
+ overflow-x: auto;
129
+ text-align: center;
130
+ white-space: nowrap;
131
+ -webkit-overflow-scrolling: touch;
132
+ }
133
+
134
+
135
+
136
+ </style>
137
+
138
+ {%- seo -%}
139
+ <!-- <link rel="stylesheet" href="{{ "/assets/css/style.css" | relative_url }}"> -->
140
+ {%- feed_meta -%}
141
+ {%- if jekyll.environment == 'production' and site.google_analytics -%}
142
+ {%- include google-analytics.html -%}
143
+ {%- endif -%}
144
+
145
+ {%- include custom-head.html -%}
146
+
147
+
148
+
149
+ </head>
150
+
151
+
152
+
@@ -0,0 +1,67 @@
1
+ <header>
2
+ <div class="collapse bg-dark" id="navbarHeader">
3
+ <div class="container">
4
+ <div class="row">
5
+ <div class="col-sm-8 col-md-7 py-4">
6
+ <h4 class="text-white">About</h4>
7
+ <p class="text-muted">Add some information about the album below, the author, or any other background context. Make it a few sentences long so folks can pick up some informative tidbits. Then, link them off to some social networking sites or contact information.</p>
8
+ </div>
9
+ <div class="col-sm-4 offset-md-1 py-4">
10
+ <h4 class="text-white">Contact</h4>
11
+ <ul class="list-unstyled">
12
+ <li><a href="#" class="text-white">Follow on Twitter</a></li>
13
+ <li><a href="#" class="text-white">Like on Facebook</a></li>
14
+ <li><a href="#" class="text-white">Email me</a></li>
15
+ </ul>
16
+ </div>
17
+ </div>
18
+ </div>
19
+ </div>
20
+ <div class="navbar navbar-dark bg-dark shadow-sm">
21
+ <div class="container">
22
+ {%- assign default_paths = site.pages | map: "path" -%}
23
+ {%- assign page_paths = site.header_pages | default: default_paths -%}
24
+ {%- assign titles_size = site.pages | map: 'title' | join: '' | size -%}
25
+ <a class="navbar-brand d-flex align-items-center" href="{{ "/" | relative_url }}">
26
+ <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" aria-hidden="true" class="me-2" viewBox="0 0 24 24"><path d="M23 19a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h4l2-3h6l2 3h4a2 2 0 0 1 2 2z"/><circle cx="12" cy="13" r="4"/></svg>
27
+ <strong>{{ site.title | escape }}</strong>
28
+ </a>
29
+ <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarHeader" aria-controls="navbarHeader" aria-expanded="false" aria-label="Toggle navigation">
30
+ <span class="navbar-toggler-icon"></span>
31
+ </button>
32
+ </div>
33
+ </div>
34
+ </header>
35
+
36
+ <!-- <header class="site-header">
37
+
38
+ <div class="wrapper">
39
+ {%- assign default_paths = site.pages | map: "path" -%}
40
+ {%- assign page_paths = site.header_pages | default: default_paths -%}
41
+ {%- assign titles_size = site.pages | map: 'title' | join: '' | size -%}
42
+ <a class="site-title" rel="author" href="{{ "/" | relative_url }}">{{ site.title | escape }}</a>
43
+
44
+ {%- if titles_size > 0 -%}
45
+ <nav class="site-nav">
46
+ <input type="checkbox" id="nav-trigger" class="nav-trigger" />
47
+ <label for="nav-trigger">
48
+ <span class="menu-icon">
49
+ <svg viewBox="0 0 18 15" width="18px" height="15px">
50
+ <path d="M18,1.484c0,0.82-0.665,1.484-1.484,1.484H1.484C0.665,2.969,0,2.304,0,1.484l0,0C0,0.665,0.665,0,1.484,0 h15.032C17.335,0,18,0.665,18,1.484L18,1.484z M18,7.516C18,8.335,17.335,9,16.516,9H1.484C0.665,9,0,8.335,0,7.516l0,0 c0-0.82,0.665-1.484,1.484-1.484h15.032C17.335,6.031,18,6.696,18,7.516L18,7.516z M18,13.516C18,14.335,17.335,15,16.516,15H1.484 C0.665,15,0,14.335,0,13.516l0,0c0-0.82,0.665-1.483,1.484-1.483h15.032C17.335,12.031,18,12.695,18,13.516L18,13.516z"/>
51
+ </svg>
52
+ </span>
53
+ </label>
54
+
55
+ <div class="trigger">
56
+ {%- for path in page_paths -%}
57
+ {%- assign my_page = site.pages | where: "path", path | first -%}
58
+ {%- if my_page.title -%}
59
+ <a class="page-link" href="{{ my_page.url | relative_url }}">{{ my_page.title | escape }}</a>
60
+ {%- endif -%}
61
+ {%- endfor -%}
62
+ </div>
63
+ </nav>
64
+ {%- endif -%}
65
+ </div>
66
+ </header> -->
67
+