This repository was archived by the owner on May 31, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +8
-1
lines changed
Expand file tree Collapse file tree 4 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -7,3 +7,4 @@ gem 'hash-joiner'
77gem 'jekyll-last-modified-at'
88gem 'jemoji'
99gem 'jekyll-mentions'
10+ gem 'jekyll-redirect-from'
Original file line number Diff line number Diff line change 4545 activesupport (~> 4.0 )
4646 html-pipeline (~> 2.3 )
4747 jekyll (~> 3.0 )
48+ jekyll-redirect-from (0.13.0 )
49+ jekyll (~> 3.3 )
4850 jekyll-sass-converter (1.5.1 )
4951 sass (~> 3.4 )
5052 jekyll-watch (2.0.0 )
@@ -93,9 +95,10 @@ DEPENDENCIES
9395 jekyll
9496 jekyll-last-modified-at
9597 jekyll-mentions
98+ jekyll-redirect-from
9699 jemoji
97100 redcarpet
98101 rouge
99102
100103BUNDLED WITH
101- 1.15.4
104+ 1.16.1
Original file line number Diff line number Diff line change @@ -42,5 +42,6 @@ plugins:
4242 - jekyll-last-modified-at
4343 - jemoji
4444 - jekyll-mentions
45+ - jekyll-redirect-from
4546
4647google_analytics_ua : UA-48605964-19
Original file line number Diff line number Diff line change 22layout : card
33title : Heuristic evaluation
44permalink : /discover/heuristic-evaluation/
5+ redirect_from :
6+ - /discover/heuristic-analysis/
57description : A quick way to find common, large usability problems on a website.
68category : Discover
79what : A quick way to find common, large usability problems on a website.
You can’t perform that action at this time.
0 commit comments