Skip to content

Commit 8a9579f

Browse files
author
Skender Gashi
committed
added bulma to the project
1 parent 7c1092f commit 8a9579f

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ gem 'jekyll-feed'
1717
gem 'jekyll-sitemap'
1818
gem 'jekyll-scholar'
1919
gem 'liquid-tag-parser'
20+
gem 'bulma-clean-theme'
2021
# gem 'jekyll-archives'
2122

2223
gem 'jgd'

Gemfile.lock

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ GEM
77
execjs (~> 2)
88
bibtex-ruby (6.0.0)
99
latex-decode (~> 0.0)
10+
bulma-clean-theme (0.13.3)
11+
jekyll (>= 3.9, < 5.0)
12+
jekyll-feed (~> 0.15)
13+
jekyll-paginate (~> 1.1)
14+
jekyll-seo-tag (~> 2.7)
15+
jekyll-sitemap (~> 1.4)
16+
kramdown-parser-gfm (~> 1.1)
1017
citeproc (1.0.10)
1118
namae (~> 1.0)
1219
citeproc-ruby (1.1.14)
@@ -62,6 +69,8 @@ GEM
6269
citeproc-ruby (~> 1.0)
6370
csl-styles (~> 1.0)
6471
jekyll (~> 4.0)
72+
jekyll-seo-tag (2.8.0)
73+
jekyll (>= 3.8, < 5.0)
6574
jekyll-sitemap (1.4.0)
6675
jekyll (>= 3.7, < 5.0)
6776
jekyll-watch (2.2.1)
@@ -91,7 +100,7 @@ GEM
91100
rb-inotify (0.10.1)
92101
ffi (~> 1.0)
93102
rexml (3.2.6)
94-
rouge (4.1.2)
103+
rouge (4.1.3)
95104
safe_yaml (1.0.5)
96105
sass (3.7.4)
97106
sass-listen (~> 4.0.0)
@@ -113,6 +122,7 @@ PLATFORMS
113122

114123
DEPENDENCIES
115124
autoprefixer-rails
125+
bulma-clean-theme
116126
coffee-script
117127
jekyll (>= 4.2)
118128
jekyll-feed

_config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ plugins:
2424
- jekyll/scholar
2525
- jekyll-sitemap
2626

27+
theme: bulma-clean-theme
28+
2729
paginate: 5
2830
paginate_path: "/news/page:num/"
2931

0 commit comments

Comments
 (0)