Changeset 48 in code for trunk/README.md


Ignore:
Timestamp:
Sep 17, 2021, 11:32:14 PM (4 years ago)
Author:
prologic
Message:

Forked project

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/README.md

    r39 r48  
    1 zs
    2 ==
    3 
    4 [![Build Status](https://travis-ci.org/zserge/zs.svg?branch=master)](https://travis-ci.org/zserge/zs)
     1# zs
    52
    63zs is an extremely minimal static site generator written in Go.
     
    2320Download the binaries from Github or build it manually:
    2421
    25         $ go get github.com/zserge/zs
     22        $ go get git.mills.io/prologic/zs
    2623
    2724## Ideology
    2825
    29 Keep your texts in markdown, [amber] or HTML format right in the main directory
     26Keep your texts in markdown, or HTML format right in the main directory
    3027of your blog/site.
    3128
     
    9390        rm -f $ZS_OUTDIR/styles.css
    9491
    95 ## Syntax sugar
    96 
    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 
    10192## Command line usage
    10293
     
    114105
    115106The software is distributed under the MIT license.
    116 
    117 [amber]: https://github.com/eknkc/amber/
    118 [YAML]: https://github.com/go-yaml/yaml
    119 [gcss]: https://github.com/yosssi/gcss
Note: See TracChangeset for help on using the changeset viewer.