|
@@ -1,6 +1,6 @@
|
|
|
-baseurl = "https://example.org"
|
|
|
+baseurl = "http://ai.choozmo.com"
|
|
|
title = "Universal"
|
|
|
-theme = "hugo-universal-theme"
|
|
|
+theme = "AI_Video_LP"
|
|
|
themesDir = "../.."
|
|
|
languageCode = "en-us"
|
|
|
# Site language. Available translations in the theme's `/i18n` directory.
|
|
@@ -9,11 +9,18 @@ defaultContentLanguage = "en"
|
|
|
disqusShortname = "devcows"
|
|
|
# Enable Google Analytics by entering your tracking code
|
|
|
googleAnalytics = "UA-153100602-5"
|
|
|
+publishDir = "/var/www/html"
|
|
|
|
|
|
|
|
|
# Define the number of posts per page
|
|
|
paginate = 10
|
|
|
|
|
|
+
|
|
|
+[outputs]
|
|
|
+ home = ["HTML"]
|
|
|
+ page = ["HTML"]
|
|
|
+
|
|
|
+
|
|
|
[menu]
|
|
|
|
|
|
# Main menu
|