1
0
jcktrue.dk/config.toml

376 lines
11 KiB
TOML
Raw Normal View History

2017-12-30 15:28:32 +00:00
# Configuration of Academic
# Documentation: https://sourcethemes.com/academic/
2018-07-15 19:06:53 +00:00
#
# This file is formatted using TOML syntax - learn more at https://learnxinyminutes.com/docs/toml/
# Each configuration section is defined by a name in square brackets (e.g. `[outputs]`).
2017-12-30 15:28:32 +00:00
# The URL of your website.
# End your URL with a `/` trailing slash, e.g. `https://example.com/`.
baseurl = "/"
# Title of your site
2017-11-23 01:41:58 +00:00
title = "Academic"
2017-12-30 15:28:32 +00:00
# Your copyright notice - appears in site footer.
# To display a copyright symbol, type `©`.
copyright = "© 2018"
2017-11-23 01:41:58 +00:00
theme = "academic"
enableEmoji = true
footnotereturnlinkcontents = "<sup>^</sup>"
ignoreFiles = ["\\.Rmd$", "\\.Rmarkdown$", "_files$", "_cache$"]
preserveTaxonomyNames = true
paginate = 10
# Enable comments by entering your Disqus shortname
disqusShortname = ""
# Enable analytics by entering your Google Analytics tracking ID
googleAnalytics = ""
# Default language to use (if you setup multilingual support)
defaultContentLanguage = "en"
2018-04-21 22:35:37 +00:00
hasCJKLanguage = false # Set `true` for Chinese/Japanese/Korean languages.
2017-11-23 01:41:58 +00:00
defaultContentLanguageInSubdir = false
2018-04-21 22:35:37 +00:00
# Get last modified date for content from Git?
enableGitInfo = false
2017-11-23 01:41:58 +00:00
[outputs]
2018-09-01 17:22:35 +00:00
home = [ "HTML", "CSS", "RSS", "JSON" ]
2017-11-23 01:41:58 +00:00
section = [ "HTML", "RSS" ]
# Configure BlackFriday Markdown rendering.
2018-07-15 19:06:53 +00:00
# See: https://gohugo.io/getting-started/configuration/#configure-blackfriday
2017-11-23 01:41:58 +00:00
[blackfriday]
hrefTargetBlank = true # `true` opens external links in a new tab.
fractions = true # `false` disables smart fractions (e.g. 5/12 formatted as a fraction).
smartypants = true # `false` disables all smart punctuation substitutions (e.g. smart quotes, dashes, fractions).
2018-12-05 00:08:55 +00:00
extensions = ["backslashLineBreak"]
2017-11-23 01:41:58 +00:00
[params]
2018-09-30 23:16:12 +00:00
# AUTHOR SETUP
2017-11-23 01:41:58 +00:00
# Your details.
name = "Lena Smith"
role = "Professor of Artificial Intelligence"
# Organizations/Affiliations.
# Separate multiple entries with a comma, using the form: `[ {name="Org1", url=""}, {name="Org2", url=""} ]`.
organizations = [ { name = "Stanford University", url = "" } ]
gravatar = false # Get your avatar from Gravatar.com? (true/false)
avatar = "portrait.jpg" # Specify an avatar image (in `static/img/` folder) or delete value to disable avatar.
2018-09-30 23:16:12 +00:00
# Details for the Contact Widget
2017-11-23 01:41:58 +00:00
email = "test@example.org"
address = "Building 1 Room 1, Stanford University, California, 90210, USA"
2018-12-05 00:08:55 +00:00
office_hours = """
2018-12-28 01:08:34 +00:00
Monday 10:00 to 13:00<br>
Wednesday 09:00 to 10:00<br>
2018-12-05 00:08:55 +00:00
Otherwise email to book an appointment
"""
2017-11-23 01:41:58 +00:00
phone = "888 888 88 88"
skype = "echo123"
telegram = ""
2018-09-30 23:16:12 +00:00
keybase = "" # Your keybase.io username.
2017-11-23 01:41:58 +00:00
2018-12-05 00:08:55 +00:00
# Enter an optional link for booking appointments (e.g. calendly.com).
appointment_url = ""
2017-11-23 01:41:58 +00:00
# Discussion link (e.g. link to a forum, mailing list, or chat).
# Uncomment line below to use.
# discussion = { name = "Discuss", url = "https://discourse.gohugo.io" }
# Enable/disable map in Contact widget.
# To show your address on a map in the contact widget, you need to enter your latitude, longitude and choose
# a map provider below.
# To use Google Maps, set `map = 1` and enter your API key that can be obtained here:
# https://developers.google.com/maps/documentation/javascript/get-api-key
# To use OpenStreetMap tiles, set `map = 2`.
# To use OpenStreetMap on a high traffic site, set `map = 3` and enter your API key that can be obtained here:
# https://www.mapbox.com/studio/account/tokens
# To get your coordinates, right-click on Google Maps and choose "What's here?". The coords will show up at the bottom.
#
# Map provider:
# 0: No map
# 1: Google Maps
# 2: OpenStreetMap (Mapnik)
# 3: OpenStreetMap (Mapbox)
map = 0
map_api_key = ""
latitude = "37.4275"
longitude = "-122.1697"
zoom = 15
2018-09-30 23:16:12 +00:00
# SITE SETUP
# Color theme.
2018-10-21 00:26:52 +00:00
# Choose from `default`, `ocean`, `forest`, `dark`, `apogee`, `1950s`, `coffee`, `cupcake`.
2018-09-30 23:16:12 +00:00
color_theme = "default"
2018-12-02 00:48:57 +00:00
# Enable users to switch between day and night mode?
day_night = true
2018-09-30 23:16:12 +00:00
# Font style.
# Choose from `default`, `classic`, or `playfair`.
font = "default"
# Description for social sharing and search engines. If undefined, author role is used in place.
description = ""
# Default image for social sharing and search engines. Place image in `static/img/` folder and specify image name here.
sharing_image = ""
# Twitter username (without @). Used when a vistor shares your site on Twitter.
twitter = ""
# Diplay a logo in navigation bar rather than title (optional).
# To enable, place an image in `static/img/` and reference its filename below. To disable, set the value to "".
logo = ""
2018-07-15 19:06:53 +00:00
# Date and time format (refer to https://sourcethemes.com/academic/docs/customization/#date-format )
2017-11-23 01:41:58 +00:00
# Examples: "Mon, Jan 2, 2006" or "2006-01-02"
date_format = "Jan 2, 2006"
# Examples: "3:04 pm" or "15:04"
time_format = "3:04 PM"
# Show estimated reading time for posts?
reading_time = true
# Display comment count? Requires commenting to be enabled.
comment_count = true
2018-01-13 17:11:24 +00:00
# Display next/previous section pager?
2017-11-23 01:41:58 +00:00
section_pager = false
# Enable global LaTeX math rendering?
# If false, you can enable it locally on a per page basis.
math = false
# Highlight.js options
# highlight
# Enable global source code highlighting? If false, you can
# override it for a particular page in that page's preamble.
#
# Example: highlight = true
#
# highlight_languages
# Add support for highlighting additional languages. Support for
2018-08-12 21:57:56 +00:00
# languages mentioned here will be included in all pages.
2017-11-23 01:41:58 +00:00
#
# Example: highlight_languages = ["go", "lisp", "ocaml"]
#
# highlight_style
# Choose a different CSS style for highlighting source
# code. Setting this option in a page's preamble has no
# effect.
#
# Example: highlight_style = "github-gist"
#
# For the list of supported languages and styles, see:
# https://cdnjs.com/libraries/highlight.js/
#
# For more info on the highlighting options, see:
2018-08-12 21:57:56 +00:00
# https://sourcethemes.com/academic/docs/writing-markdown-latex/#highlighting-options
2017-11-23 01:41:58 +00:00
highlight = true
highlight_languages = []
# highlight_style = "github"
# Enable native social sharing buttons?
sharing = true
2018-04-21 22:35:37 +00:00
# Privacy pack
# Show a cookie consent message to visitors
# Anonymize IP in Google Analytics (if enabled)
privacy_pack = false
2017-11-23 01:41:58 +00:00
# Link custom CSS and JS assets
# (relative to /static/css and /static/js respectively)
custom_css = []
custom_js = []
# Publication types.
# Used to categorize publications.
# The index of the publication type in the list is used as its unique numerical identifier.
# The numeric ID is used in a publication's frontmatter to categorize it.
# The language can be edited below.
2017-12-30 15:28:32 +00:00
# For multilingual sites, `publication_types` can be copied to each language section at the end of this file and
# translated.
2017-11-23 01:41:58 +00:00
publication_types = [
'Uncategorized', # 0
2017-12-30 15:28:32 +00:00
'Conference paper', # 1
'Journal article', # 2
'Manuscript', # 3
'Report', # 4
2017-11-23 01:41:58 +00:00
'Book', # 5
2017-12-30 15:28:32 +00:00
'Book section' # 6
2017-11-23 01:41:58 +00:00
]
# Configuration of talk pages.
[params.talks]
# Show talk time?
time = true
# Configuration of publication pages.
[params.publications]
2018-07-15 19:06:53 +00:00
# Date format (refer to https://sourcethemes.com/academic/docs/customization/#date-format )
2017-11-23 01:41:58 +00:00
# Examples: "Mon, Jan 2, 2006" or "2006-01-02"
date_format = "January, 2006"
# Configuration of project pages.
[params.projects]
# List publications and talks related to the project?
list_children = true
2018-11-03 23:48:59 +00:00
# Post list format.
# 0 = Simple
# 1 = Detailed
# 2 = Stream
post_format = 2
2017-11-23 01:41:58 +00:00
# Publication list format.
# 0 = Simple
# 1 = Detailed
# 2 = APA
# 3 = MLA
2018-10-14 01:15:45 +00:00
# 4 = Stream
publication_format = 4
# Talk list format.
# 0 = Simple
# 1 = Detailed
# 2 = Stream
talk_format = 2
2017-11-23 01:41:58 +00:00
# Social/Academic Networking
#
2018-09-01 17:22:35 +00:00
# Icon pack "fab" includes the following social network icons:
2017-11-23 01:41:58 +00:00
#
# twitter, weibo, linkedin, github, facebook, pinterest, google-plus,
# youtube, instagram, soundcloud
#
2018-09-01 17:22:35 +00:00
# For email icon, use "fas" icon pack, "envelope" icon, and
2017-11-23 01:41:58 +00:00
# "mailto:your@email.com" as the link.
#
2018-09-01 17:22:35 +00:00
# Full list: https://fontawesome.com/icons
2017-11-23 01:41:58 +00:00
#
2018-09-01 17:22:35 +00:00
# Icon pack "ai" includes the following academic icons:
2017-11-23 01:41:58 +00:00
#
2018-09-01 17:22:35 +00:00
# cv, google-scholar, arxiv, orcid, researchgate, mendeley
2017-11-23 01:41:58 +00:00
#
# Full list: https://jpswalsh.github.io/academicons/
[[params.social]]
icon = "envelope"
2018-09-01 17:22:35 +00:00
icon_pack = "fas"
2018-10-27 17:25:02 +00:00
link = "#contact" # For a direct email link, use "mailto:test@example.org".
2017-11-23 01:41:58 +00:00
[[params.social]]
icon = "twitter"
2018-09-01 17:22:35 +00:00
icon_pack = "fab"
2018-10-27 17:25:02 +00:00
link = "https://twitter.com/GeorgeCushen"
2017-11-23 01:41:58 +00:00
[[params.social]]
icon = "google-scholar"
icon_pack = "ai"
link = "https://scholar.google.co.uk/citations?user=sIwtMXoAAAAJ"
[[params.social]]
icon = "github"
2018-09-01 17:22:35 +00:00
icon_pack = "fab"
2018-10-27 17:25:02 +00:00
link = "https://github.com/gcushen"
2017-11-23 01:41:58 +00:00
2018-07-15 19:06:53 +00:00
# Link to a PDF of your resume/CV from the About widget.
# To enable, copy your resume/CV to `static/files/cv.pdf` and uncomment the lines below.
# [[params.social]]
# icon = "cv"
# icon_pack = "ai"
# link = "files/cv.pdf"
2017-11-23 01:41:58 +00:00
# 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.
[params.menus]
# Align the main menu to the right of the page? (true/false)
align_right = true
[[menu.main]]
name = "Home"
url = "#about"
weight = 1
[[menu.main]]
name = "Publications"
url = "#publications_selected"
weight = 2
[[menu.main]]
name = "Posts"
url = "#posts"
weight = 3
[[menu.main]]
name = "Projects"
url = "#projects"
weight = 4
2018-12-05 00:08:55 +00:00
[[menu.main]]
name = "Tutorials"
url = "/tutorial/"
weight = 5
2017-11-23 01:41:58 +00:00
[[menu.main]]
name = "Contact"
url = "#contact"
weight = 6
2018-07-15 19:06:53 +00:00
# Link to a PDF of your resume/CV from the menu.
# To enable, copy your resume/CV to `static/files/cv.pdf` and uncomment the lines below.
# [[menu.main]]
# name = "CV"
# url = "files/cv.pdf"
# weight = 7
2018-08-12 21:57:56 +00:00
# Search.
[params.search]
# Search provider:
# 0: No search engine
# 1: Built-in (Fuse)
# 2: Algolia (https://www.algolia.com)
engine = 1
# Configuration of Algolia search engine.
# Paste the values from your Algolia dashboard.
[params.search.algolia]
app_id = ""
api_key = ""
index_name = ""
show_logo = false
2017-11-23 01:41:58 +00:00
# Taxonomies.
[taxonomies]
tag = "tags"
category = "categories"
publication_type = "publication_types"
# Languages
# Create a [languages.X] block for each language you want, where X is the language ID.
2018-08-12 21:57:56 +00:00
# Refer to https://sourcethemes.com/academic/docs/language/
2017-11-23 01:41:58 +00:00
# Configure the English version of the website.
2018-08-12 21:57:56 +00:00
[languages.en]
2017-11-23 01:41:58 +00:00
languageCode = "en-us"
2018-08-12 21:57:56 +00:00
# Uncomment the lines below to configure your website in a second language.
#[languages.zh]
# languageCode = "zh-Hans"
# title = "Chinese website title..."
# [languages.zh.params]
# name = "Your name in Chinese..."
# role = "Your role in Chinese..."
# [[languages.zh.menu.main]]
# name = "Wo"
# url = "#about"
# weight = 1