Theme Update

This commit is contained in:
Francesco 2024-04-23 18:06:50 +02:00
parent 66cbbcf5eb
commit f1ca323b97

View File

@ -115,7 +115,8 @@ I am an Italian Software Engineer with a strong foundation in computer science a
I am interested in a range of topics, including algorithms, distributed systems, databases, and information retrieval. I am interested in a range of topics, including algorithms, distributed systems, databases, and information retrieval.
""" """
# Collection to display on home page, do not set if tou don't want them # Collection to display on home page:
# in this case we would display content/posts pages
homeCollectionTitle = 'Posts' homeCollectionTitle = 'Posts'
homeCollection = 'posts' homeCollection = 'posts'
@ -150,7 +151,7 @@ url = "/resume"
# Syntax highligth on code blocks, all styles: # Syntax highligth on code blocks, all styles:
# https://xyproto.github.io/splash/docs/all.html # https://xyproto.github.io/splash/docs/all.html
# I sugges algol # I suggest algol
[markup] [markup]
[markup.highlight] [markup.highlight]
style = 'algol' style = 'algol'
@ -158,4 +159,4 @@ style = 'algol'
## 4 References ## 4 References
- The SVGs for social icons are taken from [Hugo PaperMod](https://github.com/adityatelange/hugo-PaperMod). The SVGs for social icons are taken from [Hugo PaperMod](https://github.com/adityatelange/hugo-PaperMod).