oscailte 3.0.2 → 3.1.0
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/README.md +36 -36
- data/_includes/social.html +13 -12
- data/_layouts/core.html +2 -2
- data/_sass/_oscailte.scss +1 -0
- data/assets/oscailte/img/icons.svg +6 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d3f580965e12f489b0bb8def3a516e9afecf05c97430f944b783aafeec579e2a
|
4
|
+
data.tar.gz: 82eaf97c2b5f7ba8aa390ed93c60520a3694d2d47b30d9163ed363afdc7721de
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7b46e8fca4ea51d20e485573599ed77f205a447af728b0120a9ecdf55a73473be8d9cf6d3a511d006090c14184f156f80a6044232308badb35a02b82e1c0e5ee
|
7
|
+
data.tar.gz: 2628bcf72ed3979898bdd0870da29076cbff31d2ab033afb63f178e456feb8e3c3d694e2da63b7139e6a33a62ddc695f81bc9ffe94e9b8b4f46319187cdd4b11
|
data/README.md
CHANGED
@@ -14,43 +14,42 @@ Oscailte ([IPA: [ˈɔsˠkɪlʲtʲɪ]](http://en.wiktionary.org/wiki/Appendix:Iri
|
|
14
14
|
|
15
15
|
## Installation
|
16
16
|
|
17
|
-
|
18
|
-
<summary><strong>Install as Remote Theme</strong></summary>
|
17
|
+
### Install as Remote Theme</strong></summary>
|
19
18
|
|
20
|
-
|
21
|
-
|
19
|
+
Using [Jekyll Remote Theme](https://github.com/benbalter/jekyll-remote-theme) (enabled
|
20
|
+
by default on Github Pages) is the quickest way to install Oscailte.
|
21
|
+
|
22
|
+
1. Add the following to your site's `_config.yml` to activate Oscailte
|
22
23
|
|
23
|
-
1. Add the following to your site's `_config.yml` to activate Oscailte
|
24
24
|
```yml
|
25
25
|
remote_theme: coogie/oscailte
|
26
26
|
```
|
27
|
-
</details>
|
28
27
|
|
29
|
-
|
28
|
+
### Install via Gemfile</strong></summary>
|
30
29
|
|
31
|
-
|
32
|
-
<summary><strong>Install via Gemfile</strong></summary>
|
30
|
+
1. Add this line to your Jekyll site's `Gemfile`:
|
33
31
|
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
```
|
32
|
+
```ruby
|
33
|
+
gem "oscailte"
|
34
|
+
```
|
38
35
|
|
39
|
-
|
40
|
-
```yaml
|
41
|
-
theme: oscailte
|
42
|
-
```
|
36
|
+
2. And add this line to your Jekyll site's `_config.yml`:
|
43
37
|
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
```
|
38
|
+
```yaml
|
39
|
+
theme: oscailte
|
40
|
+
```
|
48
41
|
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
42
|
+
3. And then execute:
|
43
|
+
|
44
|
+
```sh
|
45
|
+
$ bundle
|
46
|
+
```
|
47
|
+
|
48
|
+
4. Or install it yourself as:
|
49
|
+
|
50
|
+
```sh
|
51
|
+
$ gem install oscailte
|
52
|
+
```
|
54
53
|
|
55
54
|
## Usage
|
56
55
|
|
@@ -62,16 +61,17 @@ oscailte:
|
|
62
61
|
posts_url:
|
63
62
|
google_analytics:
|
64
63
|
social:
|
65
|
-
twitter:
|
66
|
-
github:
|
67
|
-
dribbble:
|
68
|
-
facebook:
|
69
|
-
flickr:
|
70
|
-
instagram:
|
71
|
-
linkedin:
|
72
|
-
|
73
|
-
|
74
|
-
|
64
|
+
twitter: username
|
65
|
+
github: username
|
66
|
+
dribbble: username
|
67
|
+
facebook: username
|
68
|
+
flickr: username
|
69
|
+
instagram: username
|
70
|
+
linkedin: username
|
71
|
+
mastodon: https://instance.url/@username
|
72
|
+
pinterest: username
|
73
|
+
telegram: username
|
74
|
+
keybase: username
|
75
75
|
rss: rss
|
76
76
|
strings:
|
77
77
|
skip_to_main_content: "Skip to main content"
|
data/_includes/social.html
CHANGED
@@ -2,16 +2,17 @@
|
|
2
2
|
|
3
3
|
<div class="Social">
|
4
4
|
<ul class="Social__list o-list-bare">
|
5
|
-
{%- if social.dribbble -%}<li class="Social__item Social__item--dribbble o-no-owl"><a class="Social__link" href="https://dribbble.com/{{ social.dribbble | cgi_escape | escape }}" title="
|
6
|
-
{%- if social.facebook -%}<li class="Social__item Social__item--facebook o-no-owl"><a class="Social__link" href="https://www.facebook.com/{{ social.facebook | cgi_escape | escape }}" title="
|
7
|
-
{%- if social.flickr -%}<li class="Social__item Social__item--flickr o-no-owl"><a class="Social__link" href="https://www.flickr.com/photos/{{ social.flickr | cgi_escape | escape }}" title="
|
8
|
-
{%- if social.github -%}<li class="Social__item Social__item--github o-no-owl"><a class="Social__link" href="https://github.com/{{ social.github | cgi_escape | escape }}" title="
|
9
|
-
{%- if social.instagram -%}<li class="Social__item Social__item--instagram o-no-owl"><a class="Social__link" href="https://www.instagram.com/{{ social.instagram | cgi_escape | escape }}" title="
|
10
|
-
{%- if social.keybase -%}<li class="Social__item Social__item--keybase o-no-owl"><a class="Social__link" href="https://keybase.io/{{ social.keybase | cgi_escape | escape }}" title="
|
11
|
-
{%- if social.linkedin -%}<li class="Social__item Social__item--linkedin o-no-owl"><a class="Social__link" href="https://www.linkedin.com/in/{{ social.linkedin | cgi_escape | escape }}" title="
|
12
|
-
{%- if social.
|
13
|
-
{%- if social.
|
14
|
-
{%- if social.
|
15
|
-
{%- if social.
|
5
|
+
{%- if social.dribbble -%}<li class="Social__item Social__item--dribbble o-no-owl"><a class="Social__link" rel="me" href="https://dribbble.com/{{ social.dribbble | cgi_escape | escape }}" title="Dribbble"> {%- include icon.html icon="dribbble" -%} </a></li>{%- endif -%}
|
6
|
+
{%- if social.facebook -%}<li class="Social__item Social__item--facebook o-no-owl"><a class="Social__link" rel="me" href="https://www.facebook.com/{{ social.facebook | cgi_escape | escape }}" title="Facebook"> {%- include icon.html icon="facebook" -%} </a></li>{%- endif -%}
|
7
|
+
{%- if social.flickr -%}<li class="Social__item Social__item--flickr o-no-owl"><a class="Social__link" rel="me" href="https://www.flickr.com/photos/{{ social.flickr | cgi_escape | escape }}" title="Flickr"> {%- include icon.html icon="flickr" -%} </a></li>{%- endif -%}
|
8
|
+
{%- if social.github -%}<li class="Social__item Social__item--github o-no-owl"><a class="Social__link" rel="me" href="https://github.com/{{ social.github | cgi_escape | escape }}" title="Github"> {%- include icon.html icon="github" -%} </a></li>{%- endif -%}
|
9
|
+
{%- if social.instagram -%}<li class="Social__item Social__item--instagram o-no-owl"><a class="Social__link" rel="me" href="https://www.instagram.com/{{ social.instagram | cgi_escape | escape }}" title="Instagram"> {%- include icon.html icon="instagram" -%} </a></li>{%- endif -%}
|
10
|
+
{%- if social.keybase -%}<li class="Social__item Social__item--keybase o-no-owl"><a class="Social__link" rel="me" href="https://keybase.io/{{ social.keybase | cgi_escape | escape }}" title="Keybase"> {%- include icon.html icon="keybase" -%} </a></li>{%- endif -%}
|
11
|
+
{%- if social.linkedin -%}<li class="Social__item Social__item--linkedin o-no-owl"><a class="Social__link" rel="me" href="https://www.linkedin.com/in/{{ social.linkedin | cgi_escape | escape }}" title="LinkedIn"> {%- include icon.html icon="linkedin" -%} </a></li>{%- endif -%}
|
12
|
+
{%- if social.mastodon -%}<li class="Social__item Social__item--mastodon o-no-owl"><a class="Social__link" rel="me" href="{{ social.mastodon | uri_escape }}" title="Mastodon"> {%- include icon.html icon="mastodon" -%} </a></li>{%- endif -%}
|
13
|
+
{%- if social.pinterest -%}<li class="Social__item Social__item--pinterest o-no-owl"><a class="Social__link" rel="me" href="https://www.pinterest.com/{{ social.pinterest | cgi_escape | escape }}" title="Pinterest"> {%- include icon.html icon="pinterest" -%} </a></li>{%- endif -%}
|
14
|
+
{%- if social.telegram -%}<li class="Social__item Social__item--telegram o-no-owl"><a class="Social__link" rel="me" href="https://t.me/{{ social.telegram | cgi_escape | escape }}" title="Telegram"> {%- include icon.html icon="telegram" -%} </a></li>{%- endif -%}
|
15
|
+
{%- if social.twitter -%}<li class="Social__item Social__item--twitter o-no-owl"><a class="Social__link" rel="me" href="https://twitter.com/{{ social.twitter | cgi_escape | escape }}" title="Twitter"> {%- include icon.html icon="twitter" -%} </a></li>{%- endif -%}
|
16
|
+
{%- if social.rss -%}<li class="Social__item Social__item--rss o-no-owl"><a class="Social__link" rel="me" href="{{ 'feed.xml' | relative_url }}" title="RSS Feed"> {%- include icon.html icon="rss" -%} </a></li>{%- endif -%}
|
16
17
|
</ul>
|
17
|
-
</div>
|
18
|
+
</div>
|
data/_layouts/core.html
CHANGED
@@ -15,7 +15,7 @@
|
|
15
15
|
<body class="Site {% if body_modifier != '' %}Site--{{ body_modifier }}{% endif %}">
|
16
16
|
{%- include header.html -%}
|
17
17
|
|
18
|
-
<a href="#main-content" class="SkipNav"
|
18
|
+
<a href="#main-content" class="SkipNav">{{ skip_to_main_content }}</a>
|
19
19
|
|
20
20
|
<main class="Site__main o-no-owl" id="main-content">
|
21
21
|
{{ content }}
|
@@ -25,4 +25,4 @@
|
|
25
25
|
|
26
26
|
{%- include google-analytics.html -%}
|
27
27
|
</body>
|
28
|
-
</html>
|
28
|
+
</html>
|
data/_sass/_oscailte.scss
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="position: absolute; width: 0; height: 0;">
|
1
|
+
<svg role="img" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="position: absolute; width: 0; height: 0;">
|
2
2
|
<symbol viewBox="0 0 24 24" id="calendar">
|
3
3
|
<title>Calendar icon</title>
|
4
4
|
<path d="M0 0h24v24H0z" fill="none" />
|
@@ -40,6 +40,11 @@
|
|
40
40
|
<path d="M20.4 20.5H17v-5.6c0-1.3 0-3-1.9-3-1.8 0-2 1.4-2 2.9v5.7H9.3V9h3.4v1.6c.5-1 1.6-1.9 3.4-1.9 3.6 0 4.2 2.4 4.2 5.5v6.3zm-15-13a2 2 0 110-4.2 2 2 0 010 4.1zm1.7 13H3.6V9H7v11.5zM22.2 0H1.8C.8 0 0 .8 0 1.7v20.6c0 1 .8 1.7 1.8 1.7h20.4c1 0 1.8-.8 1.8-1.7V1.7c0-1-.8-1.7-1.8-1.7z"/>
|
41
41
|
</svg>
|
42
42
|
|
43
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="mastodon">
|
44
|
+
<title>Mastodon icon</title>
|
45
|
+
<path d="M23.27 5.31c-.35-2.57-2.62-4.6-5.3-5C17.5.24 15.78 0 11.8 0h-.03C7.8 0 6.95.24 6.5.3 3.88.7 1.5 2.53.92 5.14a15.7 15.7 0 0 0-.26 4c.07 1.88.09 3.75.26 5.61.12 1.24.33 2.47.62 3.68.55 2.24 2.78 4.1 4.96 4.86a13.41 13.41 0 0 0 8.04.17c.59-.19 1.27-.4 1.78-.76a.06.06 0 0 0 .02-.04v-1.8a.05.05 0 0 0-.02-.05.05.05 0 0 0-.05 0 20.28 20.28 0 0 1-4.7.54c-2.73 0-3.47-1.29-3.68-1.82a5.6 5.6 0 0 1-.32-1.43.05.05 0 0 1 .07-.06c1.52.36 3.07.55 4.63.55l1.13-.01c1.57-.05 3.22-.13 4.76-.42l.11-.03c2.44-.46 4.76-1.92 5-5.6l.02-1.67c0-.51.17-3.63-.02-5.55zm-3.75 9.2h-2.56V8.29c0-1.3-.55-1.98-1.67-1.98-1.23 0-1.85.8-1.85 2.35v3.4H10.9v-3.4c0-1.56-.62-2.35-1.85-2.35-1.11 0-1.67.67-1.67 1.98v6.22H4.82V8.1a4.6 4.6 0 0 1 1.01-3.13 3.53 3.53 0 0 1 2.74-1.16c1.31 0 2.3.5 2.97 1.5l.63 1.06.64-1.06c.66-1 1.65-1.5 2.96-1.5 1.13 0 2.04.4 2.74 1.16a4.57 4.57 0 0 1 1.01 3.12z"/>
|
46
|
+
</svg>
|
47
|
+
|
43
48
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="pinterest">
|
44
49
|
<title>Pinterest icon</title>
|
45
50
|
<path d="M12 0a12 12 0 00-4.4 23.1c0-.9-.2-2.4 0-3.4l1.5-6s-.4-.7-.4-1.7c0-1.7 1-3 2.2-3 1 0 1.5.8 1.5 1.7 0 1-.6 2.6-1 4-.3 1.2.6 2.2 1.8 2.2 2.1 0 3.8-2.2 3.8-5.5 0-2.8-2-4.9-5-4.9a5.2 5.2 0 00-5.4 5.2c0 1 .3 2.2.8 2.8.1.1.2.2.1.3l-.3 1.4c0 .2-.2.3-.4.2-1.5-.7-2.4-3-2.4-4.7C4.4 8 7 4.5 12.3 4.5c4.1 0 7.4 3 7.4 6.9 0 4.1-2.6 7.4-6.3 7.4-1.2 0-2.3-.6-2.7-1.3l-.8 2.8c-.2 1-1 2.4-1.5 3.2A12 12 0 0024 12 12 12 0 0012 0z"/>
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: oscailte
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0
|
4
|
+
version: 3.1.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Stephen Coogan
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2022-11-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|
@@ -200,7 +200,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
200
200
|
- !ruby/object:Gem::Version
|
201
201
|
version: '0'
|
202
202
|
requirements: []
|
203
|
-
rubygems_version: 3.
|
203
|
+
rubygems_version: 3.3.7
|
204
204
|
signing_key:
|
205
205
|
specification_version: 4
|
206
206
|
summary: Oscailte — A powerful, clean, and responsive Jekyll theme.
|