-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathhugo.yml
133 lines (123 loc) · 4.3 KB
/
hugo.yml
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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
baseurl: "https://engineering.facile.it"
languageCode: "en-us"
title: "Facile.it Engineering"
theme: "hugo-future-imperfect"
preserveTaxonomyNames: true
pagination:
pagerSize: 5
services:
disqus:
shortname: "facile-it"
googleAnalytics:
id: "G-1V6DNT10GR"
taxonomies:
category: "categories"
author: "authors"
params:
# '/images/logo.png'
image: "/images/social/social-preview.jpg"
openGraphImage: "/images/social/social-preview.jpg"
twitterCardImage: "/images/social/social-preview.png"
# Insert your username and the icon will appear on the page as long as
# socialAppearAtTop or socialAppearAtBottom is set to true in the params area
# The social media icons will appear on the sidebar
social:
github: "facile-it"
linkedin_company: "facile-it"
facebook: "facile.it"
instagram: "facile.it"
twitter: "FacileIt_Engr"
youtube: "user/Facileit"
# Sets the meta tag og:description, reserved for sharing
summary : "News, repos, tips & trends from the Facile.it Engineering team!"
# Sets the meta tag description, usually reserved for the main page
description : "News, repos, tips & trends from the Facile.it Engineering team!"
# This will appear on the top left of the navigation bar
navbarTitle : "Facile.it Engineering"
# Social media buttons that appear on the sidebar
socialAppearAtTop : true
socialAppearAtBottom: true
# Sets RSS icons to appear on the sidebar with the social media buttons
rssAppearAtTop: true
rssAppearAtBottom: true
# set this to the section name if section is not post
viewMorePostLink : "/blog/"
# Optional Params
showSidebarCategories: true
categoriesByCount : false
authorsByCount : true
includeReadingTime : true
# The set of favicons used are based on the write-up from this link:
# https://github.com/audreyr/favicon-cheat-sheet
# Please see the favicon partial template for more information
loadFavicon : false
faviconVersion : ""
# Load minified files instead of the non minified files. The variable
# is an array so that you can load multiple min files if necessary
# Note: There are other ways to approach minification
# This is just an additional option if you wish to use this
#minifiedFilesCSS : ["/css/main.min.css"]
#minifiedFilesJS : ["/js/main.min.js"]
# options for highlight.js (version, additional languages, and theme)
disable_highlight: false # set to true to disable Highlight
highlightjsVersion: "9.12.0"
highlightjsCDN: "//cdn.bootcss.com"
highlightjsLang:
- "dockerfile"
- "kotlin"
- "objectivec"
- "python"
- "swift"
- "yaml"
highlightjsTheme: "monokai-sublime"
twitterSite: "FacileIt_Engr"
# parms.intro will appear on the sidebar
# This is optional, but it's suggested to use
intro:
#header : "Facile Engineering"
paragraph: "News, repos, tips & trends from the Facile.it Engineering team!"
about : 'Facile.it relies on a big and keen crew of developers. Since 2008, the group’s projects are based on PHP, and as time goes by new technologies become part of corporate know how. This blog allows our developers to share tips and direct experiences with new technologies.'
pic:
src : "/images/logo_engineering.png"
# modify your picture in the shape of a circle or
# future imperfect's hexagonal shape
circle : false
imperfect: false
width : "100%"
alt : "Facile.it Engineering"
# Adjust the amount of recent posts on the sidebar.
# This is optional. The default value 5 will be used
postAmount:
sidebar: 3
# Set up your menu items in the navigation bar
# You can use identifier to prepend a font awesome icon to your text
menu:
main:
- categories:
name: "Categories"
url: "/categories/"
identifier: "fa fa-folder-open"
weight: 2
- categories:
name: "Authors"
url: "/authors/"
identifier: "fa fa-pencil"
weight: 3
- categories:
name: "Careers"
url: "/ita/careers/"
identifier: "fa fa-briefcase"
weight: 4
- categories:
name: "Who we are"
url: "/eng/who-we-are/"
identifier: "fa fa-users"
weight: 5
markup:
tableOfContents:
endLevel: 3
ordered: false
startLevel: 1
goldmark:
renderer:
unsafe: true