jekyll-theme-fica 0.3.0 → 0.3.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e1eeebec4b9499329efaf098959b1dfd3f488bfe67cdf9d6754b16db8a45ab12
4
- data.tar.gz: 5a9d2cfbd6c4509393da82fa447ba90b72218e1a48bc4887ebfadbe75711ff8b
3
+ metadata.gz: e5d2024e2768062efba699e27d5e244cd6901c297ec47af0791c50dd20532145
4
+ data.tar.gz: 19948035a2743c59f52aad8acc51ff4cb7e5eaba4768750669b3263630c5fdce
5
5
  SHA512:
6
- metadata.gz: cabe784e270999b049f8f6854cea12d710fad83338028cbf8fe56db59b400aa7c165d0ac9da4c90123e3b9df6d267ba55fd4d2a14b6371d092294abaea7f3b68
7
- data.tar.gz: 4444f7cab567531b8275c687b058c557166e8bd511b1e6a8e5792eaeaacca812d3ab20d5ad2364f4a270abf9b3eec66e361a68edb8272b5de5d0d17bd3290da7
6
+ metadata.gz: 4a2ca77ccc3c0963f309ca6baa3d350ab3c1e8db8690a56e75fbb53299b2af02bc47b7572bdb5d203a891a141f2e7ac809231a543ef31ec6b173a106fef0b3e1
7
+ data.tar.gz: 970dee782273a33e3c7dc51f696f796b248bbb757d0757bf156d74e3cb52b9499f1a90738a852838a598fb45b69236fadd653e994ee744786f417ae344ba42b5
data/LICENSE.txt CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2022 Involts
3
+ Copyright (c) 2022 aeziyehl
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
data/License.md CHANGED
@@ -8,7 +8,7 @@ pagination:
8
8
 
9
9
  # The MIT License (MIT)
10
10
 
11
- #### Copyright (c) 2022 [Involts](https://github.com/Involts)
11
+ #### Copyright (c) 2022 [Aziel Lance](https://github.com/aeziyehl)
12
12
 
13
13
  Permission is hereby granted, free of charge, to any person obtaining a copy
14
14
  of this software and associated documentation files (the "Software"), to deal
data/README.md CHANGED
@@ -4,8 +4,8 @@
4
4
  # Fica Theme
5
5
 
6
6
 
