-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
129 lines (112 loc) · 4.24 KB
/
config.toml
File metadata and controls
129 lines (112 loc) · 4.24 KB
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
ignoreFiles = ["\\.Rmd$", "\\.Rmarkdown$", "_files$", "_cache$"]
# don't hard code http: or https: - will be added to links according to how page is served
#baseurl = "//antuki.github.io/"
baseurl = "/"
DefaultContentLanguage = "fr"
publishdir = "docs"
languageCode = "fr"
title = "antuki.github.io"
# Enable comments by entering your Disqus shortname
disqusShortname = "antuki"
# Enable Google Analytics by entering your tracking code
googleAnalytics = "UA-107957934-1"
# Define the number of posts per page
paginate = 5
footnotereturnlinkcontents = "↩"
theme = "hugo-icarus-theme"
# Don't pluralize section titles (e.g. Blog -> Blogs)
pluralizelisttitles = false
# keep tag/category names (e.g. useR! not user)
preserveTaxonomyNames = true
# don't canonify URLs so can use http://antuki.github.io/ or https://antuki.github.io/
canonifyURLs = false
rssLimit = 30
# include content marked as draft
buildDrafts = false
# Enable Emoji emoticons support for page content; see emoji-cheat-sheet.com
enableEmoji = true
[taxonomies]
category = "categories"
tag = "tags"
[permalinks]
articles = "/:year/:month/:day/:slug/"
[Languages]
[Languages.fr]
languageName = "Français"
bio = "Statisticienne et :princess: #RLadies :purple_heart: #RStats #RStatsFR 🇫🇷 S'intéresse aux #statistics :1234: #dataviz :bar_chart: et #SpatialAnalysis :earth_asia: Voir les :package: packages :arrow_right: #COGugaison & #CARTElette "
[Languages.en]
languageName = "English"
bio = "Statistician and :princess: #RLadies :purple_heart: #RStats #RStatsFR 🇫🇷 Interested in #statistics :1234: #dataviz :bar_chart: and #SpatialAnalysis :earth_asia: See :arrow_right: #COGugaison & #CARTElette :package: packages "
[params]
# Tell me who you are
author = "antuki"
location = "Paris, France"
copyright = "antuki. Powered by [blogdown](https://github.com/rstudio/blogdown)/[Hugo](//gohugo.io). Theme based on Icarus by [PPOffice](http://github.com/ppoffice) with modifications by [antuki](https://antuki.github.io)."
avatar = "logo.png"
logo = "logo.png"
fullURL = "//antuki.github.io"
# Format dates with Go's time formatting
date_format = "2006-01-02"
# Add custom assets with their paths relative to the static folder
# Paraiso Light Mono Blue Github Foundation Docco Color Brewer
#custom_css = ["css/script.css", "css/highlight_code.css","css/font-awesome.min.css"]
custom_js = []
custom_css = []
#highlightjsVersion = "9.12.0"
#highlightjsCDN = "//cdn.bootcss.com"
#highlightjsLang = ["r", "yaml", "tex"]
disable_mathjax = false # set to true to disable MathJax
# define which types of pages should be shown. By default the type with the most regular pages
mainSections = ["articles"]
# Create custom menu entries by defining a label and a link for
# them. Since you can also link posts, you've the option the
# place the links before or after them.
#
# E.g.: "Home" appears before all linked posts in the menu
# and "Tags" / "Categories" after them.
# Enter a link for the follow button on the left
[params.profile]
follow_button = "https://twitter.com/antuki13"
[social]
# Add your social network accounts to the profile section on the left
# by entering your username. The links to your account will be
# created automatically.
github = "antuki"
gitlab = ""
bitbucket = ""
jsfiddle = ""
codepen = ""
foursquare = ""
dribbble = ""
deviantart = ""
behance = ""
flickr = ""
instagram = ""
youtube = ""
vimeo = ""
vine = ""
medium = ""
wordpress = ""
tumblr = ""
xing = ""
linkedin = "kantunez"
slideshare = ""
stackoverflow = ""
reddit = ""
pinterest = ""
googleplus = ""
facebook = ""
facebook_admin = ""
twitter_domain = ""
twitter = "antuki13"
# Enable and disable widgets for the right sidebar
[params.widgets]
recent_articles = false
categories = false
tags = true
tag_cloud = false
# Ajouter les images dans les .md
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true