how to add categories and tags in Jekyll

  • 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.
    • 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

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
  • 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