Vuepress Theme Gungnir

screenshot of Vuepress Theme Gungnir
vite
vue
vuepress

A blog theme for VuePress 2.

Overview:

Gungnir V2 is a blog theme for VuePress 2 that is currently a work in progress. It is inspired by the spear of the god Odin in Norse mythology. The theme features a simple and beautiful responsive design, multi-level navigation, switchable cover images for the home page, dark and light mode with system theme detection, search functionality, a table of contents, full-screening of code blocks, Tex support with Katex, drawing charts and graphs in Markdown easily with Chart.js and Mermaid, Markdown enhancements such as footnotes and highlighting, analytics integration with Google Analytics and Baidu Tongji, a comments system powered by Giscus, RSS feed, reading time calculation, multi-language support (English and Simplified Chinese), and an archive page with tags and links.

Features:

  • Simple and beautiful responsive design
  • Multi-level navigation
  • Switchable cover images for the home page
  • Dark and light mode with system theme detection and theme-switcher
  • Search functionality
  • Table of contents
  • Full screening the code blocks (inspired by WordPress theme Sakura)
  • Tex support with Katex
  • Draw charts and graphs in Markdown easily with Chart.js and Mermaid
  • Markdown enhancements: Footnote (markdown-it-footnote), Mark (markdown-it-mark)
  • Analytics integration: Google Analytics and Baidu Tongji
  • Comment system: Giscus
  • RSS feed
  • Reading time calculation
vite
Vite

Vite is a build tool that aims to provide a faster and leaner development experience for modern web projects

vue
Vue

Vue.js is a lightweight and flexible JavaScript framework that allows developers to easily build dynamic and reactive user interfaces. Its intuitive syntax, modular architecture, and focus on performance make it a popular choice for modern web development.

vuepress
Vuepress

VuePress is a minimalistic static site generator based on Vue.js that allows developers to create fast, SEO-friendly, and customizable documentation websites.

blog
Blog

Blog websites feature posts written by one or more authors, organized by categories and tags, with a section for comments and archives sorted by date or topic. Additional features may include search bar, social media sharing, subscription or RSS feed, about and contact pages, and visual content.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.