cybersynth-theme 0.1.1 → 0.1.4

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 518aaf9b5b57978694c60b63e7e43106445efef6bf4ff993d43ae8570a65ded0
4
- data.tar.gz: 6512a371981f80e61de7557b47c14f8c41056eff916b372f22446eb67c3429dc
3
+ metadata.gz: 83bd83a44faa3eeea62e0964d0660fd66b569bc6a447b43ea561fb29897676c4
4
+ data.tar.gz: 468f212e9cdd5a36e34b19c5bf5c6ed274f25cd2c999cfb5c88445c9a9c3fd1b
5
5
  SHA512:
6
- metadata.gz: 6be12eb4f7dc26be4dba4243cddd00cb7237b32756ee7aba012d31e6c0f616a909879c6170f01c54f5f5588dfcdc48798fdbce964f2ce6f0af0e80ddb3fd0e55
7
- data.tar.gz: 0d42f2270bbd8886e63f234020a641e097ad9f73e7318a7fdbeedd4709188c806bc4b8f8fa41850cf5d294382846b933011dbe9dd0d2cdcc4ac54e6b102be2ec
6
+ metadata.gz: 358d04e2e70dd845a3f9fe5137cdc0ab03efa1df70bf13b470dedcd55caa0e5f9d4bacf2ff3b938b35e7783b303c6de1dc104dd5e4bb777f353f8895f26e9922
7
+ data.tar.gz: f92ecebdff257518459905e92f69f1ad063de84b142403e0638ad1598228f66af5e2d2c9663e4fb3ad05b38f3694b7a6a1d1d987471a5fc8ed3ca2d2a7690407
data/CHANGELOG.md ADDED
@@ -0,0 +1,51 @@
1
+ # Changelog
2
+
3
+ All notable changes to this project will be documented in this file.
4
+
5
+ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
+ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
+
8
+ ## [Unreleased]
9
+
10
+ ## [0.1.4] - 2024-03-17
11
+
12
+ ## Changed
13
+
14
+ - Updated gemspec.
15
+
16
+ ## [0.1.3] - 2024-03-17
17
+
18
+ ### Fixed
19
+
20
+ - Fixed Changelog URL.
21
+
22
+ ## [0.1.2] - 2024-03-17
23
+
24
+ ### Added
25
+
26
+ - CHANGELOG.
27
+ - Rubygems Metadata.
28
+ - Creates Rakefile for building task.
29
+
30
+ ### Fixed
31
+
32
+ - Fixes title position.
33
+
34
+ ## [0.1.1] - 2024-03-17
35
+
36
+ ### Changed
37
+
38
+ - Points to remote repository so it works on GitHub.
39
+
40
+ ## [0.1.0] - 2024-03-17
41
+
42
+ ### Added
43
+
44
+ - First implementation of project.
45
+
46
+ [unreleased]: https://github.com/ziinahzoor/cybersynth-theme/compare/v0.1.4...main
47
+ [0.1.4]: https://github.com/ziinahzoor/cybersynth-theme/compare/v0.1.3...v0.1.4
48
+ [0.1.3]: https://github.com/ziinahzoor/cybersynth-theme/compare/v0.1.2...v0.1.3
49
+ [0.1.2]: https://github.com/ziinahzoor/cybersynth-theme/compare/v0.1.1...v0.1.2
50
+ [0.1.1]: https://github.com/ziinahzoor/cybersynth-theme/compare/v0.1.0...v0.1.1
51
+ [0.1.0]: https://github.com/ziinahzoor/cybersynth-theme/releases/tag/v0.1.0
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Cybersynth Jekyll Theme
2
2
 
3
- Cybersynth is a cyberpunk Jekyll theme with header navigation for GitHub pages.
3
+ Cybersynth is a cyberpunk Jekyll theme with header navigation for GitHub pages. Check out the [example](https://ziinahzoor.github.io/cybersynth-theme/) website.
4
4
 
5
5
  ## Installation
6
6
 
@@ -9,7 +9,7 @@ It's simple to use the Cybersynth on your GitHub pages site:
9
9
  1. Add the code bellow to your `_config.yml` file:
10
10
 
11
11
  ```yaml
12
- remote_theme: ziinahzoor/cybersynth-theme@v0.1.0
12
+ remote_theme: https://github.com/ziinahzoor/cybersynth-theme
13
13
  plugins:
14
14
  - jekyll-remote-theme
15
15
  ```
@@ -28,6 +28,7 @@ section {
28
28
  text-shadow: 1px 1px $cybergreen;
29
29
  overflow-wrap: break-word;
30
30
  line-height: 2.5rem;
31
+ margin-block: calc(1.5rem - 4px);
31
32
  }
32
33
  }
33
34
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cybersynth-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rafael Rosa Becker dos Santos
@@ -45,6 +45,7 @@ executables: []
45
45
  extensions: []
46
46
  extra_rdoc_files: []
47
47
  files:
48
+ - CHANGELOG.md
48
49
  - LICENSE.txt
49
50
  - README.md
50
51
  - _config.yml
@@ -64,7 +65,11 @@ files:
64
65
  homepage: https://github.com/ziinahzoor/cybersynth-theme
65
66
  licenses:
66
67
  - MIT
67
- metadata: {}
68
+ metadata:
69
+ homepage_uri: https://github.com/ziinahzoor/cybersynth-theme
70
+ source_code_uri: https://github.com/ziinahzoor/cybersynth-theme
71
+ changelog_uri: https://github.com/ziinahzoor/cybersynth-theme/blob/main/CHANGELOG.md
72
+ documentation_uri: https://github.com/ziinahzoor/cybersynth-theme/blob/main/README.md
68
73
  post_install_message:
69
74
  rdoc_options: []
70
75
  require_paths:
@@ -73,7 +78,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
73
78
  requirements:
74
79
  - - ">="
75
80
  - !ruby/object:Gem::Version
76
- version: '0'
81
+ version: 2.5.0
77
82
  required_rubygems_version: !ruby/object:Gem::Requirement
78
83
  requirements:
79
84
  - - ">="