Sync Academic
This commit is contained in:
parent
2e84cb9eb5
commit
8ca6a495f2
30
config.toml
30
config.toml
@ -1,6 +1,17 @@
|
|||||||
baseurl = "/" # End your URL with a `/` trailing slash, e.g. `https://example.com/`.
|
# Configuration of Academic
|
||||||
|
# Documentation: https://sourcethemes.com/academic/
|
||||||
|
|
||||||
|
# The URL of your website.
|
||||||
|
# End your URL with a `/` trailing slash, e.g. `https://example.com/`.
|
||||||
|
baseurl = "/"
|
||||||
|
|
||||||
|
# Title of your site
|
||||||
title = "Academic"
|
title = "Academic"
|
||||||
copyright = "© 2017 Your Name"
|
|
||||||
|
# Your copyright notice - appears in site footer.
|
||||||
|
# To display a copyright symbol, type `©`.
|
||||||
|
copyright = "© 2018"
|
||||||
|
|
||||||
theme = "academic"
|
theme = "academic"
|
||||||
enableEmoji = true
|
enableEmoji = true
|
||||||
footnotereturnlinkcontents = "<sup>^</sup>"
|
footnotereturnlinkcontents = "<sup>^</sup>"
|
||||||
@ -31,7 +42,7 @@ defaultContentLanguageInSubdir = false
|
|||||||
|
|
||||||
[params]
|
[params]
|
||||||
# Color theme.
|
# Color theme.
|
||||||
# Choose from `default`, `ocean`, `forest`, `coffee`, or `dark`.
|
# Choose from `default`, `ocean`, `forest`, `coffee`, `dark`, or `1950s`.
|
||||||
color_theme = "default"
|
color_theme = "default"
|
||||||
|
|
||||||
# Font style.
|
# Font style.
|
||||||
@ -150,15 +161,16 @@ defaultContentLanguageInSubdir = false
|
|||||||
# The index of the publication type in the list is used as its unique numerical identifier.
|
# 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 numeric ID is used in a publication's frontmatter to categorize it.
|
||||||
# The language can be edited below.
|
# The language can be edited below.
|
||||||
# For multi-lingual sites, copy this block to each language section at the end of this file.
|
# For multilingual sites, `publication_types` can be copied to each language section at the end of this file and
|
||||||
|
# translated.
|
||||||
publication_types = [
|
publication_types = [
|
||||||
'Uncategorized', # 0
|
'Uncategorized', # 0
|
||||||
'Conference proceedings', # 1
|
'Conference paper', # 1
|
||||||
'Journal', # 2
|
'Journal article', # 2
|
||||||
'Work in progress', # 3
|
'Manuscript', # 3
|
||||||
'Technical report', # 4
|
'Report', # 4
|
||||||
'Book', # 5
|
'Book', # 5
|
||||||
'Book chapter' # 6
|
'Book section' # 6
|
||||||
]
|
]
|
||||||
|
|
||||||
# Configuration of talk pages.
|
# Configuration of talk pages.
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit 9d7f32f7fff6ac622283108968c00a65339f1f40
|
Subproject commit f72cced47c43a08b991dcbb6622333885d2ba8b4
|
Loading…
Reference in New Issue
Block a user