A blog theme for VuePress 2.
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.
Vite is a build tool that aims to provide a faster and leaner development experience for modern web projects
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 is a minimalistic static site generator based on Vue.js that allows developers to create fast, SEO-friendly, and customizable documentation websites.
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 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 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.