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 +4 -4
- data/LICENSE.txt +1 -1
- data/License.md +1 -1
- data/README.md +7 -7
- data/_includes/Footer.html +1 -1
- data/_includes/assets/comments.html +1 -1
- data/_posts/2022-03-31-To-Know-if-the-nav-works.md +1 -1
- data/_posts/2022-04-1-Elements-of-Fica-Theme.md +1 -1
- data/_posts/2022-04-5-Getting-Started.md +7 -7
- data/_posts/2022-04-6-Creating-a-new-post.md +4 -4
- data/_posts/2023-04-24-Fica-Customization.md +1 -1
- metadata +10 -10
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e5d2024e2768062efba699e27d5e244cd6901c297ec47af0791c50dd20532145
|
4
|
+
data.tar.gz: 19948035a2743c59f52aad8acc51ff4cb7e5eaba4768750669b3263630c5fdce
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4a2ca77ccc3c0963f309ca6baa3d350ab3c1e8db8690a56e75fbb53299b2af02bc47b7572bdb5d203a891a141f2e7ac809231a543ef31ec6b173a106fef0b3e1
|
7
|
+
data.tar.gz: 970dee782273a33e3c7dc51f696f796b248bbb757d0757bf156d74e3cb52b9499f1a90738a852838a598fb45b69236fadd653e994ee744786f417ae344ba42b5
|
data/LICENSE.txt
CHANGED
data/License.md
CHANGED
@@ -8,7 +8,7 @@ pagination:
|
|
8
8
|
|
9
9
|
# The MIT License (MIT)
|
10
10
|
|
11
|
-
#### Copyright (c) 2022 [
|
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://
|
8
|
-
[download it today!](https://github.com/
|
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
|
[](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:
|
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
|
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/
|
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/
|
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://
|
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
|
data/_includes/Footer.html
CHANGED
@@ -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/
|
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,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
layout: post
|
3
3
|
site-title: Getting Started
|
4
|
-
author:
|
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/
|
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
|
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/
|
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/
|
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/
|
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/
|
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:
|
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:
|
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:
|
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:
|
82
|
+
author: aeziyehl
|
83
83
|
post_toc: false
|
84
84
|
```
|
85
85
|
|
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.
|
4
|
+
version: 0.3.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
|
-
-
|
7
|
+
- Aziel Lance
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
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/
|
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/
|
143
|
-
documentation_uri: https://github.com/
|
144
|
-
homepage_uri: https://
|
145
|
-
source_code_uri: https://github.com/
|
146
|
-
wiki_uri: https://github.com/
|
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
|
163
|
+
rubygems_version: 3.2.3
|
164
164
|
signing_key:
|
165
165
|
specification_version: 4
|
166
166
|
summary: A modern theme with minimal look
|