Skip to content

Sargastico/sitex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sitex

a minimal static blog generator written in Go.
no JavaScript. no frameworks. just markdown → HTML.

built to power sargx.net.

usage

# build
make build

# create a new site
./sitex create my-site
cd my-site

# build static output
../sitex build

# build + local preview
../sitex serve --port 5000

how it works

  1. edit site.toml — define your site, posts, and pages
  2. write markdown in posts/ and pages/
  3. run sitex build
  4. deploy the dist/ folder anywhere

commands

command description
sitex create <dir> scaffold a new site
sitex build build static output to dist/
sitex build -c path.toml build with a custom config file
sitex serve build + start local server on port 5000
sitex serve -p 8080 serve on a custom port
sitex -v build verbose output

About

minimal static site generator written in Go.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors