Skip to content

go-srvc/website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-srvc website

Source for go-srvc.com.

Static site built with a small Go generator. Plain HTML/CSS/JS, no JS framework, no npm.

Build

make build           # generates dist/
make test            # go test ./...

Open dist/index.html directly in a browser to preview. Pages use relative paths so file:// works without a server.

Deploy

Pushes to main deploy automatically via the Deploy workflow. GitHub Pages must be configured with Source: GitHub Actions in the repo settings.

Layout

cmd/gen/             # site generator (Go)
templates/           # html/template sources
assets/              # css, js, images copied to dist/assets
static/              # files copied to dist/ root (CNAME, robots.txt, etc.)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors