aboutsummaryrefslogtreecommitdiff
path: root/ciigo.go
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2021-04-07 04:04:16 +0700
committerShulhan <ms@kilabit.info>2021-04-07 04:04:16 +0700
commitee5b8f7bf44c840ac3c1799e9d64a1aba505d8b5 (patch)
treefa0635b657b42828ed6d1262983c7984950d411a /ciigo.go
parenta91a9f7d53391ec4cdd9602ebb8c7762b0150eb5 (diff)
downloadciigo-ee5b8f7bf44c840ac3c1799e9d64a1aba505d8b5.tar.xz
all: replace any mention of asciidoc with markup
Diffstat (limited to 'ciigo.go')
-rw-r--r--ciigo.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/ciigo.go b/ciigo.go
index d345658..ae9d9c2 100644
--- a/ciigo.go
+++ b/ciigo.go
@@ -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.
//