mirror of
https://gitlab.com/ansol/web-ansol.org.git
synced 2024-11-22 06:11:30 +00:00
updates config and static placeholder
This commit is contained in:
parent
46377ff36a
commit
d0fa295424
@ -14,7 +14,7 @@ baseurl = "https://tcarrondo.gitlab.io/hugo-ansol.org/"
|
|||||||
|
|
||||||
# Enter a copyright notice to display in the site footer.
|
# Enter a copyright notice to display in the site footer.
|
||||||
# To display a copyright symbol, type `©`. For current year, type `{year}`.
|
# To display a copyright symbol, type `©`. For current year, type `{year}`.
|
||||||
copyright = ""
|
copyright = "{year}"
|
||||||
|
|
||||||
############################
|
############################
|
||||||
## Advanced options below ##
|
## Advanced options below ##
|
||||||
@ -24,7 +24,7 @@ copyright = ""
|
|||||||
theme = "academic"
|
theme = "academic"
|
||||||
|
|
||||||
# Get last modified date for content from Git?
|
# Get last modified date for content from Git?
|
||||||
enableGitInfo = false
|
enableGitInfo = true
|
||||||
|
|
||||||
# Default language to use (if you setup multilingual support)
|
# Default language to use (if you setup multilingual support)
|
||||||
defaultContentLanguage = "en"
|
defaultContentLanguage = "en"
|
||||||
@ -34,7 +34,7 @@ removePathAccents = true # Workaround for https://github.com/gohugoio/hugo/issu
|
|||||||
|
|
||||||
summaryLength = 30 # Listing summary length in words. Also, see `abstract_length` in `params.toml`.
|
summaryLength = 30 # Listing summary length in words. Also, see `abstract_length` in `params.toml`.
|
||||||
paginate = 10 # Number of items per page in paginated lists.
|
paginate = 10 # Number of items per page in paginated lists.
|
||||||
enableEmoji = true
|
nableEmoji = true
|
||||||
footnotereturnlinkcontents = "<sup>^</sup>"
|
footnotereturnlinkcontents = "<sup>^</sup>"
|
||||||
ignoreFiles = ["\\.ipynb$", ".ipynb_checkpoints$", "\\.Rmd$", "\\.Rmarkdown$", "_files$", "_cache$"]
|
ignoreFiles = ["\\.ipynb$", ".ipynb_checkpoints$", "\\.Rmd$", "\\.Rmarkdown$", "_files$", "_cache$"]
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
theme = "minimal"
|
theme = "minimal"
|
||||||
|
|
||||||
# Enable users to switch between day and night mode?
|
# Enable users to switch between day and night mode?
|
||||||
day_night = true
|
# day_night = true
|
||||||
|
|
||||||
# Override the theme's font set (optional).
|
# Override the theme's font set (optional).
|
||||||
# Latest font sets (may require updating): https://sourcethemes.com/academic/themes/
|
# Latest font sets (may require updating): https://sourcethemes.com/academic/themes/
|
||||||
@ -45,7 +45,7 @@ local_business_type = ""
|
|||||||
|
|
||||||
# Organization name (optional)
|
# Organization name (optional)
|
||||||
# Enter an organization or project name. Defaults to the site title from `config.toml`.
|
# Enter an organization or project name. Defaults to the site title from `config.toml`.
|
||||||
org_name = ""
|
org_name = "ANSOL"
|
||||||
|
|
||||||
# Description for social sharing and search engines. If undefined, superuser role is used in place.
|
# Description for social sharing and search engines. If undefined, superuser role is used in place.
|
||||||
description = ""
|
description = ""
|
||||||
@ -71,11 +71,11 @@ diagram = false
|
|||||||
# Privacy pack
|
# Privacy pack
|
||||||
# Show a cookie consent message to visitors
|
# Show a cookie consent message to visitors
|
||||||
# Anonymize IP in Google Analytics (if enabled)
|
# Anonymize IP in Google Analytics (if enabled)
|
||||||
privacy_pack = false
|
privacy_pack = true
|
||||||
|
|
||||||
# Enable visitors to edit pages?
|
# Enable visitors to edit pages?
|
||||||
# `repo` defines the repository URL. `editable` defines which page types can be edited.
|
# `repo` defines the repository URL. `editable` defines which page types can be edited.
|
||||||
edit_page = {repo_url = "https://github.com/gcushen/hugo-academic", content_dir = "", repo_branch = "master", editable = {docs = true, page = false, post = false}}
|
# edit_page = {repo_url = "https://github.com/gcushen/hugo-academic", content_dir = "", repo_branch = "master", editable = {docs = true, page = false, post = false}}
|
||||||
|
|
||||||
# Show related content at the bottom of pages?
|
# Show related content at the bottom of pages?
|
||||||
show_related = {docs = true, page = false, post = true, project = true, publication = true, talk = true}
|
show_related = {docs = true, page = false, post = true, project = true, publication = true, talk = true}
|
||||||
@ -88,35 +88,35 @@ show_related = {docs = true, page = false, post = true, project = true, publicat
|
|||||||
############################
|
############################
|
||||||
|
|
||||||
# Enter contact details (optional). To hide a field, clear it to "".
|
# Enter contact details (optional). To hide a field, clear it to "".
|
||||||
email = "test@example.org"
|
email = "contacto@ansol.org"
|
||||||
phone = "888 888 88 88"
|
# phone = "888 888 88 88"
|
||||||
|
|
||||||
# Address
|
# Address
|
||||||
# For country_code, use the 2-letter ISO code (see https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2 )
|
# For country_code, use the 2-letter ISO code (see https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2 )
|
||||||
address = {street = "450 Serra Mall", city = "Stanford", region = "CA", postcode = "94305", country = "United States", country_code = "US"}
|
address = {street = "Rua Mouzinho Silveira, 234", city = "Porto", region = "Porto", postcode = "4050-417", country = "Portugal", country_code = "PT"}
|
||||||
|
|
||||||
# Geographic coordinates
|
# Geographic coordinates
|
||||||
# To get your coordinates, right-click on Google Maps and choose "What's here?". The coords will show up at the bottom.
|
# To get your coordinates, right-click on Google Maps and choose "What's here?". The coords will show up at the bottom.
|
||||||
coordinates = {latitude = "37.4275", longitude = "-122.1697"}
|
# coordinates = {latitude = "37.4275", longitude = "-122.1697"}
|
||||||
|
|
||||||
# Directions for visitors to locate you.
|
# Directions for visitors to locate you.
|
||||||
directions = "Enter Building 1 and take the stairs to Office 200 on Floor 2"
|
# directions = "Enter Building 1 and take the stairs to Office 200 on Floor 2"
|
||||||
|
|
||||||
# Office hours
|
# Office hours
|
||||||
# A list of your office hours. To remove, set to an empty list `[]`.
|
# A list of your office hours. To remove, set to an empty list `[]`.
|
||||||
office_hours = ["Monday 10:00 to 13:00", "Wednesday 09:00 to 10:00"]
|
# office_hours = ["Monday 10:00 to 13:00", "Wednesday 09:00 to 10:00"]
|
||||||
|
|
||||||
# Enter an optional link for booking appointments (e.g. calendly.com).
|
# Enter an optional link for booking appointments (e.g. calendly.com).
|
||||||
appointment_url = "https://calendly.com"
|
# appointment_url = "https://calendly.com"
|
||||||
|
|
||||||
# Contact links
|
# Contact links
|
||||||
# Set to `[]` to disable, or comment out unwanted lines with a hash `#`.
|
# Set to `[]` to disable, or comment out unwanted lines with a hash `#`.
|
||||||
contact_links = [
|
contact_links = [
|
||||||
{icon = "twitter", icon_pack = "fab", name = "DM Me", link = "https://twitter.com/Twitter"},
|
{icon = "twitter", icon_pack = "fab", name = "DM Me", link = "https://twitter.com/ansol"},
|
||||||
{icon = "skype", icon_pack = "fab", name = "Skype Me", link = "skype:echo123?call"},
|
# {icon = "skype", icon_pack = "fab", name = "Skype Me", link = "skype:echo123?call"},
|
||||||
{icon = "keybase", icon_pack = "fab", name = "Chat on Keybase", link = "https://keybase.io/"},
|
# {icon = "keybase", icon_pack = "fab", name = "Chat on Keybase", link = "https://keybase.io/"},
|
||||||
{icon = "comments", icon_pack = "fas", name = "Discuss on Forum", link = "https://discourse.gohugo.io"},
|
# {icon = "comments", icon_pack = "fas", name = "Discuss on Forum", link = "https://discourse.gohugo.io"},
|
||||||
# {icon = "telegram", icon_pack = "fab", name = "Telegram Me", link = "https://telegram.me/@Telegram"},
|
{icon = "telegram", icon_pack = "fab", name = "Telegram Me", link = "https://telegram.me/@ansolgeral"},
|
||||||
]
|
]
|
||||||
|
|
||||||
############################
|
############################
|
||||||
@ -124,10 +124,10 @@ contact_links = [
|
|||||||
############################
|
############################
|
||||||
|
|
||||||
# Default image for social sharing and search engines. Place image in `static/img/` folder and specify image name here.
|
# Default image for social sharing and search engines. Place image in `static/img/` folder and specify image name here.
|
||||||
sharing_image = ""
|
sharing_image = "logo-placeholder.png"
|
||||||
|
|
||||||
# Twitter username (without @). Used when a visitor shares your site on Twitter.
|
# Twitter username (without @). Used when a visitor shares your site on Twitter.
|
||||||
twitter = ""
|
twitter = "ansol"
|
||||||
|
|
||||||
############################
|
############################
|
||||||
## Regional Settings
|
## Regional Settings
|
||||||
@ -135,12 +135,12 @@ twitter = ""
|
|||||||
|
|
||||||
# Date and time format (refer to https://sourcethemes.com/academic/docs/customization/#date-format )
|
# Date and time format (refer to https://sourcethemes.com/academic/docs/customization/#date-format )
|
||||||
# Examples: "Mon, Jan 2, 2006" or "2006-01-02"
|
# Examples: "Mon, Jan 2, 2006" or "2006-01-02"
|
||||||
date_format = "Jan 2, 2006"
|
date_format = "2 Jan, 2006"
|
||||||
# Examples: "3:04 pm" or "15:04"
|
# Examples: "3:04 pm" or "15:04"
|
||||||
time_format = "3:04 PM"
|
time_format = "15:04"
|
||||||
|
|
||||||
# Address format (choose from the [address_formats] list below or add you own to the list).
|
# Address format (choose from the [address_formats] list below or add you own to the list).
|
||||||
address_format = "en-us"
|
address_format = "pt"
|
||||||
|
|
||||||
############################
|
############################
|
||||||
## Advanced
|
## Advanced
|
||||||
@ -193,12 +193,13 @@ plugins_js = []
|
|||||||
de = {order = ['street', 'postcode', 'city'], delimiters = ['<br>', ' ', '']}
|
de = {order = ['street', 'postcode', 'city'], delimiters = ['<br>', ' ', '']}
|
||||||
fr-fr = {order = ['street', 'postcode', 'city'], delimiters = ['<br>', ' ', '']}
|
fr-fr = {order = ['street', 'postcode', 'city'], delimiters = ['<br>', ' ', '']}
|
||||||
zh = {order = ['postcode', 'region', 'city', 'street'], delimiters = [' ', ' ', ' ', '']}
|
zh = {order = ['postcode', 'region', 'city', 'street'], delimiters = [' ', ' ', ' ', '']}
|
||||||
|
pt = {order = ['street', 'postcode', 'city'], delimiters = [', ', ', ']}
|
||||||
|
|
||||||
# Configuration of publication pages.
|
# Configuration of publication pages.
|
||||||
[publications]
|
[publications]
|
||||||
# Date format (refer to https://sourcethemes.com/academic/docs/customization/#date-format )
|
# Date format (refer to https://sourcethemes.com/academic/docs/customization/#date-format )
|
||||||
# Examples: "Mon, Jan 2, 2006" or "2006-01-02"
|
# Examples: "Mon, Jan 2, 2006" or "2006-01-02"
|
||||||
date_format = "January 2006"
|
date_format = "Mon, 2 Jan, 2006"
|
||||||
|
|
||||||
# Citation style ("apa" or "mla")
|
# Citation style ("apa" or "mla")
|
||||||
citation_style = "apa"
|
citation_style = "apa"
|
||||||
@ -289,4 +290,4 @@ plugins_js = []
|
|||||||
############################
|
############################
|
||||||
[cms]
|
[cms]
|
||||||
# See https://sourcethemes.com/academic/docs/install/#install-with-web-browser
|
# See https://sourcethemes.com/academic/docs/install/#install-with-web-browser
|
||||||
netlify_cms = true
|
# netlify_cms = true
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -0,0 +1 @@
|
|||||||
|
{"Target":"css/academic.css","MediaType":"text/css","Data":{}}
|
BIN
static/img/logo-placeholder.png
Normal file
BIN
static/img/logo-placeholder.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 373 B |
Loading…
Reference in New Issue
Block a user