add links to copyright and subtitle
This commit is contained in:
parent
ccb15ed10a
commit
6c5e7ae22c
|
@ -8,7 +8,7 @@ PygmentsStyle = "monokai"
|
||||||
|
|
||||||
paginate = 20
|
paginate = 20
|
||||||
rssLimit = 60 # Maximum number of items in the RSS feed.
|
rssLimit = 60 # Maximum number of items in the RSS feed.
|
||||||
copyright = "Contents are licensed under CC 4.0 unless specified otherwise." # This message is only used by the RSS template.
|
copyright = "Contents are licensed under <a rel='license' href='http://creativecommons.org/licenses/by/4.0/'>CC 4.0</a> unless specified otherwise."
|
||||||
|
|
||||||
# googleAnalytics = ""
|
# googleAnalytics = ""
|
||||||
# disqusShortname = ""
|
# disqusShortname = ""
|
||||||
|
@ -62,8 +62,8 @@ images = [""]
|
||||||
# Home subtitle of the index page.
|
# Home subtitle of the index page.
|
||||||
#
|
#
|
||||||
homeSubtitle = [
|
homeSubtitle = [
|
||||||
"Hi! I'm a Software Engineer at Dendron, and a recent Master's graduate from the Ohio State University. I'm an avid Linux user, an enthusiast of many programming languages, a home cook, and an amateur gardener.",
|
"Hi! I'm a Software Engineer at <a href='https://dendron.so'>Dendron</a>, and a recent Master's graduate from <a href='https://osu.edu'>the Ohio State University</a>. I'm an avid Linux user, an enthusiast of many programming languages, a <a href='/recipes'>home cook</a>, and an amateur gardener.",
|
||||||
"My interests include building web and mobile applications, both front and back end. Over the years I learned and used many programming languages and technologies, including JavaScript, TypeScript, React, React Native, Python, Java, C, C++, Clojure, Rust, and Haskell. Pretty much everthing I've worked on is open source and available on my Github page.",
|
"My interests include building web and mobile applications, both front and back end. Over the years I learned and used many programming languages and technologies, including JavaScript, TypeScript, React, React Native, Python, Java, C, C++, Clojure, Rust, and Haskell. Pretty much everthing I've worked on is open source and available on <a href='https://github.com/SeriousBug/'>my Github page</a>.",
|
||||||
]
|
]
|
||||||
|
|
||||||
# Set a background for the homepage
|
# Set a background for the homepage
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 039416edee63f8bddcfe1f67cf7a1525f1dd8b93
|
Subproject commit c838ee37e3dd452dc2a5b43e9359626664436271
|
Loading…
Reference in a new issue