marooning-theme 0.1.3 → 0.1.5
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/LICENSE.txt +21 -21
- data/README.md +47 -47
- data/_config.yml +32 -32
- data/_includes/back_link.html +1 -1
- data/_includes/post-button.html +6 -6
- data/_layouts/default.html +21 -21
- data/_layouts/listings.html +73 -73
- data/_layouts/page.html +5 -5
- data/_layouts/post.html +17 -17
- data/_sass/_font.scss +6 -6
- data/_sass/_main.scss +183 -183
- data/_sass/_variables.scss +23 -23
- data/assets/css/main.scss +5 -9
- metadata +3 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fa68f481413a5952f948a352decefdc984353c67ac5522bd8fae5b17755812eb
|
4
|
+
data.tar.gz: 32145b452d9d3a9fcf299336320b32e4654f10121c35ed178285f7b8698d9cd3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5428f4e88ff08668eff537edde9ae441b045ecacda03c1ca9f01f678640f486e3877e97e0ca2ee35a3a450800d4659d47e2d9d583baa31e2009389a149a96bb5
|
7
|
+
data.tar.gz: 499cbd3811301afa9e2fe8e8df92f17b558dfbc1b5fc2336a4483a6bc4f7deefc409f8d6dfbd12a4fbf755a2ce6396fcd591be61a71ed0cdec6faef3d839bdcf
|
data/LICENSE.txt
CHANGED
@@ -1,21 +1,21 @@
|
|
1
|
-
The MIT License (MIT)
|
2
|
-
|
3
|
-
Copyright (c) 2020 carzh
|
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.
|
1
|
+
The MIT License (MIT)
|
2
|
+
|
3
|
+
Copyright (c) 2020 carzh
|
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
CHANGED
@@ -1,47 +1,47 @@
|
|
1
|
-
# marooning-theme
|
2
|
-
|
3
|
-
A simple text-based theme focused on rich colors.
|
4
|
-
|
5
|
-
## Installation
|
6
|
-
|
7
|
-
Add this line to your Jekyll site's `Gemfile`:
|
8
|
-
|
9
|
-
```ruby
|
10
|
-
gem "marooning-theme"
|
11
|
-
```
|
12
|
-
|
13
|
-
And add this line to your Jekyll site's `_config.yml`:
|
14
|
-
|
15
|
-
```yaml
|
16
|
-
theme: marooning-theme
|
17
|
-
```
|
18
|
-
|
19
|
-
And then execute:
|
20
|
-
|
21
|
-
$ bundle
|
22
|
-
|
23
|
-
Or install it yourself as:
|
24
|
-
|
25
|
-
$ gem install marooning-theme
|
26
|
-
|
27
|
-
## Usage
|
28
|
-
|
29
|
-
A simple text-based theme focused on rich colors. Customize through the `_config.yml` file along with the `_variables.sass` file which can be found in the `_sass` folder.
|
30
|
-
|
31
|
-
## Contributing
|
32
|
-
|
33
|
-
Bug reports and pull requests are welcome on GitHub at https://github.com/carzh/marooning-theme. 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.
|
34
|
-
|
35
|
-
## Development
|
36
|
-
|
37
|
-
To set up your environment to develop this theme, run `bundle install`.
|
38
|
-
|
39
|
-
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.
|
40
|
-
|
41
|
-
When your theme is released, only the files in `_layouts`, `_includes`, `_sass` and `assets` tracked with Git will be bundled.
|
42
|
-
To add a custom directory to your theme-gem, please edit the regexp in `marooning-theme.gemspec` accordingly.
|
43
|
-
|
44
|
-
## License
|
45
|
-
|
46
|
-
The theme is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
|
47
|
-
|
1
|
+
# marooning-theme
|
2
|
+
|
3
|
+
A simple text-based theme focused on rich colors.
|
4
|
+
|
5
|
+
## Installation
|
6
|
+
|
7
|
+
Add this line to your Jekyll site's `Gemfile`:
|
8
|
+
|
9
|
+
```ruby
|
10
|
+
gem "marooning-theme"
|
11
|
+
```
|
12
|
+
|
13
|
+
And add this line to your Jekyll site's `_config.yml`:
|
14
|
+
|
15
|
+
```yaml
|
16
|
+
theme: marooning-theme
|
17
|
+
```
|
18
|
+
|
19
|
+
And then execute:
|
20
|
+
|
21
|
+
$ bundle
|
22
|
+
|
23
|
+
Or install it yourself as:
|
24
|
+
|
25
|
+
$ gem install marooning-theme
|
26
|
+
|
27
|
+
## Usage
|
28
|
+
|
29
|
+
A simple text-based theme focused on rich colors. Customize through the `_config.yml` file along with the `_variables.sass` file which can be found in the `_sass` folder.
|
30
|
+
|
31
|
+
## Contributing
|
32
|
+
|
33
|
+
Bug reports and pull requests are welcome on GitHub at https://github.com/carzh/marooning-theme. 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.
|
34
|
+
|
35
|
+
## Development
|
36
|
+
|
37
|
+
To set up your environment to develop this theme, run `bundle install`.
|
38
|
+
|
39
|
+
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.
|
40
|
+
|
41
|
+
When your theme is released, only the files in `_layouts`, `_includes`, `_sass` and `assets` tracked with Git will be bundled.
|
42
|
+
To add a custom directory to your theme-gem, please edit the regexp in `marooning-theme.gemspec` accordingly.
|
43
|
+
|
44
|
+
## License
|
45
|
+
|
46
|
+
The theme is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
|
47
|
+
|
data/_config.yml
CHANGED
@@ -1,32 +1,32 @@
|
|
1
|
-
|
2
|
-
title: marooning
|
3
|
-
description: a minimalist theme focused on text and rich colors.
|
4
|
-
url: ""
|
5
|
-
|
6
|
-
exclude:
|
7
|
-
- LICENSE
|
8
|
-
- README.md
|
9
|
-
- Gemfile
|
10
|
-
- Gemfile.lock
|
11
|
-
|
12
|
-
config_options:
|
13
|
-
date_format_long: "%A, %B %d, %Y"
|
14
|
-
date_format_short: "%Y.%m.%d"
|
15
|
-
|
16
|
-
date_format: "%Y.%m.%d"
|
17
|
-
show_description: true
|
18
|
-
|
19
|
-
collections:
|
20
|
-
posts:
|
21
|
-
output: true
|
22
|
-
|
23
|
-
|
24
|
-
plugins:
|
25
|
-
- jekyll-seo-tag
|
26
|
-
- jekyll-sitemap
|
27
|
-
- jekyll-feed
|
28
|
-
- jekyll-paginate
|
29
|
-
|
30
|
-
paginate_path: "/page:num/"
|
31
|
-
|
32
|
-
paginate: 10
|
1
|
+
|
2
|
+
title: marooning
|
3
|
+
description: a minimalist theme focused on text and rich colors.
|
4
|
+
url: ""
|
5
|
+
|
6
|
+
exclude:
|
7
|
+
- LICENSE
|
8
|
+
- README.md
|
9
|
+
- Gemfile
|
10
|
+
- Gemfile.lock
|
11
|
+
|
12
|
+
config_options:
|
13
|
+
date_format_long: "%A, %B %d, %Y"
|
14
|
+
date_format_short: "%Y.%m.%d"
|
15
|
+
|
16
|
+
date_format: "%Y.%m.%d"
|
17
|
+
show_description: true
|
18
|
+
|
19
|
+
collections:
|
20
|
+
posts:
|
21
|
+
output: true
|
22
|
+
|
23
|
+
|
24
|
+
plugins:
|
25
|
+
- jekyll-seo-tag
|
26
|
+
- jekyll-sitemap
|
27
|
+
- jekyll-feed
|
28
|
+
- jekyll-paginate
|
29
|
+
|
30
|
+
paginate_path: "/page:num/"
|
31
|
+
|
32
|
+
paginate: 10
|
data/_includes/back_link.html
CHANGED
@@ -1 +1 @@
|
|
1
|
-
<a href = "{{ "/" | prepend: site.baseurl }}" class = "nav_back">←</a>
|
1
|
+
<a href = "{{ "/" | prepend: site.baseurl }}" class = "nav_back">←</a>
|
data/_includes/post-button.html
CHANGED
@@ -1,6 +1,6 @@
|
|
1
|
-
<span class = "post_listing">{{ post.date | date: site.config_options.date_format }} |
|
2
|
-
<a href = "{{ post.url | absolute_url }}">{{ post.title }}</a></span>
|
3
|
-
<br>
|
4
|
-
|
5
|
-
|
6
|
-
|
1
|
+
<span class = "post_listing">{{ post.date | date: site.config_options.date_format }} |
|
2
|
+
<a href = "{{ post.url | absolute_url }}">{{ post.title }}</a></span>
|
3
|
+
<br>
|
4
|
+
|
5
|
+
|
6
|
+
|
data/_layouts/default.html
CHANGED
@@ -1,21 +1,21 @@
|
|
1
|
-
<!DOCTYPE html>
|
2
|
-
<html lang="{{ page.lang | default: "en" }}">
|
3
|
-
<head>
|
4
|
-
<meta charset="utf-8" />
|
5
|
-
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
6
|
-
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
7
|
-
|
8
|
-
<title>
|
9
|
-
{% if page.title %}
|
10
|
-
{{ site.title }}: {{ page.title }}
|
11
|
-
{% else %}
|
12
|
-
{{ site.title }}
|
13
|
-
{% endif %}
|
14
|
-
</title>
|
15
|
-
|
16
|
-
<link rel="stylesheet" href="{{ '/assets/css/main.css' |
|
17
|
-
</head>
|
18
|
-
<body>
|
19
|
-
{{ content }}
|
20
|
-
</body>
|
21
|
-
</html>
|
1
|
+
<!DOCTYPE html>
|
2
|
+
<html lang="{{ page.lang | default: "en" }}">
|
3
|
+
<head>
|
4
|
+
<meta charset="utf-8" />
|
5
|
+
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
6
|
+
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
7
|
+
|
8
|
+
<title>
|
9
|
+
{% if page.title %}
|
10
|
+
{{ site.title }}: {{ page.title }}
|
11
|
+
{% else %}
|
12
|
+
{{ site.title }}
|
13
|
+
{% endif %}
|
14
|
+
</title>
|
15
|
+
|
16
|
+
<link rel="stylesheet" href="{{ '/assets/css/main.css' | relative_url }}">
|
17
|
+
</head>
|
18
|
+
<body>
|
19
|
+
{{ content }}
|
20
|
+
</body>
|
21
|
+
</html>
|
data/_layouts/listings.html
CHANGED
@@ -1,73 +1,73 @@
|
|
1
|
-
---
|
2
|
-
layout: default
|
3
|
-
---
|
4
|
-
<header>
|
5
|
-
<div class = "site_title">{{ site.title }}</div>
|
6
|
-
{% if site.config_options.show_description %}
|
7
|
-
<div class = "site_desc">{{ site.description }}</div>
|
8
|
-
{% endif %}
|
9
|
-
</header>
|
10
|
-
|
11
|
-
{% if paginator.total_pages > 1 %}
|
12
|
-
<div class = "page_nav">
|
13
|
-
{% if paginator.previous_page %}
|
14
|
-
<a href = "{{ paginator.previous_page_path | prepend: site.baseurl }}" class = "prev_page">→</a>
|
15
|
-
{% else %}
|
16
|
-
<a href = "" class = "prev_page">•</a>
|
17
|
-
{% endif %}
|
18
|
-
<span>
|
19
|
-
{% if paginator.page > 1 %}
|
20
|
-
page {{ paginator.page }}.
|
21
|
-
{% else %}
|
22
|
-
archive.
|
23
|
-
{% endif %}
|
24
|
-
</span>
|
25
|
-
{% if paginator.next_page %}
|
26
|
-
<a href = "{{ paginator.next_page_path | prepend: site.baseurl }}" class = "next_page">←</a>
|
27
|
-
{% else %}
|
28
|
-
<a href = "" class = "next_page">•</a>
|
29
|
-
{% endif %}
|
30
|
-
</div>
|
31
|
-
|
32
|
-
{% else %}
|
33
|
-
<div class = "page_nav">
|
34
|
-
archive.
|
35
|
-
</div>
|
36
|
-
{% endif %}
|
37
|
-
|
38
|
-
{% for post in paginator.posts %}
|
39
|
-
{% include post-button.html %}
|
40
|
-
{% endfor %}
|
41
|
-
|
42
|
-
{% if paginator.total_pages > 1 %}
|
43
|
-
<div class = "page_nav2">
|
44
|
-
{% if paginator.previous_page %}
|
45
|
-
<a href = "{{ paginator.previous_page_path | prepend: site.baseurl }}" class = "prev_page">→</a>
|
46
|
-
{% else %}
|
47
|
-
<a href = "" class = "prev_page">•</a>
|
48
|
-
{% endif %}
|
49
|
-
<span>
|
50
|
-
{% if paginator.page > 1 %}
|
51
|
-
page {{ paginator.page }}.
|
52
|
-
{% else %}
|
53
|
-
& more to come soon.
|
54
|
-
{% endif %}
|
55
|
-
</span>
|
56
|
-
{% if paginator.next_page %}
|
57
|
-
<a href = "{{ paginator.next_page_path | prepend: site.baseurl }}" class = "next_page">←</a>
|
58
|
-
{% else %}
|
59
|
-
<a href = "" class = "next_page">•</a>
|
60
|
-
{% endif %}
|
61
|
-
</div>
|
62
|
-
|
63
|
-
{% else %}
|
64
|
-
<div class = "page_nav2">
|
65
|
-
& more to come soon.
|
66
|
-
</div>
|
67
|
-
{% endif %}
|
68
|
-
|
69
|
-
<hr>
|
70
|
-
|
71
|
-
© 2021.
|
72
|
-
|
73
|
-
|
1
|
+
---
|
2
|
+
layout: default
|
3
|
+
---
|
4
|
+
<header>
|
5
|
+
<div class = "site_title">{{ site.title }}</div>
|
6
|
+
{% if site.config_options.show_description %}
|
7
|
+
<div class = "site_desc">{{ site.description }}</div>
|
8
|
+
{% endif %}
|
9
|
+
</header>
|
10
|
+
|
11
|
+
{% if paginator.total_pages > 1 %}
|
12
|
+
<div class = "page_nav">
|
13
|
+
{% if paginator.previous_page %}
|
14
|
+
<a href = "{{ paginator.previous_page_path | prepend: site.baseurl }}" class = "prev_page">→</a>
|
15
|
+
{% else %}
|
16
|
+
<a href = "" class = "prev_page">•</a>
|
17
|
+
{% endif %}
|
18
|
+
<span>
|
19
|
+
{% if paginator.page > 1 %}
|
20
|
+
page {{ paginator.page }}.
|
21
|
+
{% else %}
|
22
|
+
archive.
|
23
|
+
{% endif %}
|
24
|
+
</span>
|
25
|
+
{% if paginator.next_page %}
|
26
|
+
<a href = "{{ paginator.next_page_path | prepend: site.baseurl }}" class = "next_page">←</a>
|
27
|
+
{% else %}
|
28
|
+
<a href = "" class = "next_page">•</a>
|
29
|
+
{% endif %}
|
30
|
+
</div>
|
31
|
+
|
32
|
+
{% else %}
|
33
|
+
<div class = "page_nav">
|
34
|
+
archive.
|
35
|
+
</div>
|
36
|
+
{% endif %}
|
37
|
+
|
38
|
+
{% for post in paginator.posts %}
|
39
|
+
{% include post-button.html %}
|
40
|
+
{% endfor %}
|
41
|
+
|
42
|
+
{% if paginator.total_pages > 1 %}
|
43
|
+
<div class = "page_nav2">
|
44
|
+
{% if paginator.previous_page %}
|
45
|
+
<a href = "{{ paginator.previous_page_path | prepend: site.baseurl }}" class = "prev_page">→</a>
|
46
|
+
{% else %}
|
47
|
+
<a href = "" class = "prev_page">•</a>
|
48
|
+
{% endif %}
|
49
|
+
<span>
|
50
|
+
{% if paginator.page > 1 %}
|
51
|
+
page {{ paginator.page }}.
|
52
|
+
{% else %}
|
53
|
+
& more to come soon.
|
54
|
+
{% endif %}
|
55
|
+
</span>
|
56
|
+
{% if paginator.next_page %}
|
57
|
+
<a href = "{{ paginator.next_page_path | prepend: site.baseurl }}" class = "next_page">←</a>
|
58
|
+
{% else %}
|
59
|
+
<a href = "" class = "next_page">•</a>
|
60
|
+
{% endif %}
|
61
|
+
</div>
|
62
|
+
|
63
|
+
{% else %}
|
64
|
+
<div class = "page_nav2">
|
65
|
+
& more to come soon.
|
66
|
+
</div>
|
67
|
+
{% endif %}
|
68
|
+
|
69
|
+
<hr>
|
70
|
+
|
71
|
+
© 2021.
|
72
|
+
|
73
|
+
|
data/_layouts/page.html
CHANGED
@@ -1,5 +1,5 @@
|
|
1
|
-
---
|
2
|
-
layout: default
|
3
|
-
---
|
4
|
-
|
5
|
-
{{ content }}
|
1
|
+
---
|
2
|
+
layout: default
|
3
|
+
---
|
4
|
+
|
5
|
+
{{ content }}
|
data/_layouts/post.html
CHANGED
@@ -1,17 +1,17 @@
|
|
1
|
-
---
|
2
|
-
layout: default
|
3
|
-
---
|
4
|
-
{% include back_link.html %}
|
5
|
-
<div class = "title_block">
|
6
|
-
<h1 class = "title">
|
7
|
-
{{ page.title }}
|
8
|
-
</h1>
|
9
|
-
{% if page.author %}
|
10
|
-
<div class = "author">
|
11
|
-
{{ page.author }}
|
12
|
-
</div>
|
13
|
-
{% endif %}
|
14
|
-
<div class = "date">{{ page.date | date: site.config_options.date_format }}</div>
|
15
|
-
</div>
|
16
|
-
|
17
|
-
{{ content }}
|
1
|
+
---
|
2
|
+
layout: default
|
3
|
+
---
|
4
|
+
{% include back_link.html %}
|
5
|
+
<div class = "title_block">
|
6
|
+
<h1 class = "title">
|
7
|
+
{{ page.title }}
|
8
|
+
</h1>
|
9
|
+
{% if page.author %}
|
10
|
+
<div class = "author">
|
11
|
+
{{ page.author }}
|
12
|
+
</div>
|
13
|
+
{% endif %}
|
14
|
+
<div class = "date">{{ page.date | date: site.config_options.date_format }}</div>
|
15
|
+
</div>
|
16
|
+
|
17
|
+
{{ content }}
|
data/_sass/_font.scss
CHANGED
@@ -1,6 +1,6 @@
|
|
1
|
-
@font-face {
|
2
|
-
font-family: 'Ubuntu Mono';
|
3
|
-
font-style: normal;
|
4
|
-
font-display: auto;
|
5
|
-
src: url('#{$asset_url}/fonts/UbuntuMono-Regular.ttf') format('truetype');
|
6
|
-
}
|
1
|
+
@font-face {
|
2
|
+
font-family: 'Ubuntu Mono';
|
3
|
+
font-style: normal;
|
4
|
+
font-display: auto;
|
5
|
+
src: url('#{$asset_url}/fonts/UbuntuMono-Regular.ttf') format('truetype');
|
6
|
+
}
|
data/_sass/_main.scss
CHANGED
@@ -1,183 +1,183 @@
|
|
1
|
-
body {
|
2
|
-
background: $bg-color;
|
3
|
-
color: $txt-color;
|
4
|
-
font-family: $font-family;
|
5
|
-
font-size: 1em;
|
6
|
-
line-height: 1.4em;
|
7
|
-
padding: 1em 2em;
|
8
|
-
width: auto;
|
9
|
-
max-width: 700px;
|
10
|
-
margin: auto;
|
11
|
-
}
|
12
|
-
|
13
|
-
div.site_title {
|
14
|
-
padding: 1em;
|
15
|
-
text-transform: lowercase;
|
16
|
-
font-size: 2.5em;
|
17
|
-
text-align: center;
|
18
|
-
background-color: $txt-color;
|
19
|
-
color: $link-color;
|
20
|
-
margin-top: .5em;
|
21
|
-
line-height: 1.2em;
|
22
|
-
&:hover {
|
23
|
-
text-transform: initial;
|
24
|
-
}
|
25
|
-
}
|
26
|
-
|
27
|
-
div.site_desc {
|
28
|
-
border: .1em solid;
|
29
|
-
padding: 1em;
|
30
|
-
margin-bottom: .5em;
|
31
|
-
}
|
32
|
-
|
33
|
-
div.page_nav {
|
34
|
-
text-align: center;
|
35
|
-
margin: auto;
|
36
|
-
width: 8em;
|
37
|
-
padding: 1em 0em .5em;
|
38
|
-
}
|
39
|
-
|
40
|
-
a.prev_page {
|
41
|
-
float: right;
|
42
|
-
}
|
43
|
-
|
44
|
-
a.next_page {
|
45
|
-
float: left;
|
46
|
-
}
|
47
|
-
|
48
|
-
div.page_nav2 {
|
49
|
-
text-align: center;
|
50
|
-
margin: auto;
|
51
|
-
width: 15em;
|
52
|
-
max-width: 100%;
|
53
|
-
padding: 1em 0em .5em;
|
54
|
-
}
|
55
|
-
|
56
|
-
span.post_listing {
|
57
|
-
line-height: 1.7em;
|
58
|
-
}
|
59
|
-
|
60
|
-
div.title_block {
|
61
|
-
background-color: $txt-color;
|
62
|
-
color: $link-color;
|
63
|
-
padding: 1.5rem 1rem 2.5rem;
|
64
|
-
margin-top: 1em;
|
65
|
-
margin-bottom: 1.5em;
|
66
|
-
text-align: center;
|
67
|
-
}
|
68
|
-
|
69
|
-
h1.title {
|
70
|
-
color: $link-color;
|
71
|
-
text-transform: uppercase;
|
72
|
-
line-height: 1.2em;
|
73
|
-
&:hover {
|
74
|
-
text-transform: initial;
|
75
|
-
}
|
76
|
-
margin-bottom: .3em;
|
77
|
-
}
|
78
|
-
|
79
|
-
div.date {
|
80
|
-
&::before {
|
81
|
-
content: "published on ";
|
82
|
-
}
|
83
|
-
}
|
84
|
-
|
85
|
-
div.author {
|
86
|
-
letter-spacing: auto;
|
87
|
-
&::before {
|
88
|
-
content: "by ";
|
89
|
-
}
|
90
|
-
}
|
91
|
-
|
92
|
-
|
93
|
-
a.nav_back {
|
94
|
-
font-size: 3em;
|
95
|
-
}
|
96
|
-
|
97
|
-
h1,
|
98
|
-
h2,
|
99
|
-
h3,
|
100
|
-
h4,
|
101
|
-
h5,
|
102
|
-
h6 {
|
103
|
-
color: $hl1-color;
|
104
|
-
text-align: center;
|
105
|
-
font-weight: bolder;
|
106
|
-
letter-spacing: .
|
107
|
-
margin-top: .7rem;
|
108
|
-
}
|
109
|
-
|
110
|
-
a {
|
111
|
-
color: $link-color;
|
112
|
-
text-transform: none;
|
113
|
-
text-decoration: none;
|
114
|
-
-webkit-transition: all 1s ease;
|
115
|
-
-moz-transition: all 1s ease;
|
116
|
-
-o-transition: all 1s ease;
|
117
|
-
transition: all 1s ease;
|
118
|
-
&:visited {
|
119
|
-
color: $hl2-color;
|
120
|
-
}
|
121
|
-
&:hover {
|
122
|
-
color: $hl2-color;
|
123
|
-
text-transform: uppercase;
|
124
|
-
}
|
125
|
-
}
|
126
|
-
|
127
|
-
img {
|
128
|
-
max-width: 100%;
|
129
|
-
}
|
130
|
-
|
131
|
-
hr {
|
132
|
-
border: .05em solid $txt-color;
|
133
|
-
max-width: 60%;
|
134
|
-
border-radius: .1em;
|
135
|
-
margin-bottom: 2em;
|
136
|
-
}
|
137
|
-
|
138
|
-
blockquote {
|
139
|
-
background-color: $txt-color;
|
140
|
-
color: $link-color;
|
141
|
-
padding: .05em 1.3em;
|
142
|
-
font-size: 1.1em;
|
143
|
-
font-style: italic;
|
144
|
-
border-radius: 0em 1em;
|
145
|
-
&:hover {
|
146
|
-
font-style: initial;
|
147
|
-
}
|
148
|
-
}
|
149
|
-
|
150
|
-
pre.highlight {
|
151
|
-
border: 1px solid $txt-color;
|
152
|
-
color: $hl2-color;
|
153
|
-
font-size: 1.1em;
|
154
|
-
padding: 5em;
|
155
|
-
}
|
156
|
-
|
157
|
-
ul {
|
158
|
-
list-style: none;
|
159
|
-
li::before {
|
160
|
-
content: "•";
|
161
|
-
padding-right: 1em;
|
162
|
-
color: $hl1-color;
|
163
|
-
}
|
164
|
-
}
|
165
|
-
|
166
|
-
table {
|
167
|
-
width: 100%;
|
168
|
-
border-collapse: collapse;
|
169
|
-
}
|
170
|
-
|
171
|
-
th {
|
172
|
-
color: $link-color;
|
173
|
-
background-color: $txt-color;
|
174
|
-
padding: .2em;
|
175
|
-
border: .1em solid $bg-color;
|
176
|
-
}
|
177
|
-
|
178
|
-
td {
|
179
|
-
border: .1em solid;
|
180
|
-
padding: .2em;
|
181
|
-
}
|
182
|
-
|
183
|
-
|
1
|
+
body {
|
2
|
+
background: $bg-color;
|
3
|
+
color: $txt-color;
|
4
|
+
font-family: $font-family;
|
5
|
+
font-size: 1em;
|
6
|
+
line-height: 1.4em;
|
7
|
+
padding: 1em 2em;
|
8
|
+
width: auto;
|
9
|
+
max-width: 700px;
|
10
|
+
margin: auto;
|
11
|
+
}
|
12
|
+
|
13
|
+
div.site_title {
|
14
|
+
padding: 1em;
|
15
|
+
text-transform: lowercase;
|
16
|
+
font-size: 2.5em;
|
17
|
+
text-align: center;
|
18
|
+
background-color: $txt-color;
|
19
|
+
color: $link-color;
|
20
|
+
margin-top: .5em;
|
21
|
+
line-height: 1.2em;
|
22
|
+
&:hover {
|
23
|
+
text-transform: initial;
|
24
|
+
}
|
25
|
+
}
|
26
|
+
|
27
|
+
div.site_desc {
|
28
|
+
border: .1em solid;
|
29
|
+
padding: 1em;
|
30
|
+
margin-bottom: .5em;
|
31
|
+
}
|
32
|
+
|
33
|
+
div.page_nav {
|
34
|
+
text-align: center;
|
35
|
+
margin: auto;
|
36
|
+
width: 8em;
|
37
|
+
padding: 1em 0em .5em;
|
38
|
+
}
|
39
|
+
|
40
|
+
a.prev_page {
|
41
|
+
float: right;
|
42
|
+
}
|
43
|
+
|
44
|
+
a.next_page {
|
45
|
+
float: left;
|
46
|
+
}
|
47
|
+
|
48
|
+
div.page_nav2 {
|
49
|
+
text-align: center;
|
50
|
+
margin: auto;
|
51
|
+
width: 15em;
|
52
|
+
max-width: 100%;
|
53
|
+
padding: 1em 0em .5em;
|
54
|
+
}
|
55
|
+
|
56
|
+
span.post_listing {
|
57
|
+
line-height: 1.7em;
|
58
|
+
}
|
59
|
+
|
60
|
+
div.title_block {
|
61
|
+
background-color: $txt-color;
|
62
|
+
color: $link-color;
|
63
|
+
padding: 1.5rem 1rem 2.5rem;
|
64
|
+
margin-top: 1em;
|
65
|
+
margin-bottom: 1.5em;
|
66
|
+
text-align: center;
|
67
|
+
}
|
68
|
+
|
69
|
+
h1.title {
|
70
|
+
color: $link-color;
|
71
|
+
text-transform: uppercase;
|
72
|
+
line-height: 1.2em;
|
73
|
+
&:hover {
|
74
|
+
text-transform: initial;
|
75
|
+
}
|
76
|
+
margin-bottom: .3em;
|
77
|
+
}
|
78
|
+
|
79
|
+
div.date {
|
80
|
+
&::before {
|
81
|
+
content: "published on ";
|
82
|
+
}
|
83
|
+
}
|
84
|
+
|
85
|
+
div.author {
|
86
|
+
letter-spacing: auto;
|
87
|
+
&::before {
|
88
|
+
content: "by ";
|
89
|
+
}
|
90
|
+
}
|
91
|
+
|
92
|
+
|
93
|
+
a.nav_back {
|
94
|
+
font-size: 3em;
|
95
|
+
}
|
96
|
+
|
97
|
+
h1,
|
98
|
+
h2,
|
99
|
+
h3,
|
100
|
+
h4,
|
101
|
+
h5,
|
102
|
+
h6 {
|
103
|
+
color: $hl1-color;
|
104
|
+
text-align: center;
|
105
|
+
font-weight: bolder;
|
106
|
+
letter-spacing: .1rem;
|
107
|
+
margin-top: .7rem;
|
108
|
+
}
|
109
|
+
|
110
|
+
a {
|
111
|
+
color: $link-color;
|
112
|
+
text-transform: none;
|
113
|
+
text-decoration: none;
|
114
|
+
-webkit-transition: all 1s ease;
|
115
|
+
-moz-transition: all 1s ease;
|
116
|
+
-o-transition: all 1s ease;
|
117
|
+
transition: all 1s ease;
|
118
|
+
&:visited {
|
119
|
+
color: $hl2-color;
|
120
|
+
}
|
121
|
+
&:hover {
|
122
|
+
color: $hl2-color;
|
123
|
+
text-transform: uppercase;
|
124
|
+
}
|
125
|
+
}
|
126
|
+
|
127
|
+
img {
|
128
|
+
max-width: 100%;
|
129
|
+
}
|
130
|
+
|
131
|
+
hr {
|
132
|
+
border: .05em solid $txt-color;
|
133
|
+
max-width: 60%;
|
134
|
+
border-radius: .1em;
|
135
|
+
margin-bottom: 2em;
|
136
|
+
}
|
137
|
+
|
138
|
+
blockquote {
|
139
|
+
background-color: $txt-color;
|
140
|
+
color: $link-color;
|
141
|
+
padding: .05em 1.3em;
|
142
|
+
font-size: 1.1em;
|
143
|
+
font-style: italic;
|
144
|
+
border-radius: 0em 1em;
|
145
|
+
&:hover {
|
146
|
+
font-style: initial;
|
147
|
+
}
|
148
|
+
}
|
149
|
+
|
150
|
+
pre.highlight {
|
151
|
+
border: 1px solid $txt-color;
|
152
|
+
color: $hl2-color;
|
153
|
+
font-size: 1.1em;
|
154
|
+
padding: 5em;
|
155
|
+
}
|
156
|
+
|
157
|
+
ul {
|
158
|
+
list-style: none;
|
159
|
+
li::before {
|
160
|
+
content: "•";
|
161
|
+
padding-right: 1em;
|
162
|
+
color: $hl1-color;
|
163
|
+
}
|
164
|
+
}
|
165
|
+
|
166
|
+
table {
|
167
|
+
width: 100%;
|
168
|
+
border-collapse: collapse;
|
169
|
+
}
|
170
|
+
|
171
|
+
th {
|
172
|
+
color: $link-color;
|
173
|
+
background-color: $txt-color;
|
174
|
+
padding: .2em;
|
175
|
+
border: .1em solid $bg-color;
|
176
|
+
}
|
177
|
+
|
178
|
+
td {
|
179
|
+
border: .1em solid;
|
180
|
+
padding: .2em;
|
181
|
+
}
|
182
|
+
|
183
|
+
|
data/_sass/_variables.scss
CHANGED
@@ -1,23 +1,23 @@
|
|
1
|
-
$font-family: "Ubuntu Mono", monospace, monospace;
|
2
|
-
$bg-color: #460c24;
|
3
|
-
$txt-color: #f7dc8e;
|
4
|
-
$hl1-color: #84b5a9;
|
5
|
-
$hl2-color: #b2fa71;
|
6
|
-
$link-color: #e3562e;
|
7
|
-
|
8
|
-
$on-bigphone: 375px;
|
9
|
-
$on-tablet: 768px;
|
10
|
-
$on-laptop: 960px;
|
11
|
-
$on-desktop: 1200px;
|
12
|
-
|
13
|
-
/*
|
14
|
-
460c24 - maroon hopefully
|
15
|
-
[7:59 PM]
|
16
|
-
e3562e - orange
|
17
|
-
[7:59 PM]
|
18
|
-
#f7dc8e - cream
|
19
|
-
[8:00 PM]
|
20
|
-
b2fa71 - green
|
21
|
-
[8:00 PM]
|
22
|
-
#84b5a9 teal
|
23
|
-
*/
|
1
|
+
$font-family: "Ubuntu Mono", monospace, monospace;
|
2
|
+
$bg-color: #460c24;
|
3
|
+
$txt-color: #f7dc8e;
|
4
|
+
$hl1-color: #84b5a9;
|
5
|
+
$hl2-color: #b2fa71;
|
6
|
+
$link-color: #e3562e;
|
7
|
+
|
8
|
+
$on-bigphone: 375px;
|
9
|
+
$on-tablet: 768px;
|
10
|
+
$on-laptop: 960px;
|
11
|
+
$on-desktop: 1200px;
|
12
|
+
|
13
|
+
/*
|
14
|
+
460c24 - maroon hopefully
|
15
|
+
[7:59 PM]
|
16
|
+
e3562e - orange
|
17
|
+
[7:59 PM]
|
18
|
+
#f7dc8e - cream
|
19
|
+
[8:00 PM]
|
20
|
+
b2fa71 - green
|
21
|
+
[8:00 PM]
|
22
|
+
#84b5a9 teal
|
23
|
+
*/
|
data/assets/css/main.scss
CHANGED
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: marooning-theme
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- carzh
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: jekyll
|
@@ -24,7 +23,6 @@ dependencies:
|
|
24
23
|
- - "~>"
|
25
24
|
- !ruby/object:Gem::Version
|
26
25
|
version: '4.0'
|
27
|
-
description:
|
28
26
|
email:
|
29
27
|
- wolfivyaura@gmail.com
|
30
28
|
executables: []
|
@@ -52,7 +50,6 @@ homepage: http://website.com
|
|
52
50
|
licenses:
|
53
51
|
- mit
|
54
52
|
metadata: {}
|
55
|
-
post_install_message:
|
56
53
|
rdoc_options: []
|
57
54
|
require_paths:
|
58
55
|
- lib
|
@@ -67,8 +64,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
67
64
|
- !ruby/object:Gem::Version
|
68
65
|
version: '0'
|
69
66
|
requirements: []
|
70
|
-
rubygems_version: 3.
|
71
|
-
signing_key:
|
67
|
+
rubygems_version: 3.6.8
|
72
68
|
specification_version: 4
|
73
69
|
summary: A clean, minimalist theme for blogs.
|
74
70
|
test_files: []
|