
Research
/Security News
Miasma Mini Shai-Hulud Hits ImmobiliareLabs npm Packages
Miasma Mini Shai-Hulud hits @immobiliarelabs Backstage plugins, targeting GitLab and LDAP auth packages on npm.
vuepress-theme-minimalism
Advanced tools
A minimalist vuepress theme, compatible with hexo YAML front matter syntax.
example:https://github.com/sogud/vuepress-theme-minimalism
preview:https://sogud.github.io
npm i -S vuepress-theme-minimalism
or
yarn add vuepress-theme-minimalism
module.exports = {
theme: 'vuepress-theme-minimalism',
base: '/',
...
}
.
├── docs
│ ├── .vuepress #vuepress configuration folder
│ ├── posts #Article Storage Folder
├── package.json
└── yarn.lock
Start writing a blog that is written in the correct format as follows.:
---
title: vuepress
tags:
- vuepress
- markdown
---
# vuepress-theme-minimalism
## introduction
A minimalist vuepress theme, compatible with hexo YAML front matter syntax.
New styles folder in .vuepress directory, new palette.styl Configure css variables.
The following color configurations are currently supported.
$accentColor = #31837c
$textColor = #2c3e50
$nprogressColor = #399c9c
module.exports = {
base: "/",
title: "sogud'blog",
theme: "vuepress-theme-minimalism",
themeConfig: {
nav: [
{
text: "文档",
link: "/list/"
},
{
text: "标签",
link: "/tag/"
},
{
text: "Github",
link: "https://github.com/sogud"
}
]
footer: {
contact: "联系",
links: [
{
text: "GitHub",
link: 'https://github.com/sogud'
},
{
text: "Twitter",
link: ""
}
]
},
comment: {
service: "disqus",
shortname: "1net-1"
},
},
markdown: {
// lineNumbers: true
}
}
FAQs
theme for vuepress
The npm package vuepress-theme-minimalism receives a total of 21 weekly downloads. As such, vuepress-theme-minimalism popularity was classified as not popular.
We found that vuepress-theme-minimalism 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.

Research
/Security News
Miasma Mini Shai-Hulud hits @immobiliarelabs Backstage plugins, targeting GitLab and LDAP auth packages on npm.

Security News
Rolldown paused Rust React Compiler integration after a 5MB binary size increase raised concerns about shipping React-specific code to all Vite users.

Security News
/Research
Mini Shai-Hulud expands into the Go ecosystem after hitting LeoPlatform npm packages and targeting GitHub Actions workflows.