Added basic info and layout
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user