moonwalk-tokyonight 0.1.1 → 0.1.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/README.md +8 -5
- data/_config.yml +1 -1
- data/assets/css/main.scss +9 -3
- metadata +5 -41
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 26395adfe0d1e7077d8211ad532caaf45d3c64474b6662d2d7a3ec9abda5418f
|
|
4
|
+
data.tar.gz: bd8768a91263f85c68ee48ffecb77c6506710c1c11ea18bed553f2030e806ad5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: aefdd364f6661cb57ff0bd4cbdab707962a00411e9750df70883da3a316f9a3a28ac48d79d9b4156bb463e3cf73a79cf0c0380be5cd8cee29f84171b412b70f3
|
|
7
|
+
data.tar.gz: a9f3a55a18a9e3f08ed324ded4a5fec1e954c8c4b8a7466ee61f2443df3ef263b1ceb98e67adb1932f61211f5c5b0e94c63b8f03227fed6a8101762da8da1213
|
data/README.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
# Moonwalk Tokyo Night
|
|
2
2
|
|
|
3
|
+
[](https://badge.fury.io/rb/moonwalk-tokyonight)
|
|
4
|
+
|
|
3
5
|
A minimal Jekyll theme based on moonwalk by @abhinavs compatible with `jekyll-remote-theme` using [Tokyo Night](https://tokyonight.org/) as a color palette (specifically `moon` variant).
|
|
4
6
|
|
|
5
7
|
## Install
|
|
@@ -18,17 +20,16 @@ plugins:
|
|
|
18
20
|
- jekyll-seo-tag
|
|
19
21
|
```
|
|
20
22
|
|
|
21
|
-
###
|
|
22
|
-
|
|
23
|
-
In your site’s `Gemfile`, keep `github-pages` and add `jekyll-remote-theme` if needed:
|
|
23
|
+
### via Gemfile
|
|
24
24
|
|
|
25
|
+
In your site’s `Gemfile` add the following
|
|
25
26
|
```ruby
|
|
26
27
|
source "https://rubygems.org"
|
|
27
28
|
|
|
28
|
-
gem
|
|
29
|
-
gem "jekyll-remote-theme", group: :jekyll_plugins
|
|
29
|
+
gem 'moonwalk-tokyonight'
|
|
30
30
|
```
|
|
31
31
|
|
|
32
|
+
## Customize your theme
|
|
32
33
|
|
|
33
34
|
Optional theme settings:
|
|
34
35
|
|
|
@@ -39,6 +40,8 @@ theme_config:
|
|
|
39
40
|
palette: moon # current Tokyo Night palette
|
|
40
41
|
```
|
|
41
42
|
|
|
43
|
+
For now only Moon is supported.
|
|
44
|
+
|
|
42
45
|
## Notes
|
|
43
46
|
|
|
44
47
|
- This theme is based on the original [Moonwalk](https://github.com/abhinavs/moonwalk) theme by Abhinav Saxena.
|
data/_config.yml
CHANGED
data/assets/css/main.scss
CHANGED
|
@@ -3,6 +3,12 @@
|
|
|
3
3
|
|
|
4
4
|
$theme-palette: "{{ site.theme_config.palette | default: 'moon' }}";
|
|
5
5
|
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
{% if jekyll.version < "4.0.0" %}
|
|
7
|
+
{% assign scss_import = "import" %}
|
|
8
|
+
{% else %}
|
|
9
|
+
{% assign scss_import = "use" %}
|
|
10
|
+
{% endif %}
|
|
11
|
+
|
|
12
|
+
@{{ scss_import }} "moonwalk-tokyonight";
|
|
13
|
+
@{{ scss_import }} "list";
|
|
14
|
+
@{{ scss_import }} "syntax";
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: moonwalk-tokyonight
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Santiago Zarate
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-
|
|
11
|
+
date: 2026-09-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|
|
@@ -66,45 +66,9 @@ dependencies:
|
|
|
66
66
|
- - "~>"
|
|
67
67
|
- !ruby/object:Gem::Version
|
|
68
68
|
version: '2.8'
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
requirements:
|
|
73
|
-
- - ">="
|
|
74
|
-
- !ruby/object:Gem::Version
|
|
75
|
-
version: '4.2'
|
|
76
|
-
- - "<"
|
|
77
|
-
- !ruby/object:Gem::Version
|
|
78
|
-
version: '6.0'
|
|
79
|
-
type: :runtime
|
|
80
|
-
prerelease: false
|
|
81
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
82
|
-
requirements:
|
|
83
|
-
- - ">="
|
|
84
|
-
- !ruby/object:Gem::Version
|
|
85
|
-
version: '4.2'
|
|
86
|
-
- - "<"
|
|
87
|
-
- !ruby/object:Gem::Version
|
|
88
|
-
version: '6.0'
|
|
89
|
-
- !ruby/object:Gem::Dependency
|
|
90
|
-
name: webrick
|
|
91
|
-
requirement: !ruby/object:Gem::Requirement
|
|
92
|
-
requirements:
|
|
93
|
-
- - "~>"
|
|
94
|
-
- !ruby/object:Gem::Version
|
|
95
|
-
version: '1.8'
|
|
96
|
-
type: :runtime
|
|
97
|
-
prerelease: false
|
|
98
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
99
|
-
requirements:
|
|
100
|
-
- - "~>"
|
|
101
|
-
- !ruby/object:Gem::Version
|
|
102
|
-
version: '1.8'
|
|
103
|
-
description: 'A minimal Jekyll theme based on moonwalk by @abhinavs, compatible with
|
|
104
|
-
`jekyll-remote-theme` using [Tokyo Night](https://tokyonight.org/) as a color palette
|
|
105
|
-
(specifically `moon` variant).
|
|
106
|
-
|
|
107
|
-
'
|
|
69
|
+
description: |
|
|
70
|
+
A minimal Jekyll theme based on moonwalk by @abhinavs, compatible with jekyll-remote-theme using
|
|
71
|
+
Tokyo Night as a color palette, specifically Moon variant is implemented for now.
|
|
108
72
|
email:
|
|
109
73
|
- rubygems@zarate.co
|
|
110
74
|
executables: []
|