This website works better with JavaScript.
Explore
Help
Sign In
go
/
ssgod
Watch
1
Star
0
Fork
You've already forked ssgod
0
Code
Issues
3
Pull Requests
Packages
Projects
Releases
Wiki
Activity
32
Commits
1
Branch
1
Tag
364 KiB
Tag:
Branch:
Tree:
master
master
v0.1.0
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'master'
${ noResults }
Commit Graph
32 Commits (master)
All Branches
Search
Author
SHA1
Message
Date
Zed A. Shaw
0df151c7e4
Forgot the go fmt.
2 days ago
Zed A. Shaw
e10cc57bec
Now a simplistic sitemap/metapage feature works. Only has the URL for the page but more can come later.
2 days ago
Zed A. Shaw
3f50254403
Quick hack for a 'metafile' feature that is able to work on all of the file names processed. Usually for a sitemap or rss feed. NOT WORKING.
3 days ago
Zed A. Shaw
364e203898
Cleaned up my error handling and did a quick code review.
3 days ago
Zed A. Shaw
5fab257230
Switched to a .ssgod.json file to match other tools and to remove dependencies. Started using go:embed for the init.
3 days ago
Zed A. Shaw
0a386e03cf
Quick fix to ssgod skipping new directories.
3 days ago
Zed A. Shaw
a8da5849bd
Closes
#7
.
1 month ago
Zed A. Shaw
b985464eec
It'll now also watch the layout directory for changes. Closes .
1 month ago
Zed A. Shaw
4457e9bad2
Moved to the new /go URL.
2 months ago
Zed A. Shaw
d25a1ec1f3
Move to lcthw.dev
2 months ago
Zed A. Shaw
6eacdff12e
Don't generate the layout inside the layout and do a build before watch. BUG: This suddenly crashes now when watching, which sucks.
2 months ago
Zed A. Shaw
b0047ab2ce
Needed install instructinos for using go tool.
3 months ago
Zed A. Shaw
b79d652539
README had some duped stuff.
3 months ago
Zed A. Shaw
502fc83b1b
It will now watch the static directory as well and do the sync operation when that changes.
3 months ago
Zed A. Shaw
679aa4650b
Added a sync_dir option to the config so you can have a static directory that gets synced. WARNING: The Go default CopyFS won't copy files to targets that exist so I have to remove the target to do the sync.
3 months ago
Zed A. Shaw
d3d581c783
Moved over to ssgod because super-saiyan-god would produce binaries with that name. Now go get -tool should work.
3 months ago
Zed A. Shaw
d897d8375e
Now it will recursively watch content in pages.
Closes
#2
.
3 months ago
Zed A. Shaw
be009dc7b3
Had to change the domain name for the package.
3 months ago
Zed A. Shaw
6ac8620053
A basic init command that will generate a starter .toml file and the ability to change the config used with --config. MUST COME BEFORE COMMAND.
3 months ago
Zed A. Shaw
415b01c78d
Now watching a dir works and will delay the build based on a configurable amount of time.
3 months ago
Zed A. Shaw
3ef2a31622
Now we have basic directory watching, although it does fail on windows because of timing with the file locking Windows does.
3 months ago
Zed A. Shaw
245ebce688
Now we have working templates that match what I have in Fiber and can process either .html or .md files.
3 months ago
Zed A. Shaw
21fd1cb613
Refactored the code so that it's easier to work on and get it ready to rip out Fiber's templates.
3 months ago
Zed A. Shaw
a9bcb6360a
Markdown files are now converted with goldmark, but it doesn't get the layout. To fix that we have to rip out fiber's templates and do our own.
3 months ago
Zed A. Shaw
fb172f7e63
Update the README.md to show how to use it.
3 months ago
Zed A. Shaw
c0b4d68a9a
Refactor the code more to make it esier to work on.
3 months ago
Zed A. Shaw
08f90ec9f4
First running site gen working.
3 months ago
Zed A. Shaw
56b9321382
Initial setup of the project directory.
3 months ago
Zed A. Shaw
167321bf1f
Is this the magic incantation?
3 months ago
Zed A. Shaw
2e296d674d
Make the logo show up.
3 months ago
Zed A. Shaw
bad0eabefe
Create a funny parody logo.
3 months ago
Zed A. Shaw
7310dc6f82
Initial commit
3 months ago