jekyll-theme-fica 0.1.8 → 0.2.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (60) hide show
  1. checksums.yaml +4 -4
  2. data/.github/ISSUE_TEMPLATE/bug_report.md +38 -0
  3. data/.github/ISSUE_TEMPLATE/feature_request.md +20 -0
  4. data/.github/workflows/.ci_BASE_2002.yaml.swp +0 -0
  5. data/.github/workflows/.ci_LOCAL_2002.yaml.swp +0 -0
  6. data/.github/workflows/.ci_REMOTE_2002.yaml.swp +0 -0
  7. data/.github/workflows/ci.yaml +20 -13
  8. data/.github/workflows/ci.yaml.orig +34 -0
  9. data/.github/workflows/ci_BACKUP_2002.yaml +34 -0
  10. data/.github/workflows/ci_BASE_2002.yaml +27 -0
  11. data/.github/workflows/ci_LOCAL_2002.yaml +27 -0
  12. data/.github/workflows/ci_REMOTE_2002.yaml +27 -0
  13. data/404.html +5 -3
  14. data/README.md +59 -89
  15. data/_includes/Footer.html +76 -36
  16. data/_includes/Head.html +11 -11
  17. data/_includes/Header.html +17 -23
  18. data/_includes/assets/BTT.html +8 -0
  19. data/_includes/assets/Google-Analytics.html +12 -0
  20. data/_includes/assets/anchor-headings.html +164 -0
  21. data/_includes/assets/comments.html +16 -0
  22. data/_includes/assets/toc.html +174 -0
  23. data/_layouts/default.html +12 -10
  24. data/_layouts/home.html +20 -46
  25. data/_layouts/page.html +5 -14
  26. data/_layouts/post.html +49 -50
  27. data/_layouts/post_home.html +102 -70
  28. data/_posts/2022-03-31-To-Know-if-the-nav-works.md +8 -8
  29. data/_posts/2022-04-1-Demo.md +113 -113
  30. data/_posts/2022-04-5-Getting-Started.md +74 -27
  31. data/_posts/2022-04-6-Creating-a-new-post.md +136 -124
  32. data/_sass/base.scss +472 -0
  33. data/_sass/{themes/dark theme → colors/dark-theme}/highlight.scss +0 -0
  34. data/_sass/{themes/dark theme/theme-dark.scss → colors/dark-theme/theme-dark.scss} +24 -27
  35. data/_sass/{themes/light theme → colors/light-theme}/highlight.scss +0 -0
  36. data/_sass/{themes/light theme/theme-light.scss → colors/light-theme/theme-light.scss} +18 -24
  37. data/_sass/jekyll-theme-fica.scss +1 -7
  38. data/_sass/layouts/Google-fonts.scss +139 -0
  39. data/_sass/layouts/component.scss +253 -0
  40. data/_sass/layouts/layout.scss +508 -572
  41. data/_sass/layouts/variable.scss +201 -0
  42. data/assets/css/Style.scss +7 -37
  43. data/assets/fica-icons.svg +64 -64
  44. data/assets/img/{fica_ad.png → homepage-pic.png} +0 -0
  45. data/bin/run +195 -0
  46. data/js/Main.js +21 -0
  47. data/js/back-to-top.js +16 -25
  48. data/post/index.html +3 -3
  49. metadata +36 -21
  50. data/_includes/BTT.html +0 -9
  51. data/_includes/Custom-Head.html +0 -9
  52. data/_includes/Google-Analytics.html +0 -11
  53. data/_sass/custom/styles.scss +0 -1
  54. data/_sass/custom/variables.scss +0 -1
  55. data/_sass/layouts/base.scss +0 -573
  56. data/_sass/layouts/variables.scss +0 -89
  57. data/assets/css/fica-icons.svg +0 -68
  58. data/bin/build +0 -7
  59. data/bin/server +0 -7
  60. data/docs/contributing.md +0 -69
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a12ee76fc793fdd77b2fa48c2499ede1634b11eb2cd7b1cddde1b64af427e395
4
- data.tar.gz: 7316e301619255ac34ff9c5808fa3b87fbb884f3b49a85631dd3e431a36258a3
3
+ metadata.gz: 9857fa3554119901ce9080e4f6eb7a9eccd8ebfc5148f4bc9b10be639907b2d6
4
+ data.tar.gz: 4e5e8ae5bd102a44f186eba41ffce8507ff2e0f6d3183ea06c2acab2a9285a82
5
5
  SHA512:
