Landscape Plus

screenshot of Landscape Plus
hexo

Landscape Plus

针对中国大陆地区对hexo官方主题landscape进行优化。

Overview:

The Landscape plus theme is a customized version of the Hexo official theme "Landscape" specifically tailored for Hexo users in mainland China. It supports both Hexo 3.x and Hexo 2.x versions. The theme features multiple language support, including English, Simplified Chinese, and Traditional Chinese. It also includes modules for adding friend links, Baidu sharing, Disqus or Duoshuo comments, mathjax for LaTeX mathematical formula support, IE8 compatibility, code highlighting with the popular Monokai color scheme, and improved performance by using a local CDN. The theme is still being expanded and welcomes contributions from users.

Features:

  • Multiple language support: English, Simplified Chinese, and Traditional Chinese.
  • Friend link module: Allows users to add and display friend links on their website.
  • Baidu sharing module: Enables users to easily share their content on Baidu.
  • Disqus or Duoshuo comments module: Gives users the option to use either Disqus or Duoshuo for commenting on their website.
  • Mathjax module: Provides support for rendering LaTeX mathematical formulas.
  • IE8 compatibility: The theme is compatible with Internet Explorer 8.
  • Return to top functionality: Users can easily navigate back to the top of the page with a single click.
  • Monokai code highlighting: Uses the popular and elegant Monokai color scheme for code highlighting.
  • Improved performance: The theme improves page load speed by using a local CDN and optimizing appearance styles.
  • Customizable configuration options: Users can customize theme settings by placing configuration items in the _config.yml file to avoid conflicts during theme updates.
hexo
Hexo

Hexo is a static site generator built with Node.js that enables developers to create fast and efficient websites using Markdown, EJS, and Stylus. It offers features such as server-side rendering, plugin support, and easy deployment to hosting services like GitHub Pages and Netlify.

grunt
Grunt

Grunt is a popular JavaScript task runner that automates repetitive tasks like minification, compilation, and testing, allowing developers to focus on writing code.