lilium-jekyll-theme 0.2.1
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 +7 -0
- data/LICENSE.txt +21 -0
- data/README.md +64 -0
- data/_config.yml +44 -0
- data/_includes/archive.html +79 -0
- data/_includes/footer.html +3 -0
- data/_includes/head.html +15 -0
- data/_includes/nav.html +12 -0
- data/_includes/sidebar.html +25 -0
- data/_layouts/archives.html +5 -0
- data/_layouts/categories.html +24 -0
- data/_layouts/home.html +72 -0
- data/_layouts/page.html +27 -0
- data/_layouts/post.html +33 -0
- data/_sass/main.sass +212 -0
- data/_sass/modules.sass +70 -0
- data/_sass/navbar.sass +22 -0
- data/_sass/sidebar.sass +54 -0
- data/_sass/styles.sass +4 -0
- data/assets/css/styles.sass +3 -0
- data/assets/fonts/platyli-webfonts/Platypi-Bold.woff2 +0 -0
- data/assets/fonts/platyli-webfonts/Platypi-BoldItalic.woff2 +0 -0
- data/assets/fonts/platyli-webfonts/Platypi-ExtraBold.woff2 +0 -0
- data/assets/fonts/platyli-webfonts/Platypi-ExtraBoldItalic.woff2 +0 -0
- data/assets/fonts/platyli-webfonts/Platypi-Italic.woff2 +0 -0
- data/assets/fonts/platyli-webfonts/Platypi-Italic[wght].woff2 +0 -0
- data/assets/fonts/platyli-webfonts/Platypi-Light.woff2 +0 -0
- data/assets/fonts/platyli-webfonts/Platypi-LightItalic.woff2 +0 -0
- data/assets/fonts/platyli-webfonts/Platypi-Medium.woff2 +0 -0
- data/assets/fonts/platyli-webfonts/Platypi-MediumItalic.woff2 +0 -0
- data/assets/fonts/platyli-webfonts/Platypi-Regular.woff2 +0 -0
- data/assets/fonts/platyli-webfonts/Platypi-SemiBold.woff2 +0 -0
- data/assets/fonts/platyli-webfonts/Platypi-SemiBoldItalic.woff2 +0 -0
- data/assets/fonts/platyli-webfonts/Platypi[wght].woff2 +0 -0
- data/assets/fonts/teachers-webfonts/Teachers-Bold.woff2 +0 -0
- data/assets/fonts/teachers-webfonts/Teachers-BoldItalic.woff2 +0 -0
- data/assets/fonts/teachers-webfonts/Teachers-ExtraBold.woff2 +0 -0
- data/assets/fonts/teachers-webfonts/Teachers-ExtraBoldItalic.woff2 +0 -0
- data/assets/fonts/teachers-webfonts/Teachers-Italic.woff2 +0 -0
- data/assets/fonts/teachers-webfonts/Teachers-Italic[wght].woff2 +0 -0
- data/assets/fonts/teachers-webfonts/Teachers-Medium.woff2 +0 -0
- data/assets/fonts/teachers-webfonts/Teachers-MediumItalic.woff2 +0 -0
- data/assets/fonts/teachers-webfonts/Teachers-Regular.woff2 +0 -0
- data/assets/fonts/teachers-webfonts/Teachers-SemiBold.woff2 +0 -0
- data/assets/fonts/teachers-webfonts/Teachers-SemiBoldItalic.woff2 +0 -0
- data/assets/fonts/teachers-webfonts/Teachers[wght].woff2 +0 -0
- data/assets/imgs/lilium.favicon-small-1.png +0 -0
- data/assets/imgs/lilium.favicon-small.png +0 -0
- data/assets/imgs/lilium_small.png +0 -0
- data/assets/imgs/lily.png +0 -0
- metadata +106 -0
checksums.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: bc6bdda01844fac320fbc35e5b344459bea498f48116de6a2974b6be6a0a5257
|
|
4
|
+
data.tar.gz: bff520740f2ca4df6e80b4253068aacaffaa0954ca3eac1e85338dbb8287fd94
|
|
5
|
+
SHA512:
|
|
6
|
+
metadata.gz: 6c5265bc41b1628c4c33cdc869acc27abbd3027e61aed2ba2dc9b0e0867347991fa090be3216064d4791efd4d080b0c981ae8ab4e451a2e64ec51fbad9fee15f
|
|
7
|
+
data.tar.gz: 89de8e393faada398f4942061e2f3d5f727be80f88d70e5de3088085fd2f5fa28cb80c5b52126a29023415b7bedd82262b27e18ae3244771b719013d240dafce
|
data/LICENSE.txt
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
The MIT License (MIT)
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2025
|
|
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,64 @@
|
|
|
1
|
+
# Lilium
|
|
2
|
+
|
|
3
|
+
Welcome to **Lilium theme** for [Jekyll](https://jekyllrb.com/). This template is designed for a smooth garden-like blogging experience 🌱
|
|
4
|
+
|
|
5
|
+
> [!WARNING]
|
|
6
|
+
> Although this used to be a full digital garden theme, now I reduced the functions due developing and maintaining difficulties. Graphs are no longer supported but you can use it for digital gardening anyway and you can add plugins for semantic blogging.
|
|
7
|
+
|
|
8
|
+
🇬🇧 Also, for now Lilium theme is only available in english.
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+

|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
## Installation
|
|
15
|
+
|
|
16
|
+
Add this line to your Jekyll site's `Gemfile`:
|
|
17
|
+
|
|
18
|
+
```ruby
|
|
19
|
+
gem 'lilium-jekyll-theme', '~> 0.2.0'
|
|
20
|
+
```
|
|
21
|
+
|
|
22
|
+
And add this line to your Jekyll site's `_config.yml`:
|
|
23
|
+
|
|
24
|
+
```yaml
|
|
25
|
+
theme: lilium-jekyll-theme
|
|
26
|
+
```
|
|
27
|
+
|
|
28
|
+
And then execute:
|
|
29
|
+
|
|
30
|
+
$ bundle
|
|
31
|
+
|
|
32
|
+
Or install it yourself as:
|
|
33
|
+
|
|
34
|
+
$ gem install lilium-jekyll-theme
|
|
35
|
+
|
|
36
|
+
This teme requires [jekyll-seo-tag plugin](https://github.com/jekyll/jekyll-seo-tag). Please manually install it by adding the following to your site's Gemfile:
|
|
37
|
+
|
|
38
|
+
```ruby
|
|
39
|
+
gem 'jekyll-seo-tag'
|
|
40
|
+
```
|
|
41
|
+
|
|
42
|
+
Add the following to your site's _config.yml:
|
|
43
|
+
|
|
44
|
+
```yaml
|
|
45
|
+
plugins:
|
|
46
|
+
- jekyll-seo-tag
|
|
47
|
+
```
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
## Usage
|
|
51
|
+
|
|
52
|
+
Manage general information from `_config.yml`, such as name, contacts, social links, number of posts to be displayed in the homepage (the grid down here).
|
|
53
|
+
|
|
54
|
+
Default is `layout: page` for pages and `layout: post` for posts. Access to your whole posts archive by creating a page with the `layout: archive` and a page with the list of your posts' categories with the `layout: categories`.
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
## Contributing
|
|
58
|
+
|
|
59
|
+
Bug reports and pull requests are welcome on GitHub at https://github.com/szuliani/lilium-jekyll-theme. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](https://www.contributor-covenant.org/) code of conduct.
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
## License
|
|
63
|
+
|
|
64
|
+
The theme is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
|
data/_config.yml
ADDED
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
title: Lilium
|
|
2
|
+
url: https://github.com/szuliani/lilium-jekyll-theme/
|
|
3
|
+
author:
|
|
4
|
+
name: Stefano Zuliani
|
|
5
|
+
email: your-email@domain.com
|
|
6
|
+
bio: Hi, my name is Stefano.
|
|
7
|
+
|
|
8
|
+
tagline: A simple blog theme for Jekyll
|
|
9
|
+
description: >
|
|
10
|
+
Write an awesome description for your new site here. You can edit this line
|
|
11
|
+
in _config.yml. It will appear in your document head meta (for Google search
|
|
12
|
+
results) and in your feed.xml site description.
|
|
13
|
+
|
|
14
|
+
lilium:
|
|
15
|
+
# date format. The default value is "%b %d, %Y" (e.g. Nov 14, 2023).
|
|
16
|
+
# Refer to https://shopify.github.io/liquid/filters/date/ for valid values.
|
|
17
|
+
date_format: "%b %d, %Y"
|
|
18
|
+
home_post_to_display: 6
|
|
19
|
+
footer_text: 'Made with 💚 by <a href="https://zulianis.eu">Stefano Zuliani</a>. Available under <a href="https://opensource.org/licenses/MIT">MIT License</a>.'
|
|
20
|
+
|
|
21
|
+
plugins:
|
|
22
|
+
- jekyll-feed
|
|
23
|
+
- jekyll-sitemap
|
|
24
|
+
- jekyll-seo-tag
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
social_links:
|
|
28
|
+
- title: Jekyll @ GitHub
|
|
29
|
+
url: "https://github.com/jekyll/"
|
|
30
|
+
- title: Jekyll @ X
|
|
31
|
+
url: "https://x.com/jekyllrb"
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
defaults:
|
|
35
|
+
-
|
|
36
|
+
scope:
|
|
37
|
+
path: "_posts"
|
|
38
|
+
values:
|
|
39
|
+
type: "post"
|
|
40
|
+
layout: "post"
|
|
41
|
+
img: ""
|
|
42
|
+
|
|
43
|
+
sass:
|
|
44
|
+
sass_dir: _sass
|
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
{%- if page.path != "index.md" -%}
|
|
2
|
+
{%- if page.title %}
|
|
3
|
+
<h1>{{ page.title }}</h1>
|
|
4
|
+
{%- else %}
|
|
5
|
+
<h1>Archive</h1>
|
|
6
|
+
{%- endif -%}
|
|
7
|
+
{%- endif -%}
|
|
8
|
+
|
|
9
|
+
<div class="archive-grid">
|
|
10
|
+
|
|
11
|
+
{% if site.paginate %}
|
|
12
|
+
{% assign posts = paginator.posts %}
|
|
13
|
+
{% else %}
|
|
14
|
+
{% assign posts = site.posts %}
|
|
15
|
+
{% endif %}
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
{%- if posts.size > 0 -%}
|
|
19
|
+
<!-- {%- if page.list_title -%}
|
|
20
|
+
<h2 class="post-list-heading">{{ page.list_title }}</h2>
|
|
21
|
+
{%- endif -%} -->
|
|
22
|
+
<ul class="post-list">
|
|
23
|
+
{%- assign date_format = site.lilium.date_format | default: "%b %-d, %Y" -%}
|
|
24
|
+
{%- for post in posts -%}
|
|
25
|
+
<li style="background-image: url('{{ post.img }}');">
|
|
26
|
+
<div class="overlay">
|
|
27
|
+
<span class="post-date">{{ post.date | date: date_format }}</span>
|
|
28
|
+
<h4>
|
|
29
|
+
<a class="" href="{{ post.url | relative_url }}">
|
|
30
|
+
{{ post.title | escape }}
|
|
31
|
+
</a>
|
|
32
|
+
</h4>
|
|
33
|
+
<!-- <span class="post-taxonomies">{{ post.categories }} > {{ post.tags }} </span> -->
|
|
34
|
+
<div>
|
|
35
|
+
<span class="post-taxonomies">{%- for cat_name in post.categories %}
|
|
36
|
+
<a href="categories/#{{cat_name}}">#{{ cat_name }}</a>
|
|
37
|
+
{%- endfor %}</span>
|
|
38
|
+
<!-- <span class="post-taxonomies">{%- for tag_name in post.tags %}
|
|
39
|
+
{{ tag_name }}<span class="separator">, </span>
|
|
40
|
+
{%- endfor %}</span> -->
|
|
41
|
+
</div>
|
|
42
|
+
</div>
|
|
43
|
+
<!-- {%- if site.minima.show_excerpts -%}
|
|
44
|
+
{{ post.excerpt }}
|
|
45
|
+
{%- endif -%} -->
|
|
46
|
+
<!-- <a class="post-link" href="{{ post.url | relative_url }}">
|
|
47
|
+
Read >
|
|
48
|
+
</a> -->
|
|
49
|
+
</li>
|
|
50
|
+
{%- endfor -%}
|
|
51
|
+
</ul>
|
|
52
|
+
|
|
53
|
+
{% if site.paginate %}
|
|
54
|
+
<div class="pager">
|
|
55
|
+
<ul class="pagination">
|
|
56
|
+
{%- if paginator.previous_page %}
|
|
57
|
+
<li>
|
|
58
|
+
<a href="{{ paginator.previous_page_path | relative_url }}" class="previous-page" title="Go to Page {{ paginator.previous_page }}">
|
|
59
|
+
{{ paginator.previous_page }}
|
|
60
|
+
</a>
|
|
61
|
+
</li>
|
|
62
|
+
{%- else %}
|
|
63
|
+
<li><div class="pager-edge">•</div></li>
|
|
64
|
+
{%- endif %}
|
|
65
|
+
<li><div class="current-page">{{ paginator.page }}</div></li>
|
|
66
|
+
{%- if paginator.next_page %}
|
|
67
|
+
<li>
|
|
68
|
+
<a href="{{ paginator.next_page_path | relative_url }}" class="next-page" title="Go to Page {{ paginator.next_page }}">
|
|
69
|
+
{{ paginator.next_page }}
|
|
70
|
+
</a>
|
|
71
|
+
</li>
|
|
72
|
+
{%- else %}
|
|
73
|
+
<li><div class="pager-edge">•</div></li>
|
|
74
|
+
{%- endif %}
|
|
75
|
+
</ul>
|
|
76
|
+
</div>
|
|
77
|
+
{%- endif %}
|
|
78
|
+
{%- endif -%}
|
|
79
|
+
</div>
|
data/_includes/head.html
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
<head>
|
|
2
|
+
<meta charset="UTF-8">
|
|
3
|
+
|
|
4
|
+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
5
|
+
|
|
6
|
+
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
7
|
+
|
|
8
|
+
<link rel="stylesheet" href="{{ site.baseurl }}/assets/css/styles.css">
|
|
9
|
+
|
|
10
|
+
<link rel="icon" type="image/png" href="assets/imgs/lilium.favicon-small.png">
|
|
11
|
+
|
|
12
|
+
{% seo %}
|
|
13
|
+
|
|
14
|
+
</head>
|
|
15
|
+
|
data/_includes/nav.html
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<div>
|
|
2
|
+
<a class="topmenu" href="{{ site.url }}">Home</a>
|
|
3
|
+
{%- if "about.md" -%}
|
|
4
|
+
<a class="topmenu" href="{{ site.baseurl }}/about/">About</a>
|
|
5
|
+
{%- endif -%}
|
|
6
|
+
{%- if "archive.md" -%}
|
|
7
|
+
<a class="topmenu" href="{{ site.baseurl }}/archive/">Archive</a>
|
|
8
|
+
{%- endif -%}
|
|
9
|
+
{%- if "categories.md" -%}
|
|
10
|
+
<a class="topmenu" href="{{ site.baseurl }}/categories/">Categories</a>
|
|
11
|
+
{%- endif -%}
|
|
12
|
+
</div>
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
<div class="sidebar">
|
|
2
|
+
<div>
|
|
3
|
+
<h3>About {{ site.title }}</h2>
|
|
4
|
+
<p>{{ site.description }}</p>
|
|
5
|
+
</div>
|
|
6
|
+
|
|
7
|
+
<div>
|
|
8
|
+
<h3>{{ site.author.name }}</h2>
|
|
9
|
+
<p>{{ site.author.bio }}</p>
|
|
10
|
+
|
|
11
|
+
{%- if site.social_links -%}
|
|
12
|
+
<p>My links:</p>
|
|
13
|
+
|
|
14
|
+
<ul class="links">
|
|
15
|
+
{%- for entry in site.social_links -%}
|
|
16
|
+
<li>
|
|
17
|
+
<a rel="me" href="{{ entry.url }}" target="_blank" title="{{ entry.title }}">{{ entry.title }}</a>
|
|
18
|
+
</li>
|
|
19
|
+
{%- endfor -%}
|
|
20
|
+
<li><a href="{{ site.baseurl }}/feed.xml">Feed RSS</a></li>
|
|
21
|
+
</ul>
|
|
22
|
+
{%- endif -%}
|
|
23
|
+
</div>
|
|
24
|
+
</div>
|
|
25
|
+
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
---
|
|
2
|
+
layout: page
|
|
3
|
+
---
|
|
4
|
+
|
|
5
|
+
<h1>Categories</h1>
|
|
6
|
+
|
|
7
|
+
<div id="archives">
|
|
8
|
+
<div class="listing">
|
|
9
|
+
{% for category in site.categories %}
|
|
10
|
+
{% capture category_name %}{{ category | first }}{% endcapture %}
|
|
11
|
+
<h2 id="{{ category_name | slugize }}">{{ category_name }}</h2>
|
|
12
|
+
{%- assign date_format = site.lilium.date_format | default: "%b %-d, %Y" -%}
|
|
13
|
+
<ul>
|
|
14
|
+
{% for post in site.categories[category_name] %}
|
|
15
|
+
<li>
|
|
16
|
+
<span class="post-date">{{ post.date | date: date_format }} - </span>
|
|
17
|
+
<strong><a href="{{ site.baseurl }}{{ post.url }}">{{post.title}} ></a></strong>
|
|
18
|
+
</li>
|
|
19
|
+
{% endfor %}
|
|
20
|
+
</ul>
|
|
21
|
+
{% endfor %}
|
|
22
|
+
|
|
23
|
+
</div>
|
|
24
|
+
</div>
|
data/_layouts/home.html
ADDED
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
---
|
|
2
|
+
layout: page
|
|
3
|
+
---
|
|
4
|
+
|
|
5
|
+
<h1>Welcome to {{site.title}}!</h1>
|
|
6
|
+
|
|
7
|
+
{%- if content %}
|
|
8
|
+
{{ content }}
|
|
9
|
+
{%- endif %}
|
|
10
|
+
|
|
11
|
+
<h2 class="archive-title">Latest posts</h2>
|
|
12
|
+
|
|
13
|
+
<div class="archive-grid">
|
|
14
|
+
|
|
15
|
+
{% assign posts = site.posts %}
|
|
16
|
+
{%- if posts.size > 0 -%}
|
|
17
|
+
<ul class="post-list">
|
|
18
|
+
{% assign count = 0 %}
|
|
19
|
+
{%- assign date_format = site.lilium.date_format | default: "%b %-d, %Y" -%}
|
|
20
|
+
{%- for post in posts offset: offset_posts -%}
|
|
21
|
+
<li style="background-image: url('{{ post.img }}');">
|
|
22
|
+
<div class="overlay">
|
|
23
|
+
<span class="post-date">{{ post.date | date: date_format }}</span>
|
|
24
|
+
<h4>
|
|
25
|
+
<a class="" href="{{ post.url | relative_url }}">
|
|
26
|
+
{{ post.title | escape }}
|
|
27
|
+
</a>
|
|
28
|
+
</h4>
|
|
29
|
+
<!-- <span class="post-taxonomies">{{ post.categories }} > {{ post.tags }} </span> -->
|
|
30
|
+
<div>
|
|
31
|
+
<span class="post-taxonomies">{%- for cat_name in post.categories %}
|
|
32
|
+
<a href="categories/#{{cat_name}}">#{{ cat_name }}</a>
|
|
33
|
+
{%- endfor %}</span>
|
|
34
|
+
<!-- <span class="post-taxonomies">{%- for tag_name in post.tags %}
|
|
35
|
+
{{ tag_name }}<span class="separator">, </span>
|
|
36
|
+
{%- endfor %}</span> -->
|
|
37
|
+
</div>
|
|
38
|
+
</div>
|
|
39
|
+
</li>
|
|
40
|
+
{% assign count = count | plus:1 %}
|
|
41
|
+
{% if count == site.lilium.home_post_to_display %}{% break %}
|
|
42
|
+
{% endif %}
|
|
43
|
+
{%- endfor -%}
|
|
44
|
+
</ul>
|
|
45
|
+
{%- endif %}
|
|
46
|
+
</div>
|
|
47
|
+
|
|
48
|
+
<!-- SOLO 9 -->
|
|
49
|
+
|
|
50
|
+
{%- if site.categories %}
|
|
51
|
+
<div id="categories-list" class="listing">
|
|
52
|
+
<h2>Categories</h2>
|
|
53
|
+
<ul>
|
|
54
|
+
{% for category in site.categories %}
|
|
55
|
+
{% capture category_name %}{{ category | first }}{% endcapture %}
|
|
56
|
+
<li><a href="categories/#{{category_name}}">#{{ category_name }}</a></li>
|
|
57
|
+
{% endfor %}
|
|
58
|
+
</ul>
|
|
59
|
+
</div>
|
|
60
|
+
{%- endif %}
|
|
61
|
+
|
|
62
|
+
<!-- {%- if site.tags %}
|
|
63
|
+
<div id="tags-list" class="listing">
|
|
64
|
+
<h2>Tags</h2>
|
|
65
|
+
<ul>
|
|
66
|
+
{% for tag in site.tags %}
|
|
67
|
+
{% capture tag_name %}{{ tag | first }}{% endcapture %}
|
|
68
|
+
<li>{{ tag_name }}</li>
|
|
69
|
+
{% endfor %}
|
|
70
|
+
</ul>
|
|
71
|
+
</div>
|
|
72
|
+
{%- endif %} -->
|
data/_layouts/page.html
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html lang="{{ site.lang | default: 'en-US' }}">
|
|
3
|
+
|
|
4
|
+
{% include head.html %}
|
|
5
|
+
|
|
6
|
+
<body>
|
|
7
|
+
|
|
8
|
+
<nav>{% include nav.html %}</nav>
|
|
9
|
+
|
|
10
|
+
<a class="site-title" href="{{ site.baseurl }}/">{{ site.title }}</a>
|
|
11
|
+
|
|
12
|
+
<div id="bg-flower"></div>
|
|
13
|
+
|
|
14
|
+
<main>
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
{{ content }}
|
|
18
|
+
|
|
19
|
+
</main>
|
|
20
|
+
|
|
21
|
+
{%- include footer.html %}
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
{% include sidebar.html %}
|
|
25
|
+
|
|
26
|
+
</body>
|
|
27
|
+
</html>
|
data/_layouts/post.html
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
---
|
|
2
|
+
layout: page
|
|
3
|
+
---
|
|
4
|
+
|
|
5
|
+
<header>
|
|
6
|
+
<h1>{{ page.title }}</h1>
|
|
7
|
+
{%- assign date_format = site.lilium.date_format | default: "%b %-d, %Y" -%}
|
|
8
|
+
<p>Published on <time class="dt-published" datetime="{{ page.date }}" itemprop="datePublished"> {{ page.date | date: date_format }}
|
|
9
|
+
</time> by <a href="/about">{{ site.author.name }}</a></p>
|
|
10
|
+
<p>{%- for cat_name in page.categories %}
|
|
11
|
+
<a href="/categories/#{{cat_name}}">#{{ cat_name }}</a>
|
|
12
|
+
{%- endfor %}</p>
|
|
13
|
+
|
|
14
|
+
{%- if page.img %}
|
|
15
|
+
<img class="post-cover" src="{{ page.img }}">
|
|
16
|
+
{%- endif %}
|
|
17
|
+
|
|
18
|
+
</header>
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
<div class="postcontent">
|
|
23
|
+
{{ content }}
|
|
24
|
+
</div>
|
|
25
|
+
|
|
26
|
+
{%- if page.tags.size > 0 -%}
|
|
27
|
+
|
|
28
|
+
<hr>
|
|
29
|
+
<p class="post-taxonomies">Tag: {%- for tag_name in page.tags %}
|
|
30
|
+
{{ tag_name }}<span class="separator">, </span>
|
|
31
|
+
{%- endfor %}</p>
|
|
32
|
+
|
|
33
|
+
{%- endif -%}
|
data/_sass/main.sass
ADDED
|
@@ -0,0 +1,212 @@
|
|
|
1
|
+
@charset "utf-8"
|
|
2
|
+
|
|
3
|
+
@import url('/assets/fonts/teachers-webfonts/Teachers-Medium.woff2')
|
|
4
|
+
@import url('/assets/fonts/platyli-webfonts/Platypi-Medium.woff2')
|
|
5
|
+
|
|
6
|
+
@font-face
|
|
7
|
+
font-family: "Teachers"
|
|
8
|
+
src: url(/assets/fonts/teachers-webfonts/Teachers-Medium.woff2)
|
|
9
|
+
|
|
10
|
+
@font-face
|
|
11
|
+
font-family: "Platypi"
|
|
12
|
+
src: url(/assets/fonts/platyli-webfonts/Platypi-Light.woff2)
|
|
13
|
+
|
|
14
|
+
$bg-color: #FAFAF2
|
|
15
|
+
$primary-color: #8CA984
|
|
16
|
+
$secondary-color: #BCD4B1
|
|
17
|
+
$highlights-color-1: #644536
|
|
18
|
+
$highlights-color-2: #725648
|
|
19
|
+
$text-color: #153B13
|
|
20
|
+
$main-title-color: #335730
|
|
21
|
+
$font-text: "Teachers", "Ubuntu"
|
|
22
|
+
$font-display: "Platypi", "Georgia"
|
|
23
|
+
$font-size: 18px
|
|
24
|
+
$spacing: 20px
|
|
25
|
+
|
|
26
|
+
html
|
|
27
|
+
font-family: $font-text
|
|
28
|
+
font-size: $font-size
|
|
29
|
+
color: $text-color
|
|
30
|
+
background-color: $bg-color
|
|
31
|
+
/* background: linear-gradient(to bottom right, #edf1d7, $bg-color, $bg-color)*/
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
body
|
|
35
|
+
min-height: 100vh
|
|
36
|
+
margin: 15px
|
|
37
|
+
|
|
38
|
+
#bg-flower
|
|
39
|
+
display: block
|
|
40
|
+
height: 100vh
|
|
41
|
+
width: 35vw
|
|
42
|
+
position: fixed
|
|
43
|
+
top: 10px
|
|
44
|
+
left: 0px
|
|
45
|
+
z-index: -10
|
|
46
|
+
background-image: url(/assets/imgs/lilium_small.png)
|
|
47
|
+
background-position: top left
|
|
48
|
+
background-repeat: no-repeat
|
|
49
|
+
background-size: 50%
|
|
50
|
+
filter: opacity(.3)
|
|
51
|
+
// filter: opacity(.4) blur(1px)
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
@media only screen and (max-width: 1050px)
|
|
55
|
+
#bg-flower
|
|
56
|
+
filter: opacity(.08)
|
|
57
|
+
background-size: 100%
|
|
58
|
+
width: 75vw
|
|
59
|
+
|
|
60
|
+
.site-title
|
|
61
|
+
display: block
|
|
62
|
+
text-align: right
|
|
63
|
+
font-family: $font-display
|
|
64
|
+
font-weight: 400
|
|
65
|
+
padding: 0px 30px 20px 30px
|
|
66
|
+
color: $main-title-color
|
|
67
|
+
font-size: 3em
|
|
68
|
+
letter-spacing: 2px
|
|
69
|
+
text-decoration: none
|
|
70
|
+
|
|
71
|
+
main
|
|
72
|
+
max-width: 750px
|
|
73
|
+
margin-left: auto
|
|
74
|
+
margin-right: 33%
|
|
75
|
+
padding-top: 20px
|
|
76
|
+
padding-bottom: 70px
|
|
77
|
+
line-height: 1.6em
|
|
78
|
+
|
|
79
|
+
footer
|
|
80
|
+
max-width: 750px
|
|
81
|
+
margin-left: auto
|
|
82
|
+
margin-right: 33%
|
|
83
|
+
padding-top: 20px
|
|
84
|
+
padding-bottom: 20px
|
|
85
|
+
line-height: 1.3em
|
|
86
|
+
a
|
|
87
|
+
color: $main-title-color
|
|
88
|
+
|
|
89
|
+
@media screen and (max-width: 1050px)
|
|
90
|
+
.site-title
|
|
91
|
+
text-align: center
|
|
92
|
+
main, footer
|
|
93
|
+
margin-right: auto
|
|
94
|
+
|
|
95
|
+
main
|
|
96
|
+
h1, h2, h3, h4, h5, h6
|
|
97
|
+
font-family: $font-display
|
|
98
|
+
line-height: 1.2em
|
|
99
|
+
a
|
|
100
|
+
background-color: transparent
|
|
101
|
+
border-bottom: transparent
|
|
102
|
+
padding-left: 0px
|
|
103
|
+
padding-right: 0px
|
|
104
|
+
color: inherit
|
|
105
|
+
&:hover
|
|
106
|
+
background-color: transparent
|
|
107
|
+
border: transparent
|
|
108
|
+
|
|
109
|
+
a
|
|
110
|
+
color: $text-color
|
|
111
|
+
background-color: $secondary-color
|
|
112
|
+
border-radius: 5px
|
|
113
|
+
padding-left: 5px
|
|
114
|
+
padding-right: 5px
|
|
115
|
+
border-bottom: solid 2px $highlights-color-2
|
|
116
|
+
text-decoration: none
|
|
117
|
+
&:hover
|
|
118
|
+
text-decoration: none
|
|
119
|
+
border-bottom: solid 2px $highlights-color-1
|
|
120
|
+
background-color: $primary-color
|
|
121
|
+
transition: all .7s
|
|
122
|
+
|
|
123
|
+
h1
|
|
124
|
+
color: $main-title-color
|
|
125
|
+
padding-bottom: 0.5em
|
|
126
|
+
font-size: 2em
|
|
127
|
+
margin-top: 26px
|
|
128
|
+
margin-bottom: 16px
|
|
129
|
+
border-bottom: 1px solid $secondary-color
|
|
130
|
+
|
|
131
|
+
h2
|
|
132
|
+
font-weight: 300
|
|
133
|
+
color: $primary-color
|
|
134
|
+
font-size: 1.7em
|
|
135
|
+
margin-top: 26px
|
|
136
|
+
margin-bottom: 16px
|
|
137
|
+
|
|
138
|
+
h3
|
|
139
|
+
font-weight: 300
|
|
140
|
+
color: $primary-color
|
|
141
|
+
font-size: 1.3em
|
|
142
|
+
margin-top: 20px
|
|
143
|
+
margin-bottom: 10px
|
|
144
|
+
|
|
145
|
+
h4
|
|
146
|
+
color: $primary-color
|
|
147
|
+
font-family: $font-text
|
|
148
|
+
font-size: 1.1em
|
|
149
|
+
letter-spacing: 2px
|
|
150
|
+
margin-top: 10px
|
|
151
|
+
margin-bottom: 4px
|
|
152
|
+
|
|
153
|
+
h5
|
|
154
|
+
color: $text-color
|
|
155
|
+
font-family: $font-text
|
|
156
|
+
font-size: .9em
|
|
157
|
+
text-transform: uppercase
|
|
158
|
+
margin: 4px auto
|
|
159
|
+
|
|
160
|
+
h6
|
|
161
|
+
color: $text-color
|
|
162
|
+
font-family: $font-text
|
|
163
|
+
font-size: 1em
|
|
164
|
+
|
|
165
|
+
hr
|
|
166
|
+
padding: 0
|
|
167
|
+
margin-top: calc($spacing*1.5)
|
|
168
|
+
margin-bottom: calc($spacing*2)
|
|
169
|
+
border: none
|
|
170
|
+
height: 1px
|
|
171
|
+
background-color: $secondary-color
|
|
172
|
+
|
|
173
|
+
img
|
|
174
|
+
display: block
|
|
175
|
+
max-width: 100%
|
|
176
|
+
box-shadow: 2px 2px 4px $secondary-color
|
|
177
|
+
margin-top: calc($spacing*2)
|
|
178
|
+
margin-bottom: calc($spacing*1.5)
|
|
179
|
+
margin-left: auto
|
|
180
|
+
margin-right: auto
|
|
181
|
+
&[src*="#noshadow"]
|
|
182
|
+
box-shadow: none
|
|
183
|
+
|
|
184
|
+
p
|
|
185
|
+
font-family: $font-text
|
|
186
|
+
font-weight: 400
|
|
187
|
+
color: $text-color
|
|
188
|
+
font-size: $font-size
|
|
189
|
+
margin: $spacing 0px
|
|
190
|
+
|
|
191
|
+
blockquote
|
|
192
|
+
margin: $spacing 0px
|
|
193
|
+
background-color: $secondary-color
|
|
194
|
+
border-radius: 5px
|
|
195
|
+
p
|
|
196
|
+
font-weight: 300
|
|
197
|
+
font-size: 1.2em
|
|
198
|
+
letter-spacing: -0.04em
|
|
199
|
+
font-style: italic
|
|
200
|
+
padding: 25px 35px 30px 35px
|
|
201
|
+
&::before
|
|
202
|
+
content: "\201C"
|
|
203
|
+
margin-right: 15px
|
|
204
|
+
font-size: 2.5em
|
|
205
|
+
color: $highlights-color-2
|
|
206
|
+
|
|
207
|
+
code
|
|
208
|
+
background-color: rgb(247, 247, 177)
|
|
209
|
+
border-radius: 5px
|
|
210
|
+
font-size: .8em
|
|
211
|
+
padding: 3px 5px
|
|
212
|
+
|
data/_sass/modules.sass
ADDED
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
input.task-list-item-checkbox
|
|
2
|
+
margin-right: 10px
|
|
3
|
+
|
|
4
|
+
footer
|
|
5
|
+
margin-top: 80px
|
|
6
|
+
color: $primary-color
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
/** Archives style **/
|
|
10
|
+
|
|
11
|
+
h2.archive-title
|
|
12
|
+
margin: 60px auto 40px
|
|
13
|
+
|
|
14
|
+
ul.post-list
|
|
15
|
+
list-style: none
|
|
16
|
+
padding: 0px
|
|
17
|
+
display: flex
|
|
18
|
+
flex-direction: row
|
|
19
|
+
flex-wrap: wrap
|
|
20
|
+
gap: 15px
|
|
21
|
+
|
|
22
|
+
li
|
|
23
|
+
flex-grow: 1
|
|
24
|
+
min-width: 200px
|
|
25
|
+
width: 20%
|
|
26
|
+
border-radius: 10px
|
|
27
|
+
background-position: center
|
|
28
|
+
background-size: cover
|
|
29
|
+
box-shadow: 0px 0px 5px #ccc
|
|
30
|
+
|
|
31
|
+
.overlay
|
|
32
|
+
background-color: #fafaf2b7
|
|
33
|
+
width: auto
|
|
34
|
+
height: -webkit-fill-available
|
|
35
|
+
padding: 20px
|
|
36
|
+
display: flex
|
|
37
|
+
flex-direction: column
|
|
38
|
+
justify-content: space-between
|
|
39
|
+
|
|
40
|
+
.post-date
|
|
41
|
+
font-size: .8em
|
|
42
|
+
.post-taxonomies
|
|
43
|
+
font-size: .9em
|
|
44
|
+
h4
|
|
45
|
+
font-family: $font-display
|
|
46
|
+
margin: 10px 0px
|
|
47
|
+
line-height: 1.2em
|
|
48
|
+
a
|
|
49
|
+
color: $highlights-color-1
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
#categories-list
|
|
53
|
+
margin: 60px auto
|
|
54
|
+
|
|
55
|
+
#tags-list ul, #categories-list ul
|
|
56
|
+
columns: 3
|
|
57
|
+
list-style: none
|
|
58
|
+
padding: 0px
|
|
59
|
+
|
|
60
|
+
.post-taxonomies .separator:last-of-type
|
|
61
|
+
display: none
|
|
62
|
+
|
|
63
|
+
.listing a
|
|
64
|
+
background-color: transparent
|
|
65
|
+
border-bottom: transparent
|
|
66
|
+
padding-left: 0px
|
|
67
|
+
padding-right: 0px
|
|
68
|
+
&:hover
|
|
69
|
+
background-color: transparent
|
|
70
|
+
border: transparent
|
data/_sass/navbar.sass
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
nav
|
|
2
|
+
display: block
|
|
3
|
+
text-align: right
|
|
4
|
+
padding: 10px 30px
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
@media screen and (max-width: 1050px)
|
|
8
|
+
nav
|
|
9
|
+
text-align: center
|
|
10
|
+
|
|
11
|
+
.topmenu
|
|
12
|
+
font-family: $font-text
|
|
13
|
+
font-size: $font-size
|
|
14
|
+
color: $primary-color
|
|
15
|
+
line-height: 1.4em
|
|
16
|
+
text-decoration: none
|
|
17
|
+
margin: 10px
|
|
18
|
+
&:hover
|
|
19
|
+
color: $text-color
|
|
20
|
+
transition: all .7s
|
|
21
|
+
&:last-of-type
|
|
22
|
+
margin-right: 0px
|
data/_sass/sidebar.sass
ADDED
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
.sidebar
|
|
2
|
+
height: auto
|
|
3
|
+
max-width: 330px
|
|
4
|
+
position: fixed
|
|
5
|
+
z-index: 1
|
|
6
|
+
bottom: 0
|
|
7
|
+
right: 0
|
|
8
|
+
background-color: transparent
|
|
9
|
+
overflow-x: hidden
|
|
10
|
+
text-align: right
|
|
11
|
+
padding-right: 30px
|
|
12
|
+
padding-bottom: 20px
|
|
13
|
+
a
|
|
14
|
+
color: $text-color
|
|
15
|
+
background-color: $secondary-color
|
|
16
|
+
border-radius: 5px
|
|
17
|
+
padding-left: 5px
|
|
18
|
+
padding-right: 5px
|
|
19
|
+
border-bottom: solid 2px $highlights-color-2
|
|
20
|
+
text-decoration: none
|
|
21
|
+
&:hover
|
|
22
|
+
text-decoration: none
|
|
23
|
+
border-bottom: solid 2px $highlights-color-1
|
|
24
|
+
background-color: $primary-color
|
|
25
|
+
transition: all .7s
|
|
26
|
+
h3
|
|
27
|
+
font-family: $font-display
|
|
28
|
+
font-weight: 400
|
|
29
|
+
font-size: 1.1em
|
|
30
|
+
color: $primary-color
|
|
31
|
+
margin: 10px
|
|
32
|
+
p
|
|
33
|
+
font-family: $font-text
|
|
34
|
+
line-height: 1.4
|
|
35
|
+
font-size: .9em
|
|
36
|
+
color: $primary-color
|
|
37
|
+
|
|
38
|
+
.links
|
|
39
|
+
padding: 0px
|
|
40
|
+
li
|
|
41
|
+
font-size: .9em
|
|
42
|
+
margin: 5px 0px
|
|
43
|
+
list-style: none
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
@media screen and (max-width: 1050px)
|
|
47
|
+
.sidebar
|
|
48
|
+
position: relative
|
|
49
|
+
max-width: 1050px
|
|
50
|
+
padding-top: 15px
|
|
51
|
+
padding-right: 3%
|
|
52
|
+
padding-left: 3%
|
|
53
|
+
text-align: center
|
|
54
|
+
border-top: solid 2px $secondary-color
|
data/_sass/styles.sass
ADDED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
metadata
ADDED
|
@@ -0,0 +1,106 @@
|
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
|
+
name: lilium-jekyll-theme
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 0.2.1
|
|
5
|
+
platform: ruby
|
|
6
|
+
authors:
|
|
7
|
+
- Stefano Zuliani
|
|
8
|
+
autorequire:
|
|
9
|
+
bindir: bin
|
|
10
|
+
cert_chain: []
|
|
11
|
+
date: 2025-12-23 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.4'
|
|
20
|
+
type: :runtime
|
|
21
|
+
prerelease: false
|
|
22
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
23
|
+
requirements:
|
|
24
|
+
- - "~>"
|
|
25
|
+
- !ruby/object:Gem::Version
|
|
26
|
+
version: '4.4'
|
|
27
|
+
description:
|
|
28
|
+
email:
|
|
29
|
+
- web@zulianis.eu
|
|
30
|
+
executables: []
|
|
31
|
+
extensions: []
|
|
32
|
+
extra_rdoc_files: []
|
|
33
|
+
files:
|
|
34
|
+
- LICENSE.txt
|
|
35
|
+
- README.md
|
|
36
|
+
- _config.yml
|
|
37
|
+
- _includes/archive.html
|
|
38
|
+
- _includes/footer.html
|
|
39
|
+
- _includes/head.html
|
|
40
|
+
- _includes/nav.html
|
|
41
|
+
- _includes/sidebar.html
|
|
42
|
+
- _layouts/archives.html
|
|
43
|
+
- _layouts/categories.html
|
|
44
|
+
- _layouts/home.html
|
|
45
|
+
- _layouts/page.html
|
|
46
|
+
- _layouts/post.html
|
|
47
|
+
- _sass/main.sass
|
|
48
|
+
- _sass/modules.sass
|
|
49
|
+
- _sass/navbar.sass
|
|
50
|
+
- _sass/sidebar.sass
|
|
51
|
+
- _sass/styles.sass
|
|
52
|
+
- assets/css/styles.sass
|
|
53
|
+
- assets/fonts/platyli-webfonts/Platypi-Bold.woff2
|
|
54
|
+
- assets/fonts/platyli-webfonts/Platypi-BoldItalic.woff2
|
|
55
|
+
- assets/fonts/platyli-webfonts/Platypi-ExtraBold.woff2
|
|
56
|
+
- assets/fonts/platyli-webfonts/Platypi-ExtraBoldItalic.woff2
|
|
57
|
+
- assets/fonts/platyli-webfonts/Platypi-Italic.woff2
|
|
58
|
+
- assets/fonts/platyli-webfonts/Platypi-Italic[wght].woff2
|
|
59
|
+
- assets/fonts/platyli-webfonts/Platypi-Light.woff2
|
|
60
|
+
- assets/fonts/platyli-webfonts/Platypi-LightItalic.woff2
|
|
61
|
+
- assets/fonts/platyli-webfonts/Platypi-Medium.woff2
|
|
62
|
+
- assets/fonts/platyli-webfonts/Platypi-MediumItalic.woff2
|
|
63
|
+
- assets/fonts/platyli-webfonts/Platypi-Regular.woff2
|
|
64
|
+
- assets/fonts/platyli-webfonts/Platypi-SemiBold.woff2
|
|
65
|
+
- assets/fonts/platyli-webfonts/Platypi-SemiBoldItalic.woff2
|
|
66
|
+
- assets/fonts/platyli-webfonts/Platypi[wght].woff2
|
|
67
|
+
- assets/fonts/teachers-webfonts/Teachers-Bold.woff2
|
|
68
|
+
- assets/fonts/teachers-webfonts/Teachers-BoldItalic.woff2
|
|
69
|
+
- assets/fonts/teachers-webfonts/Teachers-ExtraBold.woff2
|
|
70
|
+
- assets/fonts/teachers-webfonts/Teachers-ExtraBoldItalic.woff2
|
|
71
|
+
- assets/fonts/teachers-webfonts/Teachers-Italic.woff2
|
|
72
|
+
- assets/fonts/teachers-webfonts/Teachers-Italic[wght].woff2
|
|
73
|
+
- assets/fonts/teachers-webfonts/Teachers-Medium.woff2
|
|
74
|
+
- assets/fonts/teachers-webfonts/Teachers-MediumItalic.woff2
|
|
75
|
+
- assets/fonts/teachers-webfonts/Teachers-Regular.woff2
|
|
76
|
+
- assets/fonts/teachers-webfonts/Teachers-SemiBold.woff2
|
|
77
|
+
- assets/fonts/teachers-webfonts/Teachers-SemiBoldItalic.woff2
|
|
78
|
+
- assets/fonts/teachers-webfonts/Teachers[wght].woff2
|
|
79
|
+
- assets/imgs/lilium.favicon-small-1.png
|
|
80
|
+
- assets/imgs/lilium.favicon-small.png
|
|
81
|
+
- assets/imgs/lilium_small.png
|
|
82
|
+
- assets/imgs/lily.png
|
|
83
|
+
homepage: https://github.com/szuliani/lilium-jekyll-theme
|
|
84
|
+
licenses:
|
|
85
|
+
- MIT
|
|
86
|
+
metadata: {}
|
|
87
|
+
post_install_message:
|
|
88
|
+
rdoc_options: []
|
|
89
|
+
require_paths:
|
|
90
|
+
- lib
|
|
91
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
92
|
+
requirements:
|
|
93
|
+
- - ">="
|
|
94
|
+
- !ruby/object:Gem::Version
|
|
95
|
+
version: '0'
|
|
96
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
97
|
+
requirements:
|
|
98
|
+
- - ">="
|
|
99
|
+
- !ruby/object:Gem::Version
|
|
100
|
+
version: '0'
|
|
101
|
+
requirements: []
|
|
102
|
+
rubygems_version: 3.3.5
|
|
103
|
+
signing_key:
|
|
104
|
+
specification_version: 4
|
|
105
|
+
summary: A simple garden-like designed theme.
|
|
106
|
+
test_files: []
|