Jelajahi Sumber

update tags&categories

SyuanYu 1 tahun lalu
induk
melakukan
e2b60a8b66
45 mengubah file dengan 216 tambahan dan 67 penghapusan
  1. 1 1
      layouts/404.html
  2. 1 1
      layouts/_default/list.html
  3. 23 7
      layouts/_default/single.html
  4. 1 1
      layouts/_default/taxonomy.html
  5. 1 1
      layouts/partials/content-aianchor.html
  6. 34 2
      layouts/partials/widgets/categories.html
  7. 47 6
      layouts/partials/widgets/tags.html
  8. 60 4
      static/css/custom.css
  9. 10 3
      static/css/style.default.css
  10. 1 1
      webSite/content/blog/ai-fake-song-generator.md
  11. 1 1
      webSite/content/blog/googletts.md
  12. 2 2
      webSite/content/blog/howtobuynft.md
  13. 1 1
      webSite/content/blog/howtoplanvideo.md
  14. 1 1
      webSite/content/blog/ppt-to-mp4.md
  15. 1 1
      webSite/content/blog/ppt-to-mp4_prism.md
  16. 1 1
      webSite/content/blog/ppt-to-video-converters.md
  17. 1 1
      webSite/content/blog/ppt-to-video-how.md
  18. 1 1
      webSite/content/blog/ppt-to-video-software.md
  19. 1 1
      webSite/content/blog/ppt-to-video.md
  20. 1 1
      webSite/content/blog/ppt做影片-2.md
  21. 1 1
      webSite/content/blog/ppt做影片-3.md
  22. 1 1
      webSite/content/blog/ppt轉MP4-2.md
  23. 1 1
      webSite/content/blog/ppt轉MP4.md
  24. 1 4
      webSite/content/blog/seo-tool.md
  25. 1 1
      webSite/content/blog/texttospeech.md
  26. 2 2
      webSite/content/blog/topnftmarket.md
  27. 1 1
      webSite/content/blog/tts-benefits.md
  28. 1 1
      webSite/content/blog/typesofvideo.md
  29. 1 1
      webSite/content/news/ai-text-generator.md
  30. 1 1
      webSite/content/news/converttovideo.md
  31. 1 1
      webSite/content/news/genvideofromtxt.md
  32. 1 1
      webSite/content/news/googleslidevideo.md
  33. 1 1
      webSite/content/news/insertvideoinslide.md
  34. 1 1
      webSite/content/news/simsim.md
  35. 1 1
      webSite/content/news/slidetovideo-ch.md
  36. 1 1
      webSite/content/news/slidetovideo.md
  37. 1 1
      webSite/content/news/sundar-pichai.md
  38. 1 1
      webSite/content/news/text-to-slide.md
  39. 1 1
      webSite/content/news/text-to-speech-watson.md
  40. 1 1
      webSite/content/news/text-to-video-apps.md
  41. 1 1
      webSite/content/news/text-to-video-en.md
  42. 1 1
      webSite/content/news/text-to-video.md
  43. 1 1
      webSite/content/news/texttovideo-en-startup.md
  44. 1 1
      webSite/content/news/texttovideo-generation.md
  45. 1 1
      webSite/content/news/whatistts.md

+ 1 - 1
layouts/404.html

@@ -10,7 +10,7 @@
         {{ partial "nav.html" . }}
 
         <div id="content">
-            <div class="container dd">
+            <div class="container">
 
                 <div class="col-sm-6 col-sm-offset-3" id="error-page">
 

+ 1 - 1
layouts/_default/list.html

@@ -40,7 +40,7 @@
                       {{ end }}
                       {{ if isset .Params "categories" }}
                       {{ if gt (len .Params.categories) 0 }}