6
- metadata.gz: 7052eef6cf989acd97d6c19223a1dde48346c64f9604b7439947fa92ba7937de65391e8d5ec76c7df6419307781330799604d77539ac4d645ca0639ef77366d0
7
- data.tar.gz: bd0080615fb02717033c278031cd493445e9feabf891596801ff4fbd66f00feb0930906098b6e1f4d6314a991eb1beb22e18a49aa478bd9de11fa068948d19ad
6
+ metadata.gz: 42928b4a1b2737051637f92f8545e6227ea9557238db6dc6c45e69440988b48d6e6449537ecda791dc2a218f96b8eaf8488c4b80b98e0224794b4b59ce0d868b
7
+ data.tar.gz: b6ca5846a252dd72dabc1d2193d3b5cfb92f9338acf2dfbd3a5823f5789b85a724e79106c25424262bbccfcaba69278bf22284862df512a172bfa9a7977d5298
@@ -0,0 +1,38 @@
1
+ ---
2
+ name: Bug report
3
+ about: Create a report to help us improve
4
+ title: ''
5
+ labels: ''
6
+ assignees: ''
7
+
8
+ ---
9
+
10
+ **Describe the bug**
11
+ A clear and concise description of what the bug is.
12
+
13
+ **To Reproduce**
14
+ Steps to reproduce the behavior:
15
+ 1. Go to '...'
16
+ 2. Click on '....'
17
+ 3. Scroll down to '....'
18
+ 4. See error
19
+
20
+ **Expected behavior**
21
+ A clear and concise description of what you expected to happen.
22
+
23
+ **Screenshots**
24
+ If applicable, add screenshots to help explain your problem.
25
+
26
+ **Desktop (please complete the following information):**
27
+ - OS: [e.g. iOS]
28
+ - Browser [e.g. chrome, safari]
29
+ - Version [e.g. 22]
30
+
31
+ **Smartphone (please complete the following information):**
32
+ - Device: [e.g. iPhone6]
33
+ - OS: [e.g. iOS8.1]
34
+ - Browser [e.g. stock browser, safari]
35
+ - Version [e.g. 22]
36
+
37
+ **Additional context**
38
+ Add any other context about the problem here.
@@ -0,0 +1,20 @@
1
+ ---
2
+ name: Feature request
3
+ about: Suggest an idea for this project
4
+ title: ''
5
+ labels: ''
6
+ assignees: ''
7
+
8
+ ---
9
+
10
+ **Is your feature request related to a problem? Please describe.**
11
+ A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
12
+
13
+ **Describe the solution you'd like**
14
+ A clear and concise description of what you want to happen.
15
+
16
+ **Describe alternatives you've considered**
17
+ A clear and concise description of any alternative solutions or features you've considered.
18
+
19
+ **Additional context**
20
+ Add any other context or screenshots about the feature request here.
@@ -1,27 +1,34 @@
1
- name: Working on it...
1
+ name: 'Fica testing tool'
2
2
  on:
3
3
  push:
4
4
  branches:
5
- - master
5
+ <<<<<<< HEAD
6
+ - beta
6
7
  pull_request:
7
8
  branches:
8
- - master
9
+ - beta
10
+ =======
11
+ - main
12
+ pull_request:
13
+ branches:
14
+ - main
15
+ >>>>>>> 91d38cf37714a464d41160dd1513f5ba186f3bca
16
+
9
17
  jobs:
10
18
  build:
11
- name: "Test with Jekyll ${{ matrix.jekyll }}"
12
- runs-on: "ubuntu-latest"
19
+ runs-on: ubuntu-latest
13
20
  strategy:
14
21
  matrix:
15
- jekyll: ["~> 3.9", "~> 4.2"]
16
- env:
17
- JEKYLL_VERSION: ${{ matrix.jekyll }}
22
+ ruby: [2.7]
18
23
  steps:
