Skip to content

A tiny static site generator for logging my Rust TIL (Today I Learned)

License

Notifications You must be signed in to change notification settings

tnantoka/rustman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rustman

A tiny static site generator for logging my Rust TIL (Today I Learned).

Demo

https://rustman.tnantoka.com/

Usage

# Build the project
$ cargo build

# Create a new site
$ ./target/debug/rustman new hello

# Build the site
$ cd hello
$ ../target/debug/rustman build

# Serve with any static file server
$ serve build

About

A tiny static site generator for logging my Rust TIL (Today I Learned)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published