diff --git a/config.yml b/config.yml index 0700187..f31e90d 100644 --- a/config.yml +++ b/config.yml @@ -30,21 +30,21 @@ languages: series: series menu: main: - - name: Archives - url: archives - weight: 1 - name: Posts url: posts - weight: 2 + weight: 1 - name: Search url: search - weight: 3 + weight: 2 - name: Tags url: tags - weight: 4 + weight: 3 - name: About url: about + weight: 4 + - name: Pages weight: 5 + url: pages outputs: home: @@ -82,12 +82,12 @@ params: imageWidth: 256 imageHeight: 256 buttons: + - name: Archives + url: archives - name: Web CV url: https://tiennm99.github.io/webcv - name: PDF CV url: https://tiennm99.github.io/cv/miti99.pdf - - name: Pages - url: pages homeInfoParams: Title: "miti99" diff --git a/content/pages.md b/content/pages.md index e93c763..cb1f362 100644 --- a/content/pages.md +++ b/content/pages.md @@ -5,6 +5,6 @@ slug: "pages" Danh sách những trang mình host trên [GitHub Pages](https://pages.github.com/). Thường khá thú vị :> -_(Danh sách này được tạo tự động nên thứ tự không quan trọng nhé)_ +_(Danh sách này được tạo tự động, thứ tự không quan trọng nhé)_ {{< github-pages >}} \ No newline at end of file diff --git a/content/posts/code_syntax.md b/content/posts/code_syntax.md index eccfb68..ba49145 100644 --- a/content/posts/code_syntax.md +++ b/content/posts/code_syntax.md @@ -9,6 +9,7 @@ categories: ["themes", "syntax"] series: ["Themes Guide"] ShowToc: true TocOpen: true +draft: true --- ### Inline Code diff --git a/content/posts/emoji-support.md b/content/posts/emoji-support.md index 7e61b5e..e82bb9d 100644 --- a/content/posts/emoji-support.md +++ b/content/posts/emoji-support.md @@ -6,6 +6,7 @@ description: "Guide to emoji usage in Hugo" tags: ["emoji"] ShowToc: false ShowBreadCrumbs: false +draft: true --- Emoji can be enabled in a Hugo project in a number of ways. diff --git a/content/posts/markdown-syntax.md b/content/posts/markdown-syntax.md index e84a305..df8e343 100644 --- a/content/posts/markdown-syntax.md +++ b/content/posts/markdown-syntax.md @@ -12,6 +12,7 @@ cover: caption: "Generated using [OG Image Playground by Vercel](https://og-playground.vercel.app/)" ShowToc: true TocOpen: true +draft: true --- This article offers a sample of basic Markdown syntax that can be used in Hugo content files, also it shows whether basic HTML elements are decorated with CSS in a Hugo theme. diff --git a/content/posts/math-typesetting.md b/content/posts/math-typesetting.md index 44ad217..f99e767 100644 --- a/content/posts/math-typesetting.md +++ b/content/posts/math-typesetting.md @@ -5,6 +5,7 @@ date: 2019-03-08 description: A brief guide to setup KaTeX math: true ShowBreadCrumbs: false +draft: true --- Mathematical notation in a Hugo project can be enabled by using third party JavaScript libraries. diff --git a/content/posts/papermod/_index.md b/content/posts/papermod/_index.md index 57e5b52..2b42830 100644 --- a/content/posts/papermod/_index.md +++ b/content/posts/papermod/_index.md @@ -2,4 +2,5 @@ title: PaperMod summary: Contains posts related to `PaperMod` description: Contains posts related to PaperMod +draft: true --- diff --git a/content/posts/papermod/papermod-faq.md b/content/posts/papermod/papermod-faq.md index e1d0bab..d938957 100644 --- a/content/posts/papermod/papermod-faq.md +++ b/content/posts/papermod/papermod-faq.md @@ -8,6 +8,7 @@ author: ["PaperMod Contributors"] draft: true aliases: [/posts/papermod/papermod-how-to] weight: 3 +draft: true --- > - **We'll be using `yml/yaml` format for all examples down below, I recommend using `yml` over `toml` as it is easier to read.** diff --git a/content/posts/papermod/papermod-features/index.md b/content/posts/papermod/papermod-features/index.md index f6f49a3..e6e7718 100644 --- a/content/posts/papermod/papermod-features/index.md +++ b/content/posts/papermod/papermod-features/index.md @@ -6,6 +6,7 @@ weight: 2 aliases: ["/papermod-features"] tags: ["PaperMod", "Docs"] author: ["Aditya Telange"] +draft: true --- ### Intro diff --git a/content/posts/papermod/papermod-installation.md b/content/posts/papermod/papermod-installation.md index cddbedf..bb1b1f1 100644 --- a/content/posts/papermod/papermod-installation.md +++ b/content/posts/papermod/papermod-installation.md @@ -10,6 +10,7 @@ author: ["Aditya Telange"] cover: image: img/papermod-cover.png hiddenInList: true +draft: true --- > - **We'll be using `yml/yaml` format for all examples down below, it is recommend to use `yaml` over `toml` as it is easier to read.** diff --git a/content/posts/rich-content.md b/content/posts/rich-content.md index 4c5ab37..ac87672 100644 --- a/content/posts/rich-content.md +++ b/content/posts/rich-content.md @@ -5,6 +5,7 @@ date: "2019-03-10" description: "A brief description of Hugo Shortcodes" tags: ["markdown", "shortcodes", "privacy"] ShowToc: true +draft: true --- Hugo ships with several [Built-in Shortcodes](https://gohugo.io/content-management/shortcodes/#use-hugos-built-in-shortcodes) for rich content, along with a [Privacy Config](https://gohugo.io/about/hugo-and-gdpr/) and a set of Simple Shortcodes that enable static and no-JS versions of various social media embeds. diff --git a/content/search.md b/content/search.md index a1936bf..5d0c035 100644 --- a/content/search.md +++ b/content/search.md @@ -1,5 +1,5 @@ --- title: "Tìm kiếm" -placeholder: Nhập nội dung cần tìm +placeholder: Nội dung cần tìm layout: "search" ---