The next generation of the hexo default theme Landscape.
Candelas is a customized version of the Hexo default theme Landscape. Its main goal is to enhance the features and customization options of the Landscape theme. Candelas offers various new features, including a random banner, post table of contents widget, like post widget, support for category pages, copyright statements for each post, support for Gitalk (a comment component based on GitHub issue), a profile widget, new page layouts, a tag cloud widget, and other UI enhancements.
Candelas is a customized version of the Hexo default theme Landscape, aimed at providing additional features and customization options. With Candelas, users can enjoy a random banner on the home page, a post table of contents widget, a like post widget, support for category pages, copyright statements for each post, support for Gitalk, a profile widget, new page layouts, a tag cloud widget, and other UI enhancements. Installation is straightforward, and users can choose to install via npm or by cloning the repository. Overall, Candelas offers a improved user experience and enhanced functionality for Hexo websites.
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.
A template or theme refers to a pre-designed layout or structure that provides a basic framework for building a specific type of application or website. It typically includes good design, placeholder content and functional features, allowing developers to customize and fill in the details according to their specific needs.
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.