Added basic info and layout

This commit is contained in:
2021-01-30 00:31:32 +01:00
parent fc9026998b
commit 31f0d87b64
14 changed files with 75 additions and 60 deletions

View File

@@ -6,11 +6,11 @@
# Each configuration section is defined by a name in square brackets (e.g. `[outputs]`).
# Title of your site
title = "Academic"
title = "Francisco Penedo Álvarez"
# The URL of your site.
# End your URL with a `/` trailing slash, e.g. `https://example.com/`.
baseurl = ""
baseurl = "https://franpenedo.com/"
# Enter a copyright notice to display in the site footer.
# To display a copyright symbol, type `©`. For current year, type `{year}`.
@@ -21,7 +21,7 @@ copyright = ""
############################
# Get last modified date for content from Git?
enableGitInfo = false
enableGitInfo = true
# Default language to use (if you setup multilingual support)
defaultContentLanguage = "en"

View File

@@ -8,20 +8,20 @@
url = "#about"
weight = 10
[[main]]
name = "Posts"
url = "#posts"
weight = 20
# [[main]]
# name = "Posts"
# url = "#posts"
# weight = 20
[[main]]
name = "Projects"
url = "#projects"
weight = 30
[[main]]
name = "Talks"
url = "#talks"
weight = 40
# [[main]]
# name = "Talks"
# url = "#talks"
# weight = 40
[[main]]
name = "Publications"

View File

@@ -62,7 +62,7 @@ highlight_languages = ["r"] # Add support for highlighting additional languages
# Enable LaTeX math rendering? true/false
# If false, you can enable math on a per page basis as needed.
math = false
math = true
# Enable diagram rendering? true/false
# If false, you can enable diagrams on a per page basis as needed.
@@ -88,35 +88,36 @@ show_related = {book = true, page = false, post = true, project = true, publicat
############################
# Enter contact details (optional). To hide a field, clear it to "".
email = "test@example.org"
phone = "888 888 88 88"
email = "contact@franpenedo.com"
phone = ""
# 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 = "450 Serra Mall", city = "Stanford", region = "CA", postcode = "94305", country = "United States", country_code = "US"}
address = {}
# 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 = "37.4275", longitude = "-122.1697"}
# 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 = "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"},
]
############################