Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
hexo-theme-amber
Advanced tools
🔊: MAINTAINER NEEDED
Currently, I'm not focusing on this project anymore. Since it a little bit out of date and Vue.js 3 is coming soon next year, if you're also interested in this theme, please contact me and I'll transfer this repo to you.
Hexo theme based on Vue.js and Bootstrap for mitscherlich.me.
Language: :us::cn:
⚠️ Note: This theme cannot be use as a individual Vue.js spa. You need to setup a Hexo blog.
via npm/yarn/pnpm:
$ npm i --save hexo-theme-amber
# or yarn
$ yarn add hexo-theme-amber
# or pnpm
$ pnpm add hexo-theme-amber
Then modify you _config.yml
:
# ...
## Theme
theme: amber # this enable your theme config
# ...
Enjoy your writing!
$ hexo clean && hexo serve
This theme provide prebuild static assets on default branch. You may need to checkout develop
branch if you want to custom the theme. There is no difference with Vue development you are familiar with:
$ git clone https://github.com/Mitscherlich/hexo-theme-amber.git -b develop themes/amber-dev
$ cd themes/amber-dev && npm install # Also, yarn will be ok
Just follow the installation, but notice that you have to run both hexo serve
and yarn serve
at the same time. Otherwise you will not get the posts data.
$ cd /path/to/blog/theme/amber-dev
$ yarn serve
Then open another terminal:
$ cd /path/to/blog
$ hexo clean && hexo serve --port 4000
Note: hexo server must running on port 4000
. You may need to modifiy the vue.config.js
under theme root if using other specific port.
FAQs
Yet another hexo theme based on bootstrap
We found that hexo-theme-amber 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
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.