Security News
Create React App Officially Deprecated Amid React 19 Compatibility Issues
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
hexo-post-series
Advanced tools
This plugin is made for adding your post to a series and display it anywhere you like in your post.
$ npm install hexo-post-series --save
Adding post to a series is very easy, just put series: series-title-you-like
to the post info section. For example:
---
title: A test post
tags:
- tag1
- tag2
series: test-posts
---
To show all the posts in the same series as the current post, just add the following tag into your post anywhere you like.
{% posts_in_same_series %}
The post series list is constructed as following. To change its appearance, we can set the css styles in your theme.
<div class="post-series">
<div class="post-series-title">{post series list title}</div>
<ul class="post-series-list">
<li class="post-series-list-item"><a href="{post_link}">{post title}</a></li>
</ul>
</div>
The configurations we supported now are quite simple.
target="_blank"
will be put into the anchor.Here is a sample:
# Post series
post_series:
list_title: "Same Series:"
open_in_new_tab: false
reverse_sort: false
BSD v3
FAQs
A hexo plugin for creating post series.
The npm package hexo-post-series receives a total of 1 weekly downloads. As such, hexo-post-series popularity was classified as not popular.
We found that hexo-post-series demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.