Skip to content

Latest commit

 

History

History
18 lines (17 loc) · 1.34 KB

README.md

File metadata and controls

18 lines (17 loc) · 1.34 KB

Bilingual blog site

This repository is for my personal blog site which is created using a Gatsby Starter, Lumen.
home You can see a demo here.

Features

  • Language switcher
    This leads you to the page written in the other language. (If a page is only written in one language, language switcher is disabled.)
    language-switcher2 language-switcher
  • Pagination
    • The pagination is scrollable so that you can go to any page.
    • Each page number tells you what year and month the first blog in the page was posted when you hover your mouse over the number.
    • You can go to the closest page you are looking for by selecting year and month. pagination
  • Search
    You can search posts by year&month, category and tags. search