huaisianhuang 3 年之前
父节点
当前提交
a5b9cc249b
共有 5 个文件被更改,包括 14 次插入5 次删除
  1. 0 1
      layouts/_default/list.html
  2. 1 1
      layouts/partials/head.html
  3. 0 1
      layouts/partials/scripts.html
  4. 4 0
      static/css/custom.css
  5. 9 2
      webSite/config.toml

+ 0 - 1
layouts/_default/list.html

@@ -15,7 +15,6 @@
             <div class="container dd">
                 <div class="row">
                     <!-- *** LEFT COLUMN *** -->
-                    kk
                     <div class="col-md-9" id="blog-listing-medium">
                     
                         {{ $paginator := .Paginate (where .Data.Pages "Type" "blog") }}

+ 1 - 1
layouts/partials/head.html

@@ -100,4 +100,4 @@
   <meta name="twitter:description" content="{{ $description_plain | truncate 200 }}">
   {{ with .Param "twitter_author" }}<meta name="twitter:creator" content="@{{ . }}">{{ end }}
 
-</head>
+</head>

+ 0 - 1
layouts/partials/scripts.html

@@ -19,4 +19,3 @@
 
 <!-- owl carousel -->
 <script src="{{ "js/owl.carousel.min.js" | relURL }}"></script>
-

+ 4 - 0
static/css/custom.css

@@ -357,4 +357,8 @@
   font-weight: 500;
 }
 
+#post-content img {
+  width: 100%;
+}
+
 

+ 9 - 2
webSite/config.toml

@@ -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