7
- You can preview the theme to [see what it looks like](https://involts.github.io/jekyll-theme-fica/) or
8
- [download it today!](https://github.com/Involts/jekyll-theme-fica/zipball/master)
7
+ You can preview the theme to [see what it looks like](https://aeziyehl.github.io/jekyll-theme-fica/) or
8
+ [download it today!](https://github.com/aeziyehl/jekyll-theme-fica/zipball/master)
9
9
 
10
10
  [![Gem Version](https://badge.fury.io/rb/jekyll-theme-fica.svg)](https://badge.fury.io/rb/jekyll-theme-fica)
11
11
 
@@ -17,7 +17,7 @@ You can preview the theme to [see what it looks like](https://involts.github.io/
17
17
  ### Step 2:
18
18
  Add `theme: jekyll-theme-fica`, if you run it locally and
19
19
 
20
- `remote_theme: Involts/jekyll-theme-fica`, if you using GitHub-Pages to your `_config.yml`.
20
+ `remote_theme: aeziyehl/jekyll-theme-fica`, if you using GitHub-Pages to your `_config.yml`.
21
21
 
22
22
  ### Step 3:
23
23
  Run `$ bin/run insdep`, if you download it on Github and
@@ -45,7 +45,7 @@ title: [The title of your site]
45
45
  description: [A short description of your site's purpose]
46
46
 
47
47
  socials:
48
- # Change Involts to your full name.
48
+ # Change Aziel Lance to your full name.
49
49
  name: [The author of the site]
50
50
  # it also be the copyright owner's link
51
51
  author-link: [Link of the author]
@@ -57,7 +57,7 @@ Change the links of your site header:
57
57
  header:
58
58
  external_link_1: true # if false, it adds the baseurl of the site
59
59
  header_name_1: Download
60
- header_link_1: https://github.com/Involts/jekyll-theme-fica/zipball/master
60
+ header_link_1: https://github.com/aeziyehl/jekyll-theme-fica/zipball/master
61
61
 
62
62
  external_link_2: false # if false, it adds the baseurl of the site
63
63
  header_name_2: Post
@@ -75,7 +75,7 @@ Footer:
75
75
  # Section 1
76
76
  footer_section_1_title: find me on
77
77
  footer_section_1_links_1_name: Github
78
- footer_section_1_links_1_link: https://github.com/Involts
78
+ footer_section_1_links_1_link: https://github.com/aeziyehl
79
79
 
80
80
  footer_section_1_links_2_name: Youtube
81
81
  footer_section_1_links_2_link: /
@@ -123,7 +123,7 @@ Footer:
123
123
  | `chktheme`, `ct` | Checks the theme for errors |
124
124
  | `bldgem`, `bm` | builds the theme and uploads it to RubyGems |
125
125
 
126
- More Customization on the [theme's demo site.](https://involts.github.io/jekyll-theme-fica/Posts/Fica-Customization/)
126
+ More Customization on the [theme's demo site.](https://aeziyehl.github.io/jekyll-theme-fica/Posts/Fica-Customization/)
127
127
 
128
128
 
129
129
  ## Contributing
@@ -81,7 +81,7 @@
81
81
  Powered by
82
82
  <a href="https://jekyllrb.com" target="_blank" rel="noopener">Jekyll</a>
83
83
  with
84
- <a href="https://github.com/Involts/jekyll-theme-fica" target="_blank" rel="noopener">jekyll-theme-fica</a>
84
+ <a href="https://github.com/aeziyehl/jekyll-theme-fica" target="_blank" rel="noopener">jekyll-theme-fica</a>
85
85
  </span>
86
86
  </div>
87
87
  {%- endif -%}
@@ -1,6 +1,6 @@
1
1
  <script
2
2
  src="https://giscus.app/client.js"
3
- data-repo="Involts/jekyll-theme-fica"
3
+ data-repo="aeziyehl/jekyll-theme-fica"
4
4
  data-repo-id="R_kgDOHBBewA"
5
5
  data-category="General"
6
6
  data-category-id="DIC_kwDOHBBewM4COJVV"
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  layout: post
3
3
  site-title: To Know if the nav works
4
- author: Involts
4
+ author: Aziel Lance
5
5
  modified_date: 2022-04-3
6
6
  post_toc: false
7
7
  ---
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  layout: post
3
3
  site-title: Elements of Fica Theme
4
- author: Involts
4
+ author: Aziel Lance
5
5
  modified_date: 2023-04-14
6
6
  ---
7
7
 
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  layout: post
3
3
  site-title: Getting Started
4
- author: Involts
4
+ author: Aziel Lance
5
5
  pin: true
6
6
  ---
7
7
 
@@ -15,7 +15,7 @@ Follow the instructions in [jekyll Docs](https://jekyllrb.com/docs/installation/
15
15
 
16
16
  1. [Using RubyGems](https://rubygems.org/gems/jekyll-theme-fica) - Easy to upgrade, but it is not convenient with customizing the Theme.
17
17
 
18
- 1. [Forking using Github](https://github.com/Involts/jekyll-theme-fica/generate) - Not easy to upgrade, but you needs familiar with [Jekyll](https://jekyllrb.com), [Git](https://git-scm.com/) or [Github](https://github.com/).
18
+ 1. [Forking using Github](https://github.com/aeziyehl/jekyll-theme-fica/generate) - Not easy to upgrade, but you needs familiar with [Jekyll](https://jekyllrb.com), [Git](https://git-scm.com/) or [Github](https://github.com/).
19
19
 
20
20
  ## Option 1. Using RubyGems
21
21
 
@@ -79,7 +79,7 @@ title: [The title of your site]
79
79
  description: [A short description of your site's purpose]
80
80
 
81
81
  socials:
82
- # Change Involts to your full name.
82
+ # Change aeziyehl to your full name.
83
83
  name: [The auther of the site]
84
84
  # it also be the copyright owner's link
85
85
  author-link: [Link of the auther]
@@ -91,7 +91,7 @@ Change the links of your site header:
91
91
  header:
92
92
  external_link_1: true # if false, it adds the baseurl of the site
93
93
  header_name_1: Download
94
- header_link_1: https://github.com/Involts/jekyll-theme-fica/zipball/master
94
+ header_link_1: https://github.com/aeziyehl/jekyll-theme-fica/zipball/master
95
95
 
96
96
  external_link_2: false # if false, it adds the baseurl of the site
97
97
  header_name_2: Post
@@ -113,7 +113,7 @@ Change the links of your site header:
113
113
  header:
114
114
  external_link_1: true # if false, it adds the baseurl of the site
115
115
  header_name_1: Download
116
- header_link_1: https://github.com/Involts/jekyll-theme-fica/zipball/master
116
+ header_link_1: https://github.com/aeziyehl/jekyll-theme-fica/zipball/master
117
117
  - external_link_2: false # if false, it adds the baseurl of the site
118
118
  + external_link_2: true # if false, it adds the baseurl of the site
119
119
  header_name_2: Post
@@ -136,9 +136,9 @@ $ bin/run upgrade
136
136
  ```
137
137
  {: .nolineno}
138
138
 
139
- Please refer to the [Upgrade Guide](https://github.com/Involts/jekyll-theme-fica/wiki/Theme-Upgrade-Guide) to keep your repo’s files in sync with the latest version of the theme.
139
+ Please refer to the [Upgrade Guide](https://github.com/aeziyehl/jekyll-theme-fica/wiki/Theme-Upgrade-Guide) to keep your repo’s files in sync with the latest version of the theme.
140
140
 
141
- - If you [forked](https://github.com/Involts/jekyll-theme-fica/fork) it on [GitHub](https://github.com/Involts/jekyll-theme-fica), then merge the [latest tags](https://github.com/Involts/jekyll-theme-fica/tags) into your Jekyll site to complete the upgrade. The merge is likely to conflict with your local modifications. Please be patient and careful to resolve these conflicts.
141
+ - If you [forked](https://github.com/aeziyehl/jekyll-theme-fica/fork) it on [GitHub](https://github.com/aeziyehl/jekyll-theme-fica), then merge the [latest tags](https://github.com/aeziyehl/jekyll-theme-fica/tags) into your Jekyll site to complete the upgrade. The merge is likely to conflict with your local modifications. Please be patient and careful to resolve these conflicts.
142
142
 
143
143
 
144
144
 
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  layout: post
3
3
  site-title: Creating a new post
4
- author: Involts
4
+ author: Aziel Lance
5
5
  ---
6
6
 
7
7
  This post shows how to create a new post on the `Fica` Theme. Even if you have previous experience with Jekyll, this article is worth reading, because many features require specific variables to be set.
@@ -61,7 +61,7 @@ site-title: post
61
61
  ---
62
62
  layout: post
63
63
  site-title: Creating a new post
64
- author: Involts
64
+ author: aeziyehl
65
65
  ---
66
66
  ```
67
67
 
@@ -70,7 +70,7 @@ if you want to pin the post:
70
70
  ---
71
71
  layout: post
72
72
  site-title: Creating a new post
73
- author: Involts
73
+ author: aeziyehl
74
74
  pin: true
75
75
  ---
76
76
  ```
@@ -79,7 +79,7 @@ if you want to remove TOC in post
79
79
  ```yml
80
80
  layout: post
81
81
  site-title: Creating a new post
82
- author: Involts
82
+ author: aeziyehl
83
83
  post_toc: false
84
84
  ```
85
85
 
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  layout: post
3
3
  site-title: Fica Customization
4
- author: Involts
4
+ author: Aziel Lance
5
5
  ---
6
6
 
7
7
  The following shows how to customize the Theme.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-fica
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
- - Involts
7
+ - Aziel Lance
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-06-11 00:00:00.000000000 Z
11
+ date: 2024-12-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -135,15 +135,15 @@ files:
135
135
  - js/back-to-top.js
136
136
  - logo.png
137
137
  - post/index.html
138
- homepage: https://github.com/Involts/jekyll-theme-fica
138
+ homepage: https://github.com/aeziyehl/jekyll-theme-fica
139
139
  licenses:
140
140
  - MIT
141
141
  metadata:
142
- bug_tracker_uri: https://github.com/Involts/jekyll-theme-fica/issues
143
- documentation_uri: https://github.com/Involts/jekyll-theme-fica#readme
144
- homepage_uri: https://involts.github.io/jekyll-theme-fica/
145
- source_code_uri: https://github.com/Involts/jekyll-theme-fica
146
- wiki_uri: https://github.com/Involts/jekyll-theme-fica/wiki
142
+ bug_tracker_uri: https://github.com/aeziyehl/jekyll-theme-fica/issues
143
+ documentation_uri: https://github.com/aeziyehl/jekyll-theme-fica#readme
144
+ homepage_uri: https://aeziyehl.github.io/jekyll-theme-fica/
145
+ source_code_uri: https://github.com/aeziyehl/jekyll-theme-fica
146
+ wiki_uri: https://github.com/aeziyehl/jekyll-theme-fica/wiki
147
147
  plugin_type: theme
148
148
  post_install_message:
149
149
  rdoc_options: []
@@ -160,7 +160,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
160
160
  - !ruby/object:Gem::Version
161
161
  version: '0'
162
162
  requirements: []
163
- rubygems_version: 3.3.20
163
+ rubygems_version: 3.2.3
164
164
  signing_key:
165
165
  specification_version: 4
166
166
  summary: A modern theme with minimal look