19
- - name: Checkout Repository
24
+ - name: Checkout
20
25
  uses: actions/checkout@v2
21
- - name: Set Up Ruby 2.7
26
+ with:
27
+ fetch-depth: 0 # for posts's lastmod
28
+ - name: Setup Ruby
22
29
  uses: ruby/setup-ruby@v1
23
30
  with:
24
- ruby-version: 2.7
31
+ ruby-version: ${{ matrix.ruby }}
25
32
  bundler-cache: true
26
- - name: Run checks
27
- run: bin/gp-load
33
+ - name: Test Site
34
+ run: bash bin/run insdep
@@ -0,0 +1,34 @@
1
+ name: 'Fica testing tool'
2
+ on:
3
+ push:
4
+ branches:
5
+ <<<<<<< HEAD
6
+ - beta
7
+ pull_request:
8
+ branches:
9
+ - beta
10
+ =======
11
+ - main
12
+ pull_request:
13
+ branches:
14
+ - main
15
+ >>>>>>> 91d38cf37714a464d41160dd1513f5ba186f3bca
16
+
17
+ jobs:
18
+ build:
19
+ runs-on: ubuntu-latest
20
+ strategy:
21
+ matrix:
22
+ ruby: [2.7]
23
+ steps:
24
+ - name: Checkout
25
+ uses: actions/checkout@v2
26
+ with:
27
+ fetch-depth: 0 # for posts's lastmod
28
+ - name: Setup Ruby
29
+ uses: ruby/setup-ruby@v1
30
+ with:
31
+ ruby-version: ${{ matrix.ruby }}
32
+ bundler-cache: true
33
+ - name: Test Site
34
+ run: bash bin/run insdep
@@ -0,0 +1,34 @@
1
+ name: 'Fica testing tool'
2
+ on:
3
+ push:
4
+ branches:
5
+ <<<<<<< HEAD
6
+ - beta
7
+ pull_request:
8
+ branches:
9
+ - beta
10
+ =======
11
+ - main
12
+ pull_request:
13
+ branches:
14
+ - main
15
+ >>>>>>> 91d38cf37714a464d41160dd1513f5ba186f3bca
16
+
17
+ jobs:
18
+ build:
19
+ runs-on: ubuntu-latest
20
+ strategy:
21
+ matrix:
22
+ ruby: [2.7]
23
+ steps:
24
+ - name: Checkout
25
+ uses: actions/checkout@v2
26
+ with:
27
+ fetch-depth: 0 # for posts's lastmod
28
+ - name: Setup Ruby
29
+ uses: ruby/setup-ruby@v1
30
+ with:
31
+ ruby-version: ${{ matrix.ruby }}
32
+ bundler-cache: true
33
+ - name: Test Site
34
+ run: bash bin/run insdep
@@ -0,0 +1,27 @@
1
+ name: Working on it...
2
+ on:
3
+ push:
4
+ branches:
5
+ - master
6
+ pull_request:
7
+ branches:
8
+ - master
9
+ jobs:
10
+ build:
11
+ name: "Test with Jekyll ${{ matrix.jekyll }}"
12
+ runs-on: "ubuntu-latest"
13
+ strategy:
14
+ matrix:
15
+ jekyll: ["~> 3.9", "~> 4.2"]
16
+ env:
17
+ JEKYLL_VERSION: ${{ matrix.jekyll }}
18
+ steps:
19
+ - name: Checkout Repository
20
+ uses: actions/checkout@v2
21
+ - name: Set Up Ruby 2.7
22
+ uses: ruby/setup-ruby@v1
23
+ with:
24
+ ruby-version: 2.7
25
+ bundler-cache: true
26
+ - name: Run checks
27
+ run: bin/gp-load
@@ -0,0 +1,27 @@
1
+ name: 'Fica testing tool'
2
+ on:
3
+ push:
4
+ branches:
5
+ - beta
6
+ pull_request:
7
+ branches:
8
+ - beta
9
+
10
+ jobs:
11
+ build:
12
+ runs-on: ubuntu-latest
13
+ strategy:
14
+ matrix:
15
+ ruby: [2.7]
16
+ steps:
17
+ - name: Checkout
18
+ uses: actions/checkout@v2
19
+ with:
20
+ fetch-depth: 0 # for posts's lastmod
21
+ - name: Setup Ruby
22
+ uses: ruby/setup-ruby@v1
23
+ with:
24
+ ruby-version: ${{ matrix.ruby }}
25
+ bundler-cache: true
26
+ - name: Test Site
27
+ run: bash bin/run insdep
@@ -0,0 +1,27 @@
1
+ name: 'Fica testing tool'
2
+ on:
3
+ push:
4
+ branches:
5
+ - main
6
+ pull_request:
7
+ branches:
8
+ - main
9
+
10
+ jobs:
11
+ build:
12
+ runs-on: ubuntu-latest
13
+ strategy:
14
+ matrix:
15
+ ruby: [2.7]
16
+ steps:
17
+ - name: Checkout
18
+ uses: actions/checkout@v2
19
+ with:
20
+ fetch-depth: 0 # for posts's lastmod
21
+ - name: Setup Ruby
22
+ uses: ruby/setup-ruby@v1
23
+ with:
24
+ ruby-version: ${{ matrix.ruby }}
25
+ bundler-cache: true
26
+ - name: Test Site
27
+ run: bash bin/run insdep
data/404.html CHANGED
@@ -9,8 +9,10 @@ site-title: Page not found
9
9
  <use xlink:href="{{ 'assets/404.svg#404_error' | relative_url }}"></use>