-                      in <a href="{{ " categories/" | relURL }}{{ index .Params.categories 0 | urlize | lower }}">{{
+                      in <a href="{{ "categories/" | relURL }}{{ index .Params.categories 0 | urlize | lower }}">{{
                         index .Params.categories 0 }}</a>
                       {{ end }}
                       {{ end }}

+ 23 - 7
layouts/_default/single.html

@@ -15,27 +15,43 @@
     {{ partial "breadcrumbs.html" . }}
 
     <div id="content">
-      <div class="container dd">
+      <div class="container">
 
         <div class="row">
           <div class="col-md-9" id="blog-post">
 
-            {{ if or .Params.author .Params.date }}
-            <p class="text-muted text-uppercase mb-small text-right">
+            <section class="info">
+              <ul>
+                {{ range (.GetTerms "tags") }}
+                <li>
+                  <a href="{{ .Permalink }}">
+                    <i class="fas fa-tags"></i>
+                    {{ .LinkTitle }}
+                  </a>
+                </li>
+                {{ end }}
+              </ul>
+              <small class="text-muted">{{ .Date | time.Format ":date_long" }}</small>
+            </section>
+
+            <!-- {{ if or .Params.author .Params.date }}
+            <small class="text-muted text-uppercase mb-small text-right">
               {{ if .Params.author }}{{ i18n "authorBy" }} <a href="#">{{ .Params.author }}</a>{{ end }}
               {{ if and .Params.author .Params.date }} | {{ end }}
               {{ if .Params.date }}{{ .Date.Format .Site.Params.date_format }}{{ end }}
-            </p>
-            {{ end }}
+            </small>
+            {{ end }} -->
 
             <div id="post-content">
               {{ .Content }}
             </div>
+
+            <a href="/blog/" class="back-link">< 回到列表</a>
           </div>
 
-          <div class="col-md-3">
+          <!-- <div class="col-md-3">
             {{ partial "sidebar.html" . }}
-          </div>
+          </div> -->
         </div>
       </div>
     </div>

+ 1 - 1
layouts/_default/taxonomy.html

@@ -40,7 +40,7 @@
                       {{ end }}
                       {{ if isset .Params "categories" }}
                       {{ if gt (len .Params.categories) 0 }}
-                      in <a href="{{ " categories/" | relURL }}{{ index .Params.categories 0 | urlize | lower }}">{{
+                      in <a href="{{ "categories/" | relURL }}{{ index .Params.categories 0 | urlize | lower }}">{{
                         index .Params.categories 0 }}</a>
                       {{ end }}
                       {{ end }}

+ 1 - 1
layouts/partials/content-aianchor.html

@@ -10,7 +10,7 @@
 
 
         <div id="content">
-            <div class="contAIner dd">
+            <div class="container">
 
                 <div class="row">
 

+ 34 - 2
layouts/partials/widgets/categories.html

@@ -1,4 +1,36 @@
-{{ if .Site.Params.widgets.categories }}
+<div class="panel panel-default sidebar-menu">
+  <div class="panel-heading">
+    <h3 class="panel-title">{{ i18n "categoriesTitle" }}</h3>
+  </div>
+
+{{ $blogFolder := .Site.GetPage "section" "blog" }}
+{{ $current := . }}
+
+{{ with $blogFolder }}
+  {{ $blogPages := .Pages }}
+  <div class="panel-body">
+  <ul class="nav nav-pills nav-stacked">
+    {{ $uniqueCategories := slice }}
+    
+    {{ range $blogPages }}
+      {{ with .Params.categories }}
+        {{ range . }}
+          {{ $categoryName := . }}
+          {{ if not (in $uniqueCategories $categoryName) }}
+            {{ $uniqueCategories = $uniqueCategories | append $categoryName }}
+            <li{{ if eq $current.RelPermalink (printf "/categories/%s/" $categoryName | urlize | lower) }} class="active"{{ end }}>
+              <a href="{{ "categories/" | relURL }}{{ $categoryName | urlize | lower }}">{{ $categoryName | title }}</a>
+            </li>
+          {{ end }}
+        {{ end }}
+      {{ end }}
+    {{ end }}
+  </ul>
+  </div>
+{{ end }}
+</div>
+
+<!-- {{ if .Site.Params.widgets.categories }}
 {{ if isset .Site.Taxonomies "categories" }}
 {{ if not (eq (len .Site.Taxonomies.categories) 0) }}
 <div class="panel panel-default sidebar-menu">
@@ -21,4 +53,4 @@
 </div>
 {{ end }}
 {{ end }}
-{{ end }}
+{{ end }} -->

+ 47 - 6
layouts/partials/widgets/tags.html

@@ -1,4 +1,42 @@
-{{ if .Site.Params.widgets.tags }}
+
+
+<div class="panel sidebar-menu">
+  <div class="panel-heading">
+    <h3 class="panel-title">{{ i18n "tagsTitle" }}</h3>
+  </div>
+
+  {{ $blogFolder := .Site.GetPage "section" "blog" }}
+  {{ $current := . }}
+
+  {{ with $blogFolder }}
+  {{ $blogPages := .Pages }}
+
+  <div class="panel-body">
+    <ul class="tag-cloud">
+      {{ $uniqueTags := slice }}
+    
+      {{ range $blogPages }}
+        {{ with .Params.tags }}
+          {{ range . }}
+            {{ $tagName := . }}
+            {{ if not (in $uniqueTags $tagName) }}
+              {{ $uniqueTags = $uniqueTags | append $tagName }}
+              <li{{ if eq $current.RelPermalink (printf "/tags/%s/" $tagName | urlize | lower) }} class="active"{{ end }}>
+                <a href="{{ "tags/" | relURL }}{{ $tagName | urlize | lower }}">
+                  <i class="fas fa-tags"></i>
+                  {{ $tagName | title }}
+                </a>
+              </li>
+            {{ end }}
+          {{ end }}
+        {{ end }}
+      {{ end }}
+    </ul>
+  </div>
+{{ end }}
+</div>
+
+<!-- {{ if .Site.Params.widgets.tags }}
 {{ if isset .Site.Taxonomies "tags" }}
 {{ if not (eq (len .Site.Taxonomies.tags) 0) }}
 <div class="panel sidebar-menu">
@@ -10,15 +48,18 @@
     <div class="panel-body">
         <ul class="tag-cloud">
             {{ $current := . }}
+            {{ $count := 0 }}
             {{ range $name, $items := .Site.Taxonomies.tags }}
-            <li{{ if eq $current.RelPermalink ($name | urlize | lower | printf "/tags/%s/") }} class="active"{{ end }}>
-                <a href="{{ "tags/" | relURL }}{{ $name | urlize | lower }}"><i class="fas fa-tags"></i> {{ $name }}</a>
-            </li>
+                {{ if lt $count 40 }}
+                    <li{{ if eq $current.RelPermalink ($name | urlize | lower | printf "/tags/%s/") }} class="active"{{ end }}>
+                        <a href="{{ "tags/" | relURL }}{{ $name | urlize | lower }}"><i class="fas fa-tags"></i> {{ $name }}</a>
+                    </li>
+                    {{ $count = add $count 1 }}
+                {{ end }}
             {{ end }}
         </ul>
     </div>
-
 </div>
 {{ end }}
 {{ end }}
-{{ end }}
+{{ end }} -->

+ 60 - 4
static/css/custom.css

@@ -778,7 +778,7 @@
 }
 
 #post-content img {
-  width: 100%;
+  max-width: 100%;
   box-shadow: 0 11px 21px 0 rgba(194, 194, 194, 0.644);
   transition: all 0.3s;
   margin: 1.5rem 0;
@@ -802,14 +802,16 @@
   font-family: "Proxima Nova", sans-serif;
   margin-right: 5px;
   font-size: 3.2rem;
-  padding-left: 1rem;
+  padding-left: 2rem;
   border-left: 4px solid #ea5413;
+  letter-spacing: 1px;
 }
 
 #blog-post h3 {
   font-family: "Proxima Nova", sans-serif;
   font-size: 2.4rem;
   font-weight: 900;
+  letter-spacing: 1px;
   /* padding-left: 1rem; */
   /* border-left: 4px solid #EA5413; */
 }
@@ -818,10 +820,13 @@
 #blog-post li {
   font-size: 2rem;
   font-family: "Proxima Nova", sans-serif;
+  letter-spacing: 1px;
 }
 
 #blog-post p {
   margin-bottom: 1.8rem;
