Skip to content

Commit 96a3b23

Browse files
committed
Add tagging settings
1 parent 6ca2312 commit 96a3b23

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

Gemfile.lock

+4
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ GEM
5050
sass-embedded (~> 1.54)
5151
jekyll-seo-tag (2.8.0)
5252
jekyll (>= 3.8, < 5.0)
53+
jekyll-tagging (1.1.0)
54+
nuggets
5355
jekyll-watch (2.2.1)
5456
listen (~> 3.0)
5557
kramdown (2.4.0)
@@ -61,6 +63,7 @@ GEM
6163
rb-fsevent (~> 0.10, >= 0.10.3)
6264
rb-inotify (~> 0.9, >= 0.9.10)
6365
mercenary (0.4.0)
66+
nuggets (1.6.1)
6467
pathutil (0.16.2)
6568
forwardable-extended (~> 2.6)
6669
public_suffix (5.0.5)
@@ -94,6 +97,7 @@ DEPENDENCIES
9497
http_parser.rb (~> 0.6.0)
9598
jekyll-dash (~> 2)
9699
jekyll-feed (~> 0.12)
100+
jekyll-tagging
97101
tzinfo (>= 1, < 3)
98102
tzinfo-data
99103

_config.yml

+4
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ projects: [
4141
paginate: 5
4242
paginate_path: "/blog/page:num"
4343

44+
tag_permalink_style: pretty
45+
tag_page_layout: tag_page
46+
tag_page_dir: tag
47+
4448
# Build settings
4549
theme: jekyll-dash
4650
plugins:

0 commit comments

Comments
 (0)