10
10
  </svg>
11
11
  <h1>Whoops!</h1>
12
- <p>It seems like we couldn't</p>
13
- <p>find the page you were</p>
14
- <p>looking for</p>
12
+ <div class="error-pagh">
13
+ <p>It seems like we couldn't</p>
14
+ <p>find the page you were</p>
15
+ <p>looking for</p>
16
+ </div>
15
17
  <a class="btn-error" href="{{site.baseurl}}/">Home</a>
16
18
  </div>
data/README.md CHANGED
@@ -5,104 +5,81 @@ You can preview the theme to [see what it looks like](https://involts.github.io/
5
5
 
6
6
  [![Gem Version](https://badge.fury.io/rb/jekyll-theme-fica.svg)](https://badge.fury.io/rb/jekyll-theme-fica)
7
7
 
8
- ## Installation and first use
8
+ # Installation
9
9
 
10
- Add this line to your Jekyll site's `Gemfile`:
10
+ ### Step 1:
11
+ Add `gem 'jekyll-theme-fica', '~> 0.2.2'` to your `Gemfile`
11
12
 
12
- ```ruby
13
- gem "jekyll-theme-fica"
14
- ```
15
-
16
- And add this line to your Jekyll site's `_config.yml`:
17
-
18
- ```yaml
19
- # if you run it locally:
20
- theme: jekyll-theme-fica
21
-
22
- # if you using GitHub-Pages:
23
- remote_theme: Involts/jekyll-theme-fica
24
- ```
25
- to install all the dependencies:
26
- ```
27
- $ bin/build
28
- ```
29
-
30
- ### `bin/build` installs all the dependencies and runs the server **LOCALY**
31
- or
32
- ```
33
- $ bundle install
34
- ```
35
-
36
- ### `bin/build` installs all the dependencies and runs the server **LOCALY**
37
-
38
- OR run, to run your jekyll site:
39
- ```
40
- $ bin/server
41
- ```
42
- or
43
- ```
44
- $ bundle exec jekyll serve
45
- ```
46
- ## Note:
13
+ ### Step 2:
14
+ Add `theme: jekyll-theme-fica`, if you run it locally and
15
+
16
+ `remote_theme: Involts/jekyll-theme-fica`, if you using GitHub-Pages to your `_config.yml`.
47
17
 
48
- `bin/build` installs all the dependencies and runs the server **LOCALY**
18
+ ### Step 3:
19
+ Run `$ bin/run insdep`, if you download it on Github and
49
20
 
50
- Before publishing the site to github-pages, replace the varable of baseurl:
21
+ `$ bundle install`, if you download it on RubyGems.org
51
22
 
52
- if you have brought a doman remove the varable below:
53
-
54
- ```
55
- # _config.yml
56
- baseurl: /jekyll-fica-theme
57
- ```
58
-
59
- If you want to create a external link in the headers Links remove `{{site.baseurl}}` on `_includes/Header.html`:
60
-
61
- Before:
62
-
63
- ```
64
- <div class="trigger">
65
- <a class="page-link" href="{{site.header.header_link_1}}">{{site.header.header_name_1}}</a>
66
- <a class="page-link" href="{{site.baseurl}}{{site.header.header_link_2}}">{{site.header.header_name_2}}</a>
67
- <a class="page-link" href="{{site.baseurl}}{{site.header.header_link_3}}">{{site.header.header_name_3}}</a>
68
- </div>
69
- ```
23
+ ### Step 4:
24
+ Run `$ bin/run server`, if you download it on Github and
70
25
 
71
- After:
26
+ `$ bundle exec jekyll serve` if you download it on RubyGems.org
72
27
 
73
- ```
74
- <div class="trigger">
75
- <a class="page-link" href="{{site.header.header_link_1}}">{{site.header.header_name_1}}</a>
76
- <a class="page-link" href="{{site.header.header_link_2}}">{{site.header.header_name_2}}</a>
77
- <a class="page-link" href="{{site.header.header_link_3}}">{{site.header.header_name_3}}</a>
78
- </div>
79
- ```
28
+ ## Reminders:
29
+ > Before publishing the site to github-pages, replace the varable of baseurl:
30
+ >
31
+ > if you have brought a doman remove the varable `baseurl: /jekyll-fica-theme` in the `_config.yml`
80
32
 
81
- # Customizations
33
+ # Customiztion
82
34
 
83
35
  ## Customizing `_config.yml`
84
36
 
85
37
  Fica Theme will respect the following variables, in your `_config.yml` file:
86
38
 
87
- ```
39
+ ```yml
88
40
  title: [The title of your site]
89
- author: [The auther of the site]
90
- name: [The owner of the site]
91
41
  description: [A short description of your site's purpose]
42
+
43
+ socials:
44
+ # Change Involts to your full name.
45
+ name: [The auther of the site]
46
+ # it also be the copyright owner's link
47
+ auther-link: [Link of the auther]
92
48
  ```
93
49
 
94
50
  Change the links of your site header:
95
51
 
96
- ```
52
+ ```yml
97
53
  header:
98
- header_name_1: Download
99
- header_link_1: https://github.com/Involts/jekyll-theme-fica/zipball/master
100
- header_name_2: Post
101
- header_link_2: /Post/
102
- header_name_3: About
103
- header_link_3: /About/
54
+ external_link_1: true # if false, it adds the baseurl of the site
55
+ header_name_1: Download
56
+ header_link_1: https://github.com/Involts/jekyll-theme-fica/zipball/master
57
+
58
+ external_link_2: false # if false, it adds the baseurl of the site
59
+ header_name_2: Post
60
+ header_link_2: /Post/
61
+
62
+ external_link_3: false # if false, it adds the baseurl of the site
63
+ header_name_3: About
64
+ header_link_3: /About/
104
65
  ```
105
66
 
67
+ ## `bin/run` testing command suite:
68
+
69
+ ### Usage:
70
+
71
+ `bin/run` **subcommand**
72
+
73
+ | Subcommand | Description
74
+ | -----------------|---------------------------------------|
75
+ | `upgrade` , `u` | Upgrades `jekell-theme-fica` to the latest version |
76
+ | `help` , `h` | Print help. |
77
+ | `version` , `v` | Print version. |
78
+ | `server` , `s` | Runs the server locally |
79
+ | `insdep` , `idp` | Installs all the dependencies |
80
+ | `chktheme`, `ct` | Checks the theme for errors |
81
+ | `bldgem`, `bm` | builds the theme and uploads it to RubyGems |
82
+
106
83
  ## Customizing the Styles, Vriables and Color Scheme:
107
84
 
108
85
  if you like to override the default styles of the theme, go to `_sass/Custom/Styles.scss`.
@@ -114,6 +91,7 @@ if you like to change the colors of the Dark Theme in the site, go to `_sass/the
114
91
  if you like to change the colors of the Light Theme in the site, go to `_sass/themes/dark theme/Light_Theme.scss`.
115
92
 
116
93
  Want to change [the themes?](#how-to-change-dark-mode-to-light-mode)
94
+
117
95
  ## How to replace the logo on the header ?
118
96
 
119
97
  Replace logo.png at the top of your site.
@@ -121,7 +99,7 @@ Make sure that the logo is 36x36 pixels to avoid overlapping the title.
121
99
 
122
100
  ## how to replace the pictue at the homepage ?
123
101
 
124
- Replace `assets/img/fica_ad.png`
102
+ Replace `assets/img/homepage-pic.png`
125
103
  # Customizing Google Analytics code
126
104
 
127
105
  Google has released several iterations to their Google Analytics code over the years since this theme was first created. If you would like to take advantage of the latest code, paste it into `_includes/Google-Analytics.html` in your Jekyll site.
@@ -133,28 +111,20 @@ Replace:
133
111
  ```diff
134
112
  - "themes/dark theme/theme-dark",
135
113
 
136
- + "themes/light theme/theme-light",
114
+ + "themes/light theme/theme-light",
137
115
  ```
138
- in `_sass/jekyll-theme-fica.scss`.
139
116
 
117
+ in `_sass/jekyll-theme-fica.scss`.
140
118
 
141
119
  ## Contributing
142
120
 
143
121
  Interested in contributing to Fica Theme? We'd love your help. Fica Theme is an open source project, built one contribution at a time by users like you. See [the contributing file](docs/contributing.md) for instructions on how to contribute.
144
122
 
145
- ### Previewing the theme locally
123
+ The theme is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
146
124
 
147
- If you'd like to preview the theme locally (for example, in the process of proposing a change):
148
125
 
149
- 1. Clone down the theme's repository (`git clone https://github.com/Involts/jekyll-theme-fica`)
150
- 2. `cd` into the theme's directory
151
- 3. Run `bin/build` to install the necessary dependencies
152
126
 
153
- ### `bin/build` installs all the dependencies and runs the server **LOCALY**
127
+
154
128
 
155
- 4. Run `script/server` to start the preview server
156
- 5. Visit [`localhost:4000`](http://localhost:4000) or [`localhost:4000/jekyll-theme-fica`](http://localhost:4000/jekyll-theme-fica) in your browser to preview the theme
157
129
 
158
- ## License
159
130
 
160
- The theme is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
@@ -1,72 +1,112 @@
1
- <footer class="site-footer h-card">
2
- <data class="u-url" href="{{ "{{site.baseurl}}/" | relative_url }}"></data>
3
- <div class="wrapper">
4
-
5
- <div class="footer-col-wrapper">
6
-
1
+ <footer class="site-footer">
2
+ <div class="footer-wrapper">
3
+ <div class="site-footer-wrapper">
7
4
  <div class="footer-col">
8
- <li class="Links_footer">
9
- </svg><span>find me on</span>
10
- </a>
5
+ <li class="footer-product">{{site.title}}</li>
6
+ <li class="footer-product">{{site.description}}</li>
7
+ </div>
8
+ <div class="footer-col">
9
+ <li class="links-footer">
10
+ <span>find me on</span>
11
11
  </li>
12
- <li class="Links_footer">
12
+ <li class="links-footer">
13
13
  <a href="https://github.com/Involts">
14
14
  <svg class="svg-icon github">
15
15
  <use xlink:href="{{ 'assets/fica-icons.svg#github' | relative_url }}"></use>
16
- </svg><span>Github</span>
16
+ </svg>
17
+ <span>Github</span>
17
18
  </a>
18
19
  </li>
19
- <li class="Links_footer">
20
+ <li class="links-footer">
20
21
  <a href="/">
21
22
  <svg class="svg-icon youtube">
22
23
  <use xlink:href="{{ 'assets/fica-icons.svg#youtube' | relative_url }}"></use>
23
- </svg><span>Youtube</span>
24
+ </svg>
25
+ <span>Youtube</span>
24
26
  </a>
25
27
  </li>
26
- <li class="Links_footer">
28
+ <li class="links-footer">
27
29
  <a href="/">
28
30
  <svg class="svg-icon stackoverflow">
29
31
  <use xlink:href="{{ 'assets/fica-icons.svg#stackoverflow' | relative_url }}"></use>
30
- </svg>Stackoverflow</span>
32
+ </svg>
33
+ <span>Stackoverflow</span>
31
34
  </a>
32
35
  </li>
33
36
  </div>
34
-
35
- <div class="footer-middle">
36
- <li class="Links_footer">
37
- </svg><span>You're site</span>
38
- </a>
37
+ <div class="footer-col">
38
+ <li class="links-footer">
39
+ <span>You're site</span>
40
+ </li>
41
+ <li class="links-footer">
42
+ <a href="/">
43
+ <svg class="svg-icon github">
44
+ <use xlink:href="{{ 'assets/fica-icons.svg#github' | relative_url }}"></use>
45
+ </svg>
46
+ <span>sit amet</span>
47
+ </a>
48
+ </li>
49
+ <li class="links-footer">
50
+ <a href="/">
51
+ <svg class="svg-icon github">
52
+ <use xlink:href="{{ 'assets/fica-icons.svg#github' | relative_url }}"></use>
53
+ </svg>
54
+ <span>consectetur</span>
55
+ </a>
56
+ </li>
57
+ <li class="links-footer">
58
+ <a href="/">
59
+ <svg class="svg-icon github">
60
+ <use xlink:href="{{ 'assets/fica-icons.svg#github' | relative_url }}"></use>
61
+ </svg>
62
+ <span>ipsum</span>
63
+ </a>
64
+ </li>
65
+ </div>
66
+ <div class="footer-col">
67
+ <li class="links-footer">
68
+ <span>You're site</span>
39
69
  </li>
40
- <li class="Links_footer">
41
- <a
42
- href="/">
70
+ <li class="links-footer">
71
+ <a href="/">
43
72
  <svg class="svg-icon github">
44
73
  <use xlink:href="{{ 'assets/fica-icons.svg#github' | relative_url }}"></use>
45
- </svg><span>sit amet</span>
74
+ </svg>
75
+ <span>sit amet</span>
46
76
  </a>
47
77
  </li>
48
- <li class="Links_footer">
78
+ <li class="links-footer">
49
79
  <a href="/">
50
80
  <svg class="svg-icon github">
51
81
  <use xlink:href="{{ 'assets/fica-icons.svg#github' | relative_url }}"></use>
52
- </svg><span>consectetur</span>
82
+ </svg>
83
+ <span>consectetur</span>
53
84
  </a>
54
85
  </li>
55
- <li class="Links_footer">
86
+ <li class="links-footer">
56
87
  <a href="/">
57
88
  <svg class="svg-icon github">
58
89
  <use xlink:href="{{ 'assets/fica-icons.svg#github' | relative_url }}"></use>
59
- </svg><span>ipsum</span>
90
+ </svg>
91
+ <span>ipsum</span>
60
92
  </a>
61
93
  </li>
62
-
63
- </div>
64
- <div class="footer-last">
65
- <li class="Product_footer">{{site.title}}</li>
66
- <li class="Product_footer">{{site.description}}</li>
67
94
  </div>
68
95
  </div>
69
96
  </div>
70
-
71
- </footer>
72
-
97
+ {%- if site.show-footer-copyright -%}
98
+ <div class="footer-info text-muted">
99
+ <span>
100
+ © {{ 'now' | date: "%Y " }}
101
+ <a href="{{ site.socials.auther-link }}"> {{ site.socials.name }}</a>
102
+ Some rights reserved.
103
+ </span>
104
+ <span>
105
+ Powered by
106
+ <a href="https://jekyllrb.com" target="_blank" rel="noopener">Jekyll</a>
107
+ with
108
+ <a href="https://github.com/Involts/jekyll-theme-fica" target="_blank" rel="noopener">jekyll-theme-fica</a>
109
+ </span>
110
+ </div>
111
+ {%- endif -%}
112
+ </footer>