Jekyll-Algolia
- Jekyll-Algolia
- A search engine to help you get a list of result.
- But have some bugs
- I have post a new issue at here
include:
- _pages
jekyll-archives:
enabled:
- categories
- tags
layouts:
category: archive-taxonomy
tag: archive-taxonomy
permalinks:
category: /categories/:name/
tag: /tags/:name/
- First, you need
_include
make jekyll find all extension pages.
- And, create some
md
file with Front Matter
---
title: "Posts by Tag"
permalink: /tags/
layout: tags
author_profile: true
---
- Then, jekyll will create those pages like
- But it just create a single html page
- You can check it here categories that make form
_pages/tag-archive.md