-
Notifications
You must be signed in to change notification settings - Fork 15
/
config.toml
94 lines (71 loc) · 3.52 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
83
84
85
86
87
88
89
90
91
92
93
94
# Hugo variables
#
baseurl = "https://rmisstastic.netlify.app/"
googleAnalytics = "UA-146921644-1"
languageCode = "en-us"
title = "R-miss-tastic"
theme = "hugo-theme-bootstrap4-blog"
tags = ["missing values", "missing data", "imputation", "R", "incomplete data", "rmisstastic", "rmiss"]
ignoreFiles = ["\\.Rmd$", "\\.Rmarkdown$", "\\.knit\\.md$", "\\.utf8\\.md$", "_cache$"]
# number of posts to show on home/category/tag pages (Default: 10)
paginate = 2
# optionally override the site's footer with custom copyright text
# 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/)."
#disqusShortname = "XYW"
[permalinks]
post = "/:year/:month/:title/"
page = "/:slug/"
[[menu.sidebar]]
name = "GitHub"
url = "https://github.com/R-miss-tastic/website"
[[menu.sidebar]]
name = "Twitter paper bot MissCausal"
url = "https://twitter.com/CausalMiss?s=20"
[[menu.sidebar]]
name = "Events"
url = "/posts/events/"
# Theme variables
#
[params]
# Site author
author = "R miss tastic team <r-miss-tastic[AT]clementine.wf>"
# Description/subtitle for homepage (can be Markdown)
description = "A resource website on missing values - Methods and references for managing missing data"
# Format dates with Go's time formatting
date_format = "Mon Jan 02, 2006"
# verification string for Google Webmaster Tools
#google_verify_meta = "BAi57DROASu4b2mkVNA_EyUsobfA7Mq8BmSg7Rn-Zp9"
# verification string for Bing Webmaster Tools
#bing_verify_meta = "3DA353059F945D1AA256B1CD8A3DA847"
# verification string for Yandex Webmaster Tools
#yandex_verify_meta = "66b077430f35f04a"
# Optionally display a message about the site's use of cookies, which may be
# required for your site in the European Union. Set the parameter below to a
# page where the user can get more information about cookies, either on your
# site or externally, for example:
# cookie_consent_info_url = "/cookie-information/"
cookie_consent_info_url = "http://cookiesandyou.com"
# show sharing icons on pages/posts (default: true)
#sharingicons = true
# Display post summaries instead of content in list templates (default: true)
#truncate = true
# Disable the use of sub-resource integrity on CSS/JS assets (default: false)
# Useful if you're using a CDN or other host where you can't control cache headers
#disable_sri = false
[params.sidebar]
# Optional about block for sidebar (can be Markdown)
about = "This website is sponsored by R Consortium and maintained by [Julie Josse](http://juliejosse.com), [Imke Mayer](https://www.imkemayer.com), [Aude Sportisse](https://AudeSportisse.github.io/), [Nicholas Tierney](https://www.njtierney.com) and [Nathalie Vialaneix](http://www.nathalievialaneix.eu).<br><br>[Article on HAL →](https://hal.science/hal-02879337v3)<br>[Read more →](/posts/intro/)<br>[FAQ →](/posts/faq/)"
# How many posts to show on the sidebar (Default: 5)
# num_recent_posts = 5
[params.social]
# Optional, used for attribution in Twitter cards (ideally not a person
# for example: nytimes, flickr, NatGeo, etc).
# See: https://dev.twitter.com/cards/types/summary-large-image
twitter = "CausalMiss"
# 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 to render
[languages.en]
#[languages.bg]
# vim: ts=2 sw=2 et