SkillAgentSearch skills...

NKSSG

NakaKen Static Site Generator

Install / Use

/learn @nakaken88/NKSSG
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

NKSSG

NakaKen Static Site Generator
(This is still alpha ver.) 日本語のドキュメントはこちら

Install

Install using pip in terminal:

pip install -U git+https://github.com/nakaken88/NKSSG

A Simple Example

nkssg new site
nkssg build

or

nkssg new site {site-name}
cd {site-name}
nkssg build

{site-name} is your site name.

How to Use

Local server

nkssg serve

Add Post from Template

nkssg new post

The post template is under '/themes/default/new/new_post.html'. If you use markdown file, you can change the template file like below.

file: "post/%Y/%m/%Y%m%d-%H%M%S.md"

Build Static Pages

nkssg build

Output will be in ./public/ folder.

View on GitHub
GitHub Stars7
CategoryDevelopment
Updated5mo ago
Forks0

Languages

Python

Security Score

82/100

Audited on Oct 31, 2025

No findings