mirror of
https://github.com/tiennm99/miti99.git
synced 2026-09-15 18:21:19 +00:00
[Change] homepage, disable papermod pages
This commit is contained in:
+8
-8
@@ -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"
|
||||
|
||||
+1
-1
@@ -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 >}}
|
||||
@@ -9,6 +9,7 @@ categories: ["themes", "syntax"]
|
||||
series: ["Themes Guide"]
|
||||
ShowToc: true
|
||||
TocOpen: true
|
||||
draft: true
|
||||
---
|
||||
|
||||
### Inline Code
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -2,4 +2,5 @@
|
||||
title: PaperMod
|
||||
summary: Contains posts related to `PaperMod`
|
||||
description: Contains posts related to PaperMod
|
||||
draft: true
|
||||
---
|
||||
|
||||
@@ -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.**
|
||||
|
||||
@@ -6,6 +6,7 @@ weight: 2
|
||||
aliases: ["/papermod-features"]
|
||||
tags: ["PaperMod", "Docs"]
|
||||
author: ["Aditya Telange"]
|
||||
draft: true
|
||||
---
|
||||
|
||||
### Intro
|
||||
|
||||
@@ -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.**
|
||||
|
||||
@@ -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.
|
||||
|
||||
+1
-1
@@ -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"
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user