summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancesco <tomaselli.fr@gmail.com>2024-04-22 14:19:52 +0200
committerFrancesco <tomaselli.fr@gmail.com>2024-04-22 14:19:52 +0200
commit78d8c5ad8e7eca3ed7a43230ab6373491bcac147 (patch)
tree7aa2ec1acfe353fd6e5083e0f302051ab340ae75
parentab094c04f691c2b557b6300c9b1a40ab80963019 (diff)
Theme Update
-rw-r--r--README.md32
1 files changed, 15 insertions, 17 deletions
diff --git a/README.md b/README.md
index 7e82c92..40c879b 100644
--- a/README.md
+++ b/README.md
@@ -28,12 +28,14 @@ Here is an example configuration:
```toml
baseURL = 'https://example.org/'
languageCode = 'en-us'
-disableKinds = ['taxonomy']
-title = 'Title'
+title = 'Francesco Tomaselli'
theme = 'Typo'
-googleAnalytics = "G-XXXXXXXXX"
+# Disable tags
+disableKinds = ['taxonomy']
+# Google analytics code
+googleAnalytics = "G-xxxxxxxxxx"
[params]
# Math mode
@@ -43,10 +45,8 @@ math = true
homeIntro = true
homeIntroTitle = 'Hi!'
homeIntroContent = """
-Here is my blog, this supports markdown:
-- a
-- b
-- c
+I am an Italian Software Engineer with a strong foundation in computer science and a passion for solving complex problems.
+I am interested in a range of topics, including algorithms, distributed systems, databases, and information retrieval.
"""
# Collection to display on home
@@ -59,16 +59,15 @@ paginationSize = 100
# Social icons
[[params.social]]
name = "linkedin"
-url = "https://www.linkedin.com/in/"
+url = "https://www.linkedin.com/in/your-name"
[[params.social]]
name = "medium"
-url = "https://medium.com/"
+url = "https://medium.com/@your-name"
[[params.social]]
name = "github"
-url = "https://github.com/"
-
+url = "https://github.com/your-name"
# Main menu pages
[[params.menu]]
@@ -80,13 +79,12 @@ name = "posts"
url = "/posts"
[[params.menu]]
-name = "about"
-url = "/about"
+name = "resume"
+url = "/resume"
-# Syntax highligth on code blocks
+# Syntax highligth on code blocks, all styles:
+# https://xyproto.github.io/splash/docs/all.html
[markup]
[markup.highlight]
style = 'algol'
-```
-
-Tags are intentionally omitted. \ No newline at end of file
+``` \ No newline at end of file