Quellcode durchsuchen

HUE-8888 [docs] Document how to build the blog with multi language

Romain vor 5 Jahren
Ursprung
Commit
b2de6ec101
1 geänderte Dateien mit 12 neuen und 0 gelöschten Zeilen
  1. 12 0
      docs/docs-site/content/developer/development/_index.md

+ 12 - 0
docs/docs-site/content/developer/development/_index.md

@@ -792,6 +792,18 @@ Then after booting the hugo documentation server, we point to its url. We also b
 
     muffet http://localhost:35741/ --exclude ".*releases.*" -f
 
+### Blog & Website
+
+Like for the [Documentation](#Documentation) install hugo. The content for each language is in its [own directory](https://github.com/cloudera/hue/tree/master/docs/gethue/content).
+
+Build it and see live changes:
+
+    cd docs/gethue
+
+    hugo serve
+
+Will automatically start one server for each language domain.
+
 ### SQL Autocomplete
 
 Install a patched jison: