Vuepress Theme Gungnir Versions Save

A blog theme for VuePress 2.

v0.3.0

2 years ago

Bug Fixes

  • plugin-mermaid: edit language token mermaid -> mermaidjs to avoid being conflict with PrismJS (f89a7a6)
  • plugin-markmap: remove plugin-markmap due to some unsolved issues (f89a7a6)

BREAKING CHANGES

  • plugin-mermaid: The usage of plugin-mermaid has changed:

    - ```mermaid
    + ```mermaidjs
    
  • plugin-markmap: plugin-markmap has been removed

Notice

  • No further update expected for Gungnir v0 except bug fixes, because I'm now working on Gungnir v2 which is powered by VuePress 2.

v0.2.1

2 years ago

Features

  • plugin-chart: enable functions to be passed as options (a0f6833) (#17)

BREAKING CHANGES

  • plugin-chart: Chart.js has been upgraded to v3.x and some of the APIs have been changed, see the documentation of Chart.js for details.

v0.2.0

2 years ago

Features

  • support customizing Unsplash API (d207489)
  • support switching header images from Unsplash on home page (fe568d6)

BREAKING CHANGES

  • the way to configure homeHeaderImages has been changed (d207489, fe568d6)

v0.1.8

2 years ago

Bug Fixes

Features

  • add hitokoto.api configuration item (6a15ea9)

v0.1.7

3 years ago

Bug Fixes

  • fill the feature images in post list (#2) (b682462)
  • fix hover animation (05ffc0b)

Features

  • support code groups (#2) (743240c)
  • sns links can be customized now (bd8ef00)
  • search and language icon can be configured now (05ffc0b)

Chore

  • edit style of code blocks in details containers (cad0f83)

v0.1.6

3 years ago

Bug Fixes

  • set sitename link to "/" for all languages (af89fdb)

Features

Chore

  • change sidebar button icon (651210d)

v0.1.5

3 years ago

Bug Fixes

  • fix code theme (cecf854)
  • fix hover effect of post list cover images (due to the refactoring in v0.1.3) (4e79d99)
  • fix initial catalog position after router change (b5bbf17)
  • fix links page item style (38bc90c)
  • fix pager (0435bf6)

v0.1.4

3 years ago

Bug Fixes

Bugs due to the refactoring in v0.1.3:

Features

  • reading-time: allow to exclude code and tex blocks (b8f7c78)

v0.1.3

3 years ago

Bug Fixes

  • fix code block highlighting themes (9dea15f)

Features

  • multi-language support (6b221a2)
  • use Unsplash API for default home page cover image (229d2f7)

BREAKING CHANGES

  • modify theme config api (13e5b37)

v0.1.2

3 years ago

Bug Fixes

  • catalog will not show when there is no title in article (fe9b39a)
  • correct min-height of some pages (9151816)
  • scroll percentage is right now (b2720e1)
  • refresh vssue when navigating directly between <Page> (3da4993)

Features