Changeset 48 in code for trunk/README.md
- Timestamp:
- Sep 17, 2021, 11:32:14 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/README.md
r39 r48 1 zs 2 == 3 4 [](https://travis-ci.org/zserge/zs) 1 # zs 5 2 6 3 zs is an extremely minimal static site generator written in Go. … … 23 20 Download the binaries from Github or build it manually: 24 21 25 $ go get git hub.com/zserge/zs22 $ go get git.mills.io/prologic/zs 26 23 27 24 ## Ideology 28 25 29 Keep your texts in markdown, [amber]or HTML format right in the main directory26 Keep your texts in markdown, or HTML format right in the main directory 30 27 of your blog/site. 31 28 … … 93 90 rm -f $ZS_OUTDIR/styles.css 94 91 95 ## Syntax sugar96 97 By default, `zs` converts each `.amber` file into `.html`, so you can use lightweight Jade-like syntax instead of bloated HTML.98 99 Also, `zs` converts `.gcss` into `.css`, so you don't really need LESS or SASS. More about GCSS can be found [here][gcss].100 101 92 ## Command line usage 102 93 … … 114 105 115 106 The software is distributed under the MIT license. 116 117 [amber]: https://github.com/eknkc/amber/118 [YAML]: https://github.com/go-yaml/yaml119 [gcss]: https://github.com/yosssi/gcss
Note:
See TracChangeset
for help on using the changeset viewer.