
Security News
OWASP 2025 Top 10 Adds Software Supply Chain Failures, Ranked Top Community Concern
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.
hexo-starter
Advanced tools
⚠ Caution: you could be overdosed with this hexo theme.

The Overdose is minimalistic, simple and beatiful hexo theme, specialized in Korean blogs.
This theme works with hexo v3.2 or later.
First, clone this repository.
$ cd your/hexo/directory
$ git clone https://github.com/HyunSeob/hexo-theme-overdose.git themes/overdose
The overdose theme is using jade/sass(with bourbon). So install renderers.
$ npm install --save hexo-renderer-jade hexo-renderer-bourbon
And clone vendor repositories.
$ cd themes/overdose;npm run clone
Then, copy the configuration example file.
$ cp _config.yml.example _config.yml
And then, specify overdose theme in your root configuration file.
theme: overdose
Finally, start the hexo server and enjoy.
$ hexo server
See the _config.yml.example file.
# _config.yml of base, not theme config
# Please put your shortname of disqus here.
disqus_shortname:
You can set the post banner image by banner property.
---
title: Overdose is a hexo theme
date: 2016-09-10 14:30:00
banner:
url: /images/default.jpg
width: 1280
height: 720
categories:
- Blog
- Hexo
tags:
- Hexo
---
FAQs
Unknown package
We found that hexo-starter 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
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.

Research
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.