-
Notifications
You must be signed in to change notification settings - Fork 14
/
config.toml
82 lines (65 loc) · 2.31 KB
/
config.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
baseurl = "/"
languageCode = "en-us"
title = "Manabie Tech Blog"
theme = "hugo-theme-bootstrap4-blog"
enableRobotsTXT = true
# number of posts to show on home/category/tag pages (Default: 10)
paginate = 3
copyright = "Except where otherwise noted, content on this site is licensed under a [Creative Commons Attribution 4.0 International license](https://creativecommons.org/licenses/by-sa/4.0/)."
enableGitInfo = true
enableEmoji = true
disqusShortname = 'manabie'
googleAnalytics = 'G-EJ2GNQJNM6'
[taxonomies]
tag = "tags"
category = "categories"
author = "author"
#[imaging]
# Default resample filter used for resizing. Default is Box,
# # a simple and fast averaging filter appropriate for downscaling.
# # See https://github.com/disintegration/imaging
#resampleFilter = "CatmullRom"
# Default JPEG quality setting. Default is 75.
#quality = 82
[permalinks]
posts = "/:year/:month/:slug/"
page = "/:slug/"
[params]
# Site author
# author = ""
# Description/subtitle for homepage (can be Markdown)
description = "Sharing the humble technical knowledge we're using to improve education"
# Format dates with Go's time formatting
date_format = "Mon Jan 02, 2006"
# verification string for Google Webmaster Tools
# google_verify_meta = "BAi69DROASu2b2mkVNA_EyUsobfH7Mq8BmSg2Rn-Zp4"
# verification string for Bing Webmaster Tools
# bing_verify_meta = "2CA373095D945D1AA256B1CD8A3DF872"
# verification string for Yandex Webmaster Tools
# yandex_verify_meta = "96b099438f75a04a"
# show sharing icons on pages/posts (default: true)
#sharingicons = true
[params.sidebar]
# Optional about block for sidebar (can be Markdown)
# about = ""
# How many posts to show on the sidebar (Default: 5)
#num_recent_posts = 2
[params.social]
# twitter handle for the site (ideally not a person, eg: nytimes, flickr, etc)
# twitter = ""
[[menu.sidebar]]
name = "About Us"
url = "https://manabie.com"
[[menu.sidebar]]
name = "Careers"
url = "https://manabie.breezy.hr"
# Default content language for Hugo 0.17's multilingual support (default is "en")
# See: https://github.com/spf13/hugo/blob/master/docs/content/content/multilingual.md
DefaultContentLanguage = "en"
[languages]
[languages.en]
languageName = 'English'
weight = 2
[languages.vi]
languageName = 'Tiếng Việt'
weight = 1