+  letter-spacing: 1px;
+  line-height: 32px;
 }
 
 #blog-post code {
@@ -830,6 +835,53 @@
   background-color: transparent;
 }
 
+#blog-post .info {
+  display: flex;
+  align-items: center;
+  justify-content: space-between;
+}
+
+#blog-post .info ul {
+  padding: 0;
+  margin-bottom: 0;
+  display: flex;
+  flex-wrap: wrap;
+  list-style: none;
+}
+
+#blog-post .info ul li {
+  margin: 5px 10px 5px 0;
+  font-size: 14px;
+  letter-spacing: 1px;
+}
+
+#blog-post .info small {
+  white-space: nowrap;
+}
+
+#blog-post .info a {
+  display: inline-block;
+  padding: 5px 10px;
+  border: solid 1px #eeeeee;
+  border-radius: 5px;
+  color: #ea5413;
+  text-transform: uppercase;
+  letter-spacing: 0.08em;
+  font-weight: 700;
+}
+
+#blog-post .info a:hover {
+  border: solid 1px #ea5413;
+}
+
+#blog-post .back-link {
+  display: block;
+  text-align: center;
+  margin: 50px 0;
+  font-size: 16px;
+  font-weight: bold;
+}
+
 #block-vtuber {
   padding: 30px 0;
   margin-bottom: 40px;
@@ -957,7 +1009,9 @@
 }
 
 .owl-carousel.project .owl-buttons div {
-  box-shadow: 3px 3px 16px 0 rgb(98 125 152 / 8%), 0 -1px 8px 0 rgb(0 0 0 / 4%);
+  box-shadow:
+    3px 3px 16px 0 rgb(98 125 152 / 8%),
+    0 -1px 8px 0 rgb(0 0 0 / 4%);
   padding: 1rem;
   width: 40px;
   height: 40px;
@@ -966,7 +1020,9 @@
 }
 
 .owl-carousel.project .owl-buttons div:hover {
-  box-shadow: 3px 3px 16px 0 rgb(98 125 152 / 3%), 0 -1px 8px 0 rgb(0 0 0 / 1%);
+  box-shadow:
+    3px 3px 16px 0 rgb(98 125 152 / 3%),
+    0 -1px 8px 0 rgb(0 0 0 / 1%);
 }
 
 .owl-carousel .owl-controls .owl-buttons,

+ 10 - 3
static/css/style.default.css

@@ -863,6 +863,9 @@ fieldset[disabled] .btn-template-primary.active {
 .panel.sidebar-menu h3 {
   padding: 5px 0;
   margin: 0;
+  color: #333;
+  line-height: 1.2;
+  letter-spacing: 1px;
 }
 .panel.sidebar-menu {
   background: #fff;
@@ -873,7 +876,7 @@ fieldset[disabled] .btn-template-primary.active {
 }
 .panel.sidebar-menu .panel-heading {
   text-transform: uppercase;
-  margin-bottom: 10px;
+  margin-bottom: 15px;
   background: none;
   padding: 0;
   letter-spacing: 0.08em;
@@ -891,6 +894,11 @@ fieldset[disabled] .btn-template-primary.active {
   padding-bottom: 10px;
 }
 
+.panel.sidebar-menu .info {
+  display: flex;
+  justify-content: space-between;
+}
+
 .panel.sidebar-menu .panel-heading .btn.btn-danger {
   color: #fff;
   margin-top: 5px;
@@ -3496,8 +3504,7 @@ h2,
 .h2,
 h3,
 .h3 {
-  margin-top: 20px;
-  margin-bottom: 30px;
+  margin: 30px 0;
 }
 p {
   margin: 0 0 10px;

+ 1 - 1
webSite/content/blog/ai-fake-song-generator.md

@@ -1,7 +1,7 @@
 +++
 title = "Fake AI Song Generator"
 date = "2023-02-04T00:39:46+02:00"
-tags = ["ai music"]
+tags = ["ai-music"]
 categories = ["ai"]
 banner = "https://images.theconversation.com/files/507757/original/file-20230202-23-3thfr7.jpeg?ixlib=rb-1.1.0&rect=0%2C497%2C3906%2C1950&q=45&auto=format&w=1356&h=668&fit=crop"
 +++

+ 1 - 1
webSite/content/blog/googletts.md

@@ -1,7 +1,7 @@
 +++
 title = "Google Cloud Text-to-Speech"
 date = "2022-01-07T16:12:46+02:00"
-tags = ["video marketing", "text to speech"]
+tags = ["video-marketing", "text to speech"]
 categories = ["seo"]
 banner = "/imgs/googletts.jpg"
 +++

+ 2 - 2
webSite/content/blog/howtobuynft.md

@@ -1,8 +1,8 @@
 +++
 title = "How to buy NFT"
 date = "2021-08-13T13:39:46+02:00"
-tags = ["nft"]
-categories = ["nft"]
+tags = ["NFT"]
+categories = ["NFT"]
 banner = "https://i.imgur.com/MKkFgnS.png"
 +++
 

+ 1 - 1
webSite/content/blog/howtoplanvideo.md

@@ -1,7 +1,7 @@
 +++
 title= "How To Plan Your Video For Marketing Before You Start Making"
 date = "2021-08-12T00:04:55+08:00"
-tags = ["video marketing"]
+tags = ["video-marketing"]
 type = "blog"
 categories = ["video"]
 banner = "https://i.imgur.com/lAvF9hX.png"

+ 1 - 1
webSite/content/blog/ppt-to-mp4.md

@@ -1,7 +1,7 @@
 +++
 title= "完全免費!輕鬆將 Powerpoint 轉 MP4 的 8 大方式!"
 date = "2023-12-16T00:04:55+08:00"
-tags = ["video marketing", "slides to video","ppt2mp4","ppt-to-mp4"]
+tags = ["video-marketing", "slides to video","ppt2mp4","ppt-to-mp4"]
 type = "blog"
 categories = ["video"]
 banner = "img/banners.jpg"

+ 1 - 1
webSite/content/blog/ppt-to-mp4_prism.md

@@ -1,7 +1,7 @@
 +++
 title= "用軟體 將 Powerpoint 轉 MP4"
 date = "2021-12-08T00:04:55+08:00"
-tags = ["video marketing", "slides to video"]
+tags = ["video-marketing", "slides to video"]
 type = "blog"
 categories = ["video"]
 banner = "img/banners.jpg"

+ 1 - 1
webSite/content/blog/ppt-to-video-converters.md

@@ -1,7 +1,7 @@
 +++
 title= "Let's see PPT to video converter! How to do it?"
 date = "2021-07-22T00:04:55+08:00"
-tags = ["video marketing", "slides to video"]
+tags = ["video-marketing", "slides to video"]
 type = "blog"
 categories = ["video"]
 banner = "img/banners.jpg"

+ 1 - 1
webSite/content/blog/ppt-to-video-how.md

@@ -1,7 +1,7 @@
 +++
 title= "Convert ppt presentations into videos in two simple ways"
 date = "2021-01-04T00:04:55+08:00"
-tags = ["video marketing", "slides to video"]
+tags = ["video-marketing", "slides to video"]
 type = "blog"
 categories = ["video"]
 banner = "img/banners.jpg"

+ 1 - 1
webSite/content/blog/ppt-to-video-software.md

@@ -1,7 +1,7 @@
 +++
 title= "How to use softwares to convert ppt into attractive video?"
 date = "2021-12-21T00:04:55+08:00"
-tags = ["video marketing", "slides to video"]
+tags = ["video-marketing", "slides to video"]
 type = "blog"
 categories = ["video"]
 banner = "img/banners.jpg"

+ 1 - 1
webSite/content/blog/ppt-to-video.md

@@ -1,7 +1,7 @@
 +++
 title= "Convert PowerPoint into videos in a simple way"
 date = "2021-12-20T00:04:55+08:00"
-tags = ["video marketing", "slides to video"]
+tags = ["video-marketing", "slides to video"]
 type = "blog"
 categories = ["video"]
 banner = "img/banners.jpg"

+ 1 - 1
webSite/content/blog/ppt做影片-2.md

@@ -1,7 +1,7 @@
 +++
 title= "如何快速的將 ppt 製作成影片"
 date = "2021-12-24T00:04:55+08:00"
-tags = ["video marketing", "slides to video"]
+tags = ["video-marketing", "slides to video"]
 type = "blog"
 categories = ["video"]
 banner = "img/banners.jpg"

+ 1 - 1
webSite/content/blog/ppt做影片-3.md

@@ -1,7 +1,7 @@
 +++
 title= "如何將 ppt 幻燈片製作成影片?"
 date = "2021-12-28T00:04:55+08:00"
-tags = ["video marketing", "slides to video"]
+tags = ["video-marketing", "slides to video"]
 type = "blog"
 categories = ["video"]
 banner = "img/banners.jpg"

+ 1 - 1
webSite/content/blog/ppt轉MP4-2.md

@@ -1,7 +1,7 @@
 +++
 title= "如何將 MP4 轉換成 PowerPoint"
 date = "2021-12-27T00:04:55+08:00"
-tags = ["video marketing", "slides to video"]
+tags = ["video-marketing", "slides to video"]
 type = "blog"
 categories = ["video"]
 banner = "img/banners.jpg"

+ 1 - 1
webSite/content/blog/ppt轉MP4.md

@@ -1,7 +1,7 @@
 +++
 title= "如何將 PowerPoint 轉換為 MP4"
 date = "2021-12-23T00:04:55+08:00"
-tags = ["video marketing", "slides to video"]
+tags = ["video-marketing", "slides to video"]
 type = "blog"
 categories = ["video"]
 banner = "img/banners.jpg"

+ 1 - 4
webSite/content/blog/seo-tool.md

@@ -26,6 +26,7 @@ banner = "/imgs/AdobeStock_270048521.jpg"
   - [Ubersuggest](#ubersuggest)
   - [總結](#總結)
   - [相關文章](#相關文章)
+{{% /catalog %}}
 
 ![seo工具推薦!只要有網址就能查](/imgs/seo/seo-tool.jpg)
 `seo工具推薦!只要有網址就能查`
@@ -253,7 +254,3 @@ Ubersuggest是行銷專家 Neil Patel所研發的SEO工具,他使用上相當
 ## 總結
 
 在SEO的領域中,SEO軟體正不斷進步,也有越來越多排名工具不斷地出現。為了更好的SEO優化排名,必須要透過不斷分析網頁、調整優化內容及關鍵字、研究SEO指標以了解網站的表現,不論哪一個SEO工具,都必須要先了解最核心的價值就是,有良好的網站架構以及良好的使用者經驗、優質內容,提供有益的價值給你的讀者,這乃是最重要的。
-
-
-## 相關文章
-{{< featured >}}

+ 1 - 1
webSite/content/blog/texttospeech.md

@@ -1,7 +1,7 @@
 +++
 title= "DeepMind's AlphaFold 2 reveal: Convolutions are out, attention is in"
 date = "2021-07-22T00:04:55+08:00"
-tags = ["video marketing", "text to speech"]
+tags = ["video-marketing", "text to speech"]
 type = "blog"
 categories = ["seo"]
 banner = "https://i.imgur.com/jdQb3ZH.jpg"

+ 2 - 2
webSite/content/blog/topnftmarket.md

@@ -1,8 +1,8 @@
 +++
 title = "Top NFT Marketplaces"
 date = "2021-08-23T13:39:46+02:00"
-tags = ["nft"]
-categories = ["nft"]
+tags = ["NFT"]
+categories = ["NFT"]
 banner = "https://cdn.filtergrade.com/wp-content/uploads/2021/04/01144840/rarible-nft-marketplace-1024x607.png"
 +++
 

+ 1 - 1
webSite/content/blog/tts-benefits.md

@@ -1,7 +1,7 @@
 +++
 title = "Benefit and uses of Text to Speech (TTS)"
 date = "2022-01-05T16:40:46+02:00"
-tags = ["video marketing", "text to speech"]
+tags = ["video-marketing", "text to speech"]
 categories = ["seo"]
 banner = "/imgs/tts.jpg"
 +++

+ 1 - 1
webSite/content/blog/typesofvideo.md

@@ -2,7 +2,7 @@
 title = "影片行銷有哪些類型?"
 description = "影片行銷在現今不可或缺,但是要用什麼樣的影片來行銷?在開始影片行銷之前,必須先規劃你想要製作什麼樣的影片,我們向你介紹可以做到有效行銷的所有類型的影片"
 date = "2023-12-22T00:39:46+02:00"
-tags = ["video","video marketing","影片行銷"]
+tags = ["video","video-marketing","影片行銷"]
 categories = ["trends"]
 banner = "https://blog.zoom.us/wp-content/uploads/2021/03/Video-SDK-Image.png"
 +++

+ 1 - 1
webSite/content/news/ai-text-generator.md

@@ -1,7 +1,7 @@
 +++
 title = "如何運用ai撰寫文字內容?"
 date = "2021-07-18T00:21:34+08:00"
-tags = ["video marketing", "text to video"]
+tags = ["video-marketing", "text to video"]
 type = "blog"
 categories = ["marketing"]
 banner = "https://i.imgur.com/jdQb3ZH.jpg"

+ 1 - 1
webSite/content/news/converttovideo.md

@@ -1,7 +1,7 @@
 +++
 title = "Top 10 PPT to MP4 Video Converters in 2022"
 date = "2021-07-18T00:21:34+08:00"
-tags = ["video marketing", "slides to video"]
+tags = ["video-marketing", "slides to video"]
 type = "blog"
 categories = ["marketing"]
 banner = "https://i.imgur.com/jdQb3ZH.jpg"

+ 1 - 1
webSite/content/news/genvideofromtxt.md

@@ -1,7 +1,7 @@
 +++
 title = "From plain text to AI’s generate video"
 date = "2021-07-18T00:21:34+08:00"
-tags = ["video marketing", "text to video"]
+tags = ["video-marketing", "text to video"]
 type = "blog"
 categories = ["marketing"]
 banner = "https://i.imgur.com/jdQb3ZH.jpg"

+ 1 - 1
webSite/content/news/googleslidevideo.md

@@ -1,7 +1,7 @@
 +++
 title = "How To Embed Video In Google Slides?"
 date = "2021-07-22T00:21:34+08:00"
-tags = ["video marketing", "slides to video"]
+tags = ["video-marketing", "slides to video"]
 type = "blog"
 categories = ["marketing"]
 banner = "https://i.imgur.com/jdQb3ZH.jpg"

+ 1 - 1
webSite/content/news/insertvideoinslide.md

@@ -1,7 +1,7 @@
 +++
 title = "Insert Video In Google Slides - create and edit presentation online"
 date = "2021-07-27T00:21:34+08:00"
-tags = ["video marketing", "slides to video"]
+tags = ["video-marketing", "slides to video"]
 type = "blog"
 categories = ["marketing"]
 banner = "https://i.imgur.com/jdQb3ZH.jpg"

+ 1 - 1
webSite/content/news/simsim.md

@@ -1,7 +1,7 @@
 +++
 title= "YouTube acquires Indian social commerce startup Simsim"
 date= 2021-07-20T00:41:24+08:00
-tags = ["video marketing"]
+tags = ["video-marketing"]
 type = "blog"
 categories = ["marketing"]
 banner = "https://i.imgur.com/jdQb3ZH.jpg"

+ 1 - 1
webSite/content/news/slidetovideo-ch.md

@@ -1,7 +1,7 @@
 +++
 title = "使用AiSpokes Girl Slides to Video 功能,節省以往投影片轉製影片的麻煩事"
 date = "2022-02-11T00:21:34+08:00"
-tags = ["video marketing", "text to video"]
+tags = ["video-marketing", "text to video"]
 type = "blog"
 categories = ["marketing"]
 banner = "https://i.imgur.com/jdQb3ZH.jpg"

+ 1 - 1
webSite/content/news/slidetovideo.md

@@ -1,7 +1,7 @@
 +++
 title = "5 Easy Steps To Turn Google Slides Into An Engaging Video"
 date = "2021-07-21T00:21:34+08:00"
-tags = ["video marketing", "text to video"]
+tags = ["video-marketing", "text to video"]
 type = "blog"
 categories = ["marketing"]
 banner = "https://i.imgur.com/jdQb3ZH.jpg"

+ 1 - 1
webSite/content/news/sundar-pichai.md

@@ -1,7 +1,7 @@
 +++
 title= "Google boss Sundar Pichai warns of threats to internet freedom"
 date= 2021-07-22T00:50:34+08:00
-tags = ["video marketing", "text to video"]
+tags = ["video-marketing", "text to video"]
 type = "blog"
 categories = ["marketing"]
 banner = "https://i.imgur.com/jdQb3ZH.jpg"

+ 1 - 1
webSite/content/news/text-to-slide.md

@@ -1,7 +1,7 @@
 +++
 title = "Convert Your PowerPoint (PPT) Presentation Into Video"
 date = "2021-07-18T00:21:34+08:00"
-tags = ["video marketing", "text to slide"]
+tags = ["video-marketing", "text to slide"]
 type = "blog"
 categories = ["marketing"]
 banner = "https://i.imgur.com/jdQb3ZH.jpg"

+ 1 - 1
webSite/content/news/text-to-speech-watson.md

@@ -1,7 +1,7 @@
 +++
 title= "Creating An AI Text-to-Speech Using IBM Watson"
 date= 2021-07-21T00:31:07+08:00
-tags = ["video marketing", "text to speech"]
+tags = ["video-marketing", "text to speech"]
 type = "blog"
 categories = ["marketing"]
 banner = "https://i.imgur.com/jdQb3ZH.jpg"

+ 1 - 1
webSite/content/news/text-to-video-apps.md

@@ -1,7 +1,7 @@
 +++
 title = ""
 date = "2021-12-14T00:21:34+08:00"
-tags = ["video marketing", "text to video"]
+tags = ["video-marketing", "text to video"]
 type = "blog"
 categories = ["marketing"]
 banner = "https://i.imgur.com/jdQb3ZH.jpg"

+ 1 - 1
webSite/content/news/text-to-video-en.md

@@ -1,7 +1,7 @@
 +++
 title = "How to Add Text to Speech to Videos?"
 date = "2021-07-18T00:21:34+08:00"
-tags = ["video marketing", "text to video"]
+tags = ["video-marketing", "text to video"]
 type = "blog"
 categories = ["marketing"]
 banner = "https://i.imgur.com/jdQb3ZH.jpg"

+ 1 - 1
webSite/content/news/text-to-video.md

@@ -1,7 +1,7 @@
 +++
 title = "如何將文字內容轉影片?"
 date = "2021-07-18T00:21:34+08:00"
-tags = ["video marketing", "text to video"]
+tags = ["video-marketing", "text to video"]
 type = "blog"
 categories = ["marketing"]
 banner = "https://i.imgur.com/jdQb3ZH.jpg"

+ 1 - 1
webSite/content/news/texttovideo-en-startup.md

@@ -1,7 +1,7 @@
 +++
 title = "Use AI to automatically generate videos from text articles?"
 date = "2021-07-18T00:21:34+08:00"
-tags = ["video marketing", "text to video"]
+tags = ["video-marketing", "text to video"]
 type = "blog"
 categories = ["marketing"]
 banner = "https://i.imgur.com/jdQb3ZH.jpg"

+ 1 - 1
webSite/content/news/texttovideo-generation.md

@@ -1,7 +1,7 @@
 +++
 title = "Can artificial intelligence generate new video content from text descriptions?"
 date = "2021-07-21T00:21:34+08:00"
-tags = ["video marketing", "text to video"]
+tags = ["video-marketing", "text to video"]
 type = "blog"
 categories = ["marketing"]
 banner = "https://i.imgur.com/jdQb3ZH.jpg"

+ 1 - 1
webSite/content/news/whatistts.md

@@ -1,7 +1,7 @@
 +++
 title= "Text-to-Speech: What It Is and How It Works"
 date= "2021-07-21T00:31:07+08:00"
-tags = ["video marketing", "text to speech"]
+tags = ["video-marketing", "text to speech"]
 type = "blog"
 categories = ["marketing"]
 banner = "https://i.imgur.com/jdQb3ZH.jpg"