Change "ctrl+c" to "Ctrl+C"
authorAnthony Fok <foka@debian.org>
Thu, 29 Jan 2015 21:19:12 +0000 (14:19 -0700)
committerAnthony Fok <foka@debian.org>
Wed, 11 Feb 2015 08:11:50 +0000 (01:11 -0700)
commands/hugo.go
commands/server.go
docs/content/overview/quickstart.md
docs/content/overview/usage.md
docs/content/tutorials/creating-a-new-theme.md

index 10444fbc4ff1e9333aa6cc69124c35977fc8dabd..65195f8d6b081d7b583184c32fd6dc6d12e3a8ff 100644 (file)
@@ -233,7 +233,7 @@ func build(watches ...bool) {
 
        if BuildWatch {
                jww.FEEDBACK.Println("Watching for changes in", helpers.AbsPathify(viper.GetString("ContentDir")))
-               jww.FEEDBACK.Println("Press ctrl+c to stop")
+               jww.FEEDBACK.Println("Press Ctrl+C to stop")
                utils.CheckErr(NewWatcher(0))
        }
 }
index 98ea60f4e5909425b82ba87d3f8bb213b902b3e2..6b145449d979355cc921638ba879b7f6a3781c17 100644 (file)
@@ -126,7 +126,7 @@ func serve(port int) {
 
        u.Scheme = "http"
        jww.FEEDBACK.Printf("Web Server is available at %s\n", u.String())
-       fmt.Println("Press ctrl+c to stop")
+       fmt.Println("Press Ctrl+C to stop")
 
        err = http.ListenAndServe(":"+strconv.Itoa(port), nil)
        if err != nil {
index d0a0a721966833985dc428d0ef2d9f922ac0ed35..0690ef22a8e192befcd93e1ce77f14806303c101 100644 (file)
@@ -102,7 +102,7 @@ your content:
     in 5 ms
     Serving pages from exampleHugoSite/public
     Web Server is available at http://localhost:1313
-    Press ctrl+c to stop
+    Press Ctrl+C to stop
 
 We specified two options here:
 
@@ -134,7 +134,7 @@ Stop the Hugo process by hitting <kbd>Ctrl</kbd>+<kbd>C</kbd>. Then run the foll
     Watching for changes in exampleHugoSite/content
     Serving pages from exampleHugoSite/public
     Web Server is available at http://localhost:1313
-    Press ctrl+c to stop
+    Press Ctrl+C to stop
 
 Open your [favorite editor](http://vim.spf13.com/), edit and save your content, and watch as Hugo rebuilds and reloads automatically.
 
index 8318d6f3639525b9741238cecfe36673a13a0f48..6f38b15777ec9c19d6a7dd039d50face49cad49a 100644 (file)
@@ -71,7 +71,7 @@ is saved.
        28 pages created
        in 18 ms
        Watching for changes in /Users/spf13/Code/hugo/docs/content
-       Press ctrl+c to stop
+       Press Ctrl+C to stop
 
 Hugo can even run a server and create your site at the same time! Hugo
 implements [LiveReload](/extras/livereload/) technology to automatically reload any open pages in
@@ -80,7 +80,7 @@ all browsers (including mobile).
     $ hugo server -ws ~/mysite
        Watching for changes in /Users/spf13/Code/hugo/docs/content
        Web Server is available at http://localhost:1313
-       Press ctrl+c to stop
+       Press Ctrl+C to stop
        28 pages created
        0 tags created
        in 18 ms
index 8767bbd295fae52f194e5bbee3e438c2aea08761..d46413b768714eb35f0ed38c1f15e1a3a0ede86a 100644 (file)
@@ -207,7 +207,7 @@ WARN: 2014/09/29 Unable to locate layout: [404.html]
 in 2 ms
 Serving pages from /Users/quoha/Sites/zafta/public
 Web Server is available at http://localhost:1313
-Press ctrl+c to stop
+Press Ctrl+C to stop
 ```
 
 Connect to the listed URL (it's on the line that starts with "Web Server"). If everything is working correctly, you should get a page that shows the following:
@@ -463,7 +463,7 @@ in 2 ms
 Watching for changes in /Users/quoha/Sites/zafta/content
 Serving pages from /Users/quoha/Sites/zafta/public
 Web Server is available at http://localhost:1313
-Press ctrl+c to stop
+Press Ctrl+C to stop
 INFO: 2014/09/29 File System Event: ["/Users/quoha/Sites/zafta/themes/zafta/layouts/index.html": MODIFY|ATTRIB]
 Change detected, rebuilding site