Commit bf85e10

bryfry <bryon.fryer@gmail.com>
2017-01-09 11:11:10
Update README.md master
1 parent 8fd3330
Changed files (1)
README.md
@@ -19,12 +19,17 @@ server {
   location / {
     try_files $uri $uri/ =404;
   }
+  location /man/ {
+    proxy_pass http://localhost:8888/man/;
+  }
 }
 ```
 
 ## hugo setup:
 
-* startup command: `hugo server -b "http://trustme.click/man" --bind 0.0.0.0 --port 8888
+* startup command in screen: `hugo server -b "http://trustme.click/man" --bind 0.0.0.0 --port 8888 --appendPort=false`
 * shadow-man repo is checked out into [hugo path]/content
 * hugo config is in this project (config.yml)
+* hugo-material-docs theme in [hugo path]/themes
+* TODO setup a supervisord to start/stop/reload this daemon