1
0

Initial steps

This commit is contained in:
2020-02-22 14:39:20 +01:00
parent d68601fec7
commit 137a55f62f
7 changed files with 48 additions and 58 deletions

View File

@ -5,15 +5,15 @@
# Each configuration section is defined by a name in square brackets (e.g. `[outputs]`).
# Title of your site
title = "Academic"
title = "Jens True"
# The URL of your site.
# End your URL with a `/` trailing slash, e.g. `https://example.com/`.
baseurl = "/"
baseurl = "https://jcktrue.dk/"
# Enter a copyright notice to display in the site footer.
# To display a copyright symbol, type `©`. For current year, type `{year}`.
copyright = ""
copyright = "© {year} Jens True"
############################
## Advanced options below ##

View File

@ -9,18 +9,18 @@
weight = 10
[[main]]
name = "Posts"
url = "#posts"
name = "Projects"
url = "#projects"
weight = 20
[[main]]
name = "Projects"
name = "Resume"
url = "#projects"
weight = 30
[[main]]
name = "Publications"
url = "#featured"
name = "Sailing"
url = "#sailing"
weight = 40
[[main]]

View File

@ -44,7 +44,7 @@ local_business_type = ""
org_name = ""
# Description for social sharing and search engines. If undefined, superuser role is used in place.
description = ""
description = "Embedded Software Engineer"
############################
## Site Features
@ -81,35 +81,34 @@ edit_page = {repo_url = "https://github.com/gcushen/hugo-academic", content_dir
############################
# Enter contact details (optional). To hide a field, clear it to "".
email = "test@example.org"
phone = "888 888 88 88"
email = "jens.chr.true@gmail.com"
phone = "+45 29 88 22 28"
# Address
# 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 = "Hasselgården 3", city = "Lemvig", postcode = "7620", country = "Denmark", country_code = "DK"}
# Geographic coordinates
# 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 = "56.543939", longitude = "8.415900"}
# 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
# 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).
appointment_url = "https://calendly.com"
#appointment_url = "https://calendly.com"
# Contact links
# Set to `[]` to disable, or comment out unwanted lines with a hash `#`.
contact_links = [
{icon = "twitter", icon_pack = "fab", name = "DM Me", link = "https://twitter.com/Twitter"},
{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 = "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 = "at", icon_pack = "fas", name = "Email Me", link = "mailto:jens.chr.true@gmail.com"},
{icon = "whatsapp", icon_pack = "fab", name = "WhatsApp Me", link = "https://wa.me/4529882228"},
{icon = "telegram", icon_pack = "fab", name = "Telegram Me", link = "https://telegram.me/@jcktrue"},
{icon = "skype", icon_pack = "fab", name = "Skype Me", link = "skype:jct-leax"},
]
############################
@ -128,19 +127,19 @@ twitter = ""
# Date and time format (refer to https://sourcethemes.com/academic/docs/customization/#date-format )
# Examples: "Mon, Jan 2, 2006" or "2006-01-02"
date_format = "Jan 2, 2006"
date_format = "2006-01-02"
# 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 = "en-us"
address_format = "de"
############################
## Advanced
############################
# Main menu alignment (l = left, c = center, r = right) and logo options.
main_menu = {align = "l", show_logo = true}
main_menu = {align = "r", show_logo = true}
# Show estimated reading time for posts? (true/false)
reading_time = true
@ -150,7 +149,7 @@ section_pager = false
docs_section_pager = true # Display pager in Docs layout (e.g. tutorials)?
# Enable in-built social sharing buttons? (true/false)
sharing = true
sharing = false
# Link authors to their profile page? (true/false)
link_authors = true
@ -258,7 +257,7 @@ plugins_js = []
# 3: OpenStreetMap (Mapbox)
engine = 2
api_key = ""
zoom = 15
zoom = 10
############################
## Marketing