File tree 10 files changed +17
-23
lines changed
10 files changed +17
-23
lines changed Original file line number Diff line number Diff line change 1
1
source "https://rubygems.org"
2
2
3
3
gem 'github-pages'
4
- gem 'jekyll-octicons'
5
4
gem 'jekyll-admin'
Original file line number Diff line number Diff line change 136
136
jekyll-mentions (1.6.0 )
137
137
html-pipeline (~> 2.3 )
138
138
jekyll (>= 3.7 , < 5.0 )
139
- jekyll-octicons (14.1.0 )
140
- jekyll (>= 3.6 , < 5.0 )
141
- octicons (= 14.1.0 )
142
139
jekyll-optional-front-matter (0.3.2 )
143
140
jekyll (>= 3.0 , < 5.0 )
144
141
jekyll-paginate (1.1.0 )
228
225
nokogiri (1.11.4 )
229
226
mini_portile2 (~> 2.5.0 )
230
227
racc (~> 1.4 )
231
- octicons (14.1.0 )
232
- nokogiri (>= 1.6.3.1 )
233
228
octokit (4.21.0 )
234
229
faraday (>= 0.9 )
235
230
sawyer (~> 0.8.0 , >= 0.5.3 )
@@ -293,7 +288,6 @@ PLATFORMS
293
288
DEPENDENCIES
294
289
github-pages
295
290
jekyll-admin
296
- jekyll-octicons
297
291
298
292
BUNDLED WITH
299
293
2.1.4
Original file line number Diff line number Diff line change @@ -52,7 +52,6 @@ plugins:
52
52
53
53
# Site plugins
54
54
- jekyll-feed
55
- - jekyll-octicons
56
55
- rouge
57
56
58
57
# Collection Settings
Original file line number Diff line number Diff line change @@ -37,7 +37,6 @@ plugins:
37
37
38
38
# Site plugins
39
39
- jekyll-feed
40
- - jekyll-octicons
41
40
- rouge
42
41
43
42
# Development-only plugins.
Original file line number Diff line number Diff line change 42
42
43
43
<!-- Stylesheet -->
44
44
< link rel ="stylesheet " href ="{{site.url}}/css/main.css " />
45
+ < link
46
+ rel ="stylesheet "
47
+ href ="
https://cdn.jsdelivr.net/npm/[email protected] /font/bootstrap-icons.css "
48
+ />
45
49
</ head >
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ <h2>{{page.title}}</h2>
19
19
class ="btn btn-outline-secondary mb-1 d-block "
20
20
href ="{{page.webpage}} "
21
21
>
22
- {% octicon link-external height: 16 %} Webpage
22
+ < i class =" bi bi-box-arrow-in-up-left " > </ i > Webpage
23
23
</ a >
24
24
{% comment %}
25
25
<!-- prettier-ignore -->
@@ -41,28 +41,28 @@ <h2>{{page.title}}</h2>
41
41
{% endcomment %}
42
42
43
43
< a class ="btn btn-outline-secondary mb-1 d-block " href ="{{repoURL}} ">
44
- {% octicon mark -github height: 16 %} Repository
44
+ < i class =" bi bi -github" > </ i > Repository
45
45
</ a >
46
46
{% endif %} {% if page.issues %}
47
47
< a
48
48
class ="btn btn-outline-secondary mb-1 d-block "
49
49
href ="{{repoURL}}/issues "
50
50
>
51
- {% octicon issue-opened height: 16 %} Issues
51
+ < i class =" bi bi-exclamation-circle " > </ i > Issues
52
52
</ a >
53
53
{% endif %} {% if page.wiki %}
54
54
< a
55
55
class ="btn btn-outline-secondary mb-1 d-block "
56
56
href ="{{repoURL}}/wiki "
57
57
>
58
- {% octicon book height: 16 %} Wiki
58
+ < i class =" bi bi- book" > </ i > Wiki
59
59
</ a >
60
60
{% endif %} {% if page.releases %}
61
61
< a
62
62
class ="btn btn-outline-secondary mb-1 d-block "
63
63
href ="{{repoURL}}/releases "
64
64
>
65
- {% octicon desktop-download height: 16 %} Releases
65
+ < i class =" bi bi-file-earmark-zip " > </ i > Releases
66
66
</ a >
67
67
{% endif %}
68
68
</ div >
Original file line number Diff line number Diff line change @@ -12,4 +12,5 @@ rank: 4
12
12
date : 2016-04-25
13
13
photo : https://live.staticflickr.com/65535/49691531813_db04e6c90c_w.jpg
14
14
photo-alt : Screenshot of Sporclone Game
15
+ webpage : https://www.bengodfrey.net/sporclone
15
16
---
Original file line number Diff line number Diff line change @@ -108,10 +108,10 @@ <h3 class="card-title">{{ post.title }}</h3>
108
108
< a class ="page-link " href ="{{ paginator.previous_page_path }} ">
109
109
< span aria-hidden ="true ">
110
110
< span class ="d-none d-xl-inline ">
111
- {% octicon arrow- left height: 24 %}
111
+ < i class =" bi bi-chevron- left" > </ i >
112
112
</ span >
113
113
< span class ="d-xl-none ">
114
- {% octicon arrow- left height: 16 %}
114
+ < i class =" bi bi-chevron- left" > </ i >
115
115
</ span >
116
116
</ span >
117
117
< span class ="visually-hidden "> Previous Page</ span >
@@ -198,10 +198,10 @@ <h3 class="card-title">{{ post.title }}</h3>
198
198
>
199
199
< span aria-hidden ="true ">
200
200
< span class ="d-none d-xl-inline ">
201
- {% octicon arrow- right height: 24 %}
201
+ < i class =" bi bi-chevron- right" > </ i >
202
202
</ span >
203
203
< span class ="d-xl-none ">
204
- {% octicon arrow- right height: 16 %}
204
+ < i class =" bi bi-chevron- right" > </ i >
205
205
</ span >
206
206
</ span >
207
207
< span class ="visually-hidden "> Next Page</ span >
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ <h1>Contact</h1>
12
12
< noscript >
13
13
< div class ="alert alert-danger my-5 " role ="alert ">
14
14
< p class ="h4 alert-heading ">
15
- {% octicon alert height: 24 %} Unsupported Configuration
15
+ < i class =" bi bi-exclamation-triangle " > </ i > Unsupported Configuration
16
16
</ p >
17
17
< p > This contact form requires JavaScript in order to function.</ p >
18
18
< hr />
Original file line number Diff line number Diff line change @@ -34,16 +34,14 @@ <h2>Projects</h2>
34
34
<!-- <div class="container"> -->
35
35
< div class ="card mb-3 ">
36
36
< div class ="card-header text-white bg-info ">
37
- {% octicon pin height: 16 %} Featured
37
+ < i class =" bi bi- pin-angle " > </ i > Featured
38
38
</ div >
39
39
</ div >
40
40
{% else %}
41
41
<!-- <section class="bg-light py-3"> -->
42
42
<!-- <div class="container"> -->
43
43
< div class ="card mt-5 mb-3 bg-dark text-light ">
44
- < div class ="card-header ">
45
- {% octicon archive height: 16 %} Other Projects
46
- </ div >
44
+ < div class ="card-header "> < i class ="bi bi-archive "> </ i > Other Projects</ div >
47
45
</ div >
48
46
{% endif %} {% for project in sorted_projects %}
49
47
< div class ="card mb-3 mx-3 bg-light shadow-sm ">
You can’t perform that action at this time.
0 commit comments