Mercurial > yakumo_izuru > aya
diff README.md @ 47:0adadd497d23 draft
Forked project
author | prologic |
---|---|
date | Fri, 17 Sep 2021 23:32:14 +0000 |
parents | ea1bcd29a195 |
children | c6785950280e |
line wrap: on
line diff
--- a/README.md Fri Sep 17 23:12:48 2021 +0000 +++ b/README.md Fri Sep 17 23:32:14 2021 +0000 @@ -1,7 +1,4 @@ -zs -== - -[](https://travis-ci.org/zserge/zs) +# zs zs is an extremely minimal static site generator written in Go. @@ -22,11 +19,11 @@ Download the binaries from Github or build it manually: - $ go get github.com/zserge/zs + $ go get git.mills.io/prologic/zs ## Ideology -Keep your texts in markdown, [amber] or HTML format right in the main directory +Keep your texts in markdown, or HTML format right in the main directory of your blog/site. Keep all service files (extensions, layout pages, deployment scripts etc) @@ -92,12 +89,6 @@ lessc < $ZS_OUTDIR/styles.less > $ZS_OUTDIR/styles.css rm -f $ZS_OUTDIR/styles.css -## Syntax sugar - -By default, `zs` converts each `.amber` file into `.html`, so you can use lightweight Jade-like syntax instead of bloated HTML. - -Also, `zs` converts `.gcss` into `.css`, so you don't really need LESS or SASS. More about GCSS can be found [here][gcss]. - ## Command line usage `zs build` re-builds your site. @@ -113,7 +104,3 @@ ## License The software is distributed under the MIT license. - -[amber]: https://github.com/eknkc/amber/ -[YAML]: https://github.com/go-yaml/yaml -[gcss]: https://github.com/yosssi/gcss