-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
13 changed files
with
257 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,67 @@ | ||
# Configuration of Hugo | ||
# Guide: https://wowchemy.com/docs/getting-started/ | ||
# Hugo Documentation: https://gohugo.io/getting-started/configuration/#all-configuration-settings | ||
# This file is formatted using YAML syntax - learn more at https://learnxinyminutes.com/docs/yaml/ | ||
|
||
title: Ngăm # Website name | ||
baseURL: 'https://ngamtheproject.github.io' # Website URL | ||
|
||
############################ | ||
## LANGUAGE | ||
############################ | ||
|
||
defaultContentLanguage: vi | ||
hasCJKLanguage: false | ||
defaultContentLanguageInSubdir: false | ||
removePathAccents: true | ||
|
||
############################ | ||
## ADVANCED | ||
############################ | ||
|
||
enableGitInfo: false | ||
summaryLength: 30 | ||
paginate: 10 | ||
enableEmoji: true | ||
enableRobotsTXT: true | ||
footnotereturnlinkcontents: <sup>^</sup> | ||
ignoreFiles: [\.ipynb$, .ipynb_checkpoints$, \.Rmd$, \.Rmarkdown$, _cache$] | ||
permalinks: | ||
authors: '/author/:slug/' | ||
tags: '/tag/:slug/' | ||
categories: '/category/:slug/' | ||
publication_types: '/publication-type/:slug/' | ||
disableAliases: true | ||
outputs: | ||
home: [HTML, RSS, JSON, WebAppManifest] | ||
section: [HTML, RSS] | ||
imaging: | ||
resampleFilter: lanczos | ||
quality: 75 | ||
anchor: smart | ||
timeout: 600000 | ||
taxonomies: | ||
tag: tags | ||
category: categories | ||
publication_type: publication_types | ||
author: authors | ||
markup: | ||
_merge: deep | ||
related: | ||
threshold: 80 | ||
includeNewer: true | ||
toLower: true | ||
indices: | ||
- name: tags | ||
weight: 100 | ||
- name: categories | ||
weight: 70 | ||
security: | ||
_merge: deep | ||
sitemap: | ||
_merge: deep | ||
|
||
cascade: | ||
- _target: | ||
path: /** | ||
commentable: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Languages | ||
# Create a section for each of your site's languages. | ||
# Documentation: https://wowchemy.com/docs/guide/language/ | ||
|
||
# Default language | ||
vi: | ||
languageCode: vi-vn | ||
# Uncomment for multi-lingual sites, and move English content into `en` sub-folder. | ||
#contentDir: content/en | ||
|
||
# Uncomment the lines below to configure your website in a second language. | ||
#zh: | ||
# languageCode: zh-Hans | ||
# contentDir: content/zh | ||
# title: Chinese website title... | ||
# params: | ||
# description: Site description in Chinese... | ||
# menu: | ||
# main: | ||
# - name: 传 | ||
# url: '#about' | ||
# weight: 1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# Navigation Links | ||
# To link a homepage widget, specify the URL as a hash `#` followed by the filename of the | ||
# desired widget in your `content/home/` folder. | ||
# The weight parameter defines the order that the links will appear in. | ||
|
||
main: | ||
- name: Bài viết | ||
url: post | ||
weight: 10 | ||
- name: Sự kiện | ||
url: event | ||
weight: 20 | ||
- name: Albums | ||
url: albums | ||
weight: 30 | ||
- name: Videos | ||
url: videos | ||
weight: 40 | ||
- name: Giới thiệu | ||
url: about | ||
weight: 50 | ||
- name: Liên hệ | ||
url: contact | ||
weight: 60 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
############################ | ||
## HUGO MODULES | ||
## Install or uninstall themes and plugins here. | ||
## Docs: https://gohugo.io/hugo-modules/ | ||
############################ | ||
|
||
imports: | ||
- path: github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-decap-cms | ||
disable: true | ||
# - path: github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify | ||
- path: github.com/HugoBlox/hugo-blox-builder/modules/blox-bootstrap/v5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,123 @@ | ||
# SITE SETUP | ||
# Guide: https://wowchemy.com/docs/getting-started/ | ||
# Documentation: https://wowchemy.com/docs/ | ||
# This file is formatted using YAML syntax - learn more at https://learnxinyminutes.com/docs/yaml/ | ||
|
||
# Appearance | ||
|
||
appearance: | ||
theme_day: ocean | ||
theme_night: # minimal | ||
font: native | ||
font_size: L | ||
|
||
# SEO | ||
|
||
marketing: | ||
seo: | ||
site_type: Organization | ||
local_business_type: '' | ||
org_name: 'Ngăm' | ||
description: 'Charity Organization.' | ||
twitter: '' | ||
analytics: | ||
google_analytics: 'G-74NLCD7XMJ' | ||
baidu_tongji: '' | ||
google_tag_manager: '' | ||
microsoft_clarity: '' | ||
verification: | ||
google: '' | ||
baidu: '' | ||
bing: '' | ||
|
||
# Site header | ||
|
||
header: | ||
navbar: | ||
enable: true | ||
align: r | ||
show_logo: true | ||
show_language: false | ||
show_day_night: true | ||
show_search: true | ||
highlight_active_link: false | ||
|
||
# Site footer | ||
|
||
footer: | ||
copyright: | ||
notice: '© {year} Ngăm. This work is licensed under {license}' | ||
license: | ||
enable: true | ||
allow_derivatives: false | ||
share_alike: true | ||
allow_commercial: false | ||
|
||
# Localization | ||
|
||
locale: | ||
date_format: '02/01/2006' | ||
time_format: '3:04 PM' | ||
address_format: en-us | ||
|
||
# Site features | ||
|
||
features: | ||
syntax_highlighter: | ||
enable: false | ||
# extra_languages: | ||
# - r | ||
# - latex | ||
math: | ||
enable: false | ||
privacy_pack: | ||
enable: false | ||
repository: | ||
url: 'https://github.com/ngamtheproject/ngamtheproject.github.io' | ||
content_dir: content | ||
branch: main | ||
avatar: | ||
gravatar: false | ||
shape: circle | ||
comment: | ||
provider: 'giscus' | ||
disqus: | ||
shortname: '' | ||
show_count: true | ||
commento: | ||
url: '' | ||
giscus: | ||
repo: 'ngamtheproject/ngamtheproject.github.io' | ||
repo_id: 'R_kgDOKSl_1A' | ||
category: 'Announcements' | ||
category_id: 'DIC_kwDOKSl_1M4CZj76' | ||
theme: light | ||
language_code: en | ||
mapping: pathname | ||
search: | ||
provider: wowchemy | ||
algolia: | ||
app_id: '' | ||
api_key: '' | ||
index_name: '' | ||
show_logo: false | ||
map: | ||
provider: 'mapnik' | ||
api_key: '' | ||
zoom: 15 | ||
|
||
# Extensions | ||
|
||
extensions: | ||
decap_cms: | ||
branch: main | ||
publish_mode: editorial_workflow | ||
local_backend: false | ||
academicons: | ||
enable: false | ||
|
||
# Citation style | ||
|
||
publications: | ||
date_format: January 2006 | ||
citation_style: apa |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters