-
There seems to be 2 way (that I know of) to add categories or tags archive pages i.e. using Jekyll-Archive plugin or write your own liquid template
-
for Jekyll-Archive plugin
- Add
gem 'jekyll-archives'
to your site's Gemfile - Add the following to your site's
_config.yml
:plugins: - jekyll-archives
- Archives can be configured by using the
jekyll-archives
key in the Jekyll configuration (_config.yml
) file. See the Configuration page for a full list of configuration options.
- Add
-
for using Liquid templating here are some references
-
[Adding category and tag archive pages to Jekyll Principal Solutions Architect @AWSCloud. Technologist. Founder. Helping startups live their best cloud life. (mikeapted.com)](https://www.mikeapted.com/jekyll/2015/12/30/category-and-tag-archives-in-jekyll-no-plugins/) - Tags In Jekyll (charliepark.org)
-
-
References
- [49] Create a Free Data Blog with Jekyll & GitHub Pages (Lauren Burke) - YouTube
- quick primer on categories and tags in Jekyll but does not show step by step as much
Metadata
- topic:: 00 Coding00 Coding
#MOC / for programming language, coding guide and libraries focusing on data analytics and html/css
- related:: 01 Jekyll01 Jekyll
#MOC / for notes sub to 00 Coding with focus on how I use Jekyll
- related:: 01 Jekyll01 Jekyll
- updated:: 2022-08-28 Private or Broken Links
The page you're looking for is either not available or private!
- reviewed:: 2022-08-28 Private or Broken Links
The page you're looking for is either not available or private!
- #Reference