diff options
| author | Shulhan <ms@kilabit.info> | 2021-04-07 04:04:16 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2021-04-07 04:04:16 +0700 |
| commit | ee5b8f7bf44c840ac3c1799e9d64a1aba505d8b5 (patch) | |
| tree | fa0635b657b42828ed6d1262983c7984950d411a /ciigo.go | |
| parent | a91a9f7d53391ec4cdd9602ebb8c7762b0150eb5 (diff) | |
| download | ciigo-ee5b8f7bf44c840ac3c1799e9d64a1aba505d8b5.tar.xz | |
all: replace any mention of asciidoc with markup
Diffstat (limited to 'ciigo.go')
| -rw-r--r-- | ciigo.go | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -4,7 +4,7 @@ // // Package ciigo is a program to write static web server with embedded files -// using asciidoc markup languages. +// using the asciidoc markup languages. // // For more information see the README file at the page repository // https://sr.ht/~shulhan/ciigo. @@ -167,12 +167,12 @@ func Serve(opts *ServeOptions) (err error) { } // -// Watch any changes on asciidoc files on directory Root recursively and +// Watch any changes on markup files on directory Root recursively and // changes on the HTML template file. -// If there is new or modified asciidoc files it will convert them into HTML +// If there is new or modified markup files it will convert them into HTML // files using HTML template automatically. // -// If the HTML template file modified, it will re-convert all asciidoc files. +// If the HTML template file modified, it will re-convert all markup files. // If the HTML template file deleted, it will replace them with internal, // default HTML template. // |
