Skip to content

shoti/shoti.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

shoti.github.io

Personal blog. Static HTML/CSS/JS. Zero runtime dependencies.

Deployed automatically to GitHub Pages on push to main.

Write a New Post

npm run new "Your Post Title"

Edit the created file in content/posts/, write content in the body field using Markdown, set "draft": false, push.

Build Locally

npm run build
npx serve dist

Structure

content/posts/*.json   Blog posts (JSON with Markdown body)
content/about.json     About page content
templates/             HTML templates
static/                CSS, JS, favicon (copied to dist/)
build.js               Build script (zero dependencies)
dist/                  Generated output (git-ignored)

About

Source code for shoti.github.io — static blog, zero dependencies

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors