Posted onEdited onInSite
,
HexoWord count in article: 1.5kReading time ≈1 mins.
hexo-related-popular-posts
Hexo is a fast, simple & powerful blog framework. It use plugins to provide features powerful APIs for limitless extensibility. Various plugins are available to support most template engines (EJS, Pug, Nunjucks, and many others). Easily integrate with existing NPM packages (Babel, PostCSS, Less/Sass, etc).
hexo-related-popular-posts plugin is a hexo plugin that generates a list of links to related posts or popular posts.
Installation
Use npm to install hexo-related-popular-posts package.
Posted onEdited onInSite
,
Hexo
,
Hexo PluginWord count in article: 1.7kReading time ≈2 mins.
hexo-filter-nofollow
Hexo is a fast, simple & powerful blog framework. It use plugins to provide features powerful APIs for limitless extensibility. Various plugins are available to support most template engines (EJS, Pug, Nunjucks, and many others). Easily integrate with existing NPM packages (Babel, PostCSS, Less/Sass, etc).
hexo-filter-nofollow plugin add nofollow attribute to all external links automatically.
hexo-filter-nofollow add `rel=“noopener external nofollow noreferrer” to all external links for security, privacy and SEO. Read more.
MinIO is a High Performance Object Storage released under Apache License v2.0. It is API compatible with Amazon S3 cloud storage service. Use MinIO to build high performance infrastructure for machine learning, analytics and application data workloads.
MinIO supports distributed mode. In distributed mode, you can pool multiple drives (even on different machines) into a single object storage server.
This article is about how to use Helm to deploy Minio on Kubernetes (K8S).
Posted onEdited onInSite
,
HexoWord count in article: 1.3kReading time ≈1 mins.
hexo-generator-feed
Hexo is a fast, simple & powerful blog framework. It use plugins to provide features powerful APIs for limitless extensibility. Various plugins are available to support most template engines (EJS, Pug, Nunjucks, and many others). Easily integrate with existing NPM packages (Babel, PostCSS, Less/Sass, etc).
hexo-generator-feed plugin will generate Atom 1.0 or RSS 2.0 feed files for Hexo pages, posts, categories, tags.
In the front-matter of your post, you can optionally add a description, intro or excerpt setting to write a summary for the post. Otherwise the summary will default to the excerpt or the first 140 characters of the post.
Posted onEdited onInSite
,
HexoWord count in article: 2kReading time ≈2 mins.
hexo-generator-sitemap
Hexo is a fast, simple & powerful blog framework. It use plugins to provide features powerful APIs for limitless extensibility. Various plugins are available to support most template engines (EJS, Pug, Nunjucks, and many others). Easily integrate with existing NPM packages (Babel, PostCSS, Less/Sass, etc).
hexo-generator-sitemap plugin will generate sitemap files for Hexo pages, posts, categories, tags.
Installation
Use npm to install hexo-generator-sitemap package.
Finally, you can visit <Your Site Url>/sitemap.xml in the browser, and check whether the sitemap.xml works correctly after Hexo restarted or regenerated.
FAQs
no such file or directory, open ‘./sitemap_template.xml’
1 2 3 4 5 6
$ hexo g ... INFO Start processing FATAL { err: Error: ENOENT: no such file or directory, open './sitemap_template.xml' ...
Check hexo and hexo-generator-sitemap version:
1 2
hexo 6.0.0 hexo-generator-sitemap 3.0.1
Comment template: ./sitemap_template.xml within ./_config.yml, and run hexo g again.
asdf is a single CLI tool for managing multiple runtime versions. It extend with a simple plugin system to install your favourite language: Dart, Elixir, Flutter, Golang (Go), Java, Node.js, Python, Ruby …
This article is about how to use asdf and Python plugin to install multiple Python versions on macOS with the Homebrew package manager.
The biggest problem in deploying Kubernetes (K8S) is mirror downloading too slowly. It is difficult to download images from hub such as k8s.gcr.io in a domestic environment because network limit.