Skip to content

Commit

Permalink
added project page, updated github link and about text
Browse files Browse the repository at this point in the history
  • Loading branch information
samyhaff committed Aug 20, 2024
1 parent 05f13b3 commit faa601e
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 3 deletions.
4 changes: 2 additions & 2 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ id = "samyhaff" # Your id / username / handle
bio = "Welcome to my personal site :)" # Your bio
avatar = "img/avatar.jpeg" # Your avatar
links = [ # Your links
{ name = "GitHub", icon = "github", url = "https://github.com/<your-username>" },
{ name = "GitHub", icon = "github", url = "https://github.com/samyhaff" },
# { name = "Twitter", icon = "twitter", url = "https://twitter.com/<your-username>" },
{ name = "Email", icon = "email", url = "mailto:[email protected]" },
]
Expand All @@ -65,7 +65,7 @@ recent_more_text = "more »"

sections = [
{ name = "blog", path = "/blog", is_external = false },
# { name = "projects", path = "/projects", is_external = false },
{ name = "projects", path = "/projects", is_external = false },
{ name = "about", path = "/about", is_external = false },
{ name = "github", path = "https://github.com/samyhaff", is_external = true },
]
Expand Down
2 changes: 1 addition & 1 deletion content/about/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ comment = false
+++

Hi, my name is Samy, I am a computer science student from France. I'm passionate about programming and AI, and I love learning new things.
I created this site because I wanted to share my thoughts, projects and anything else I find interesting with the world. I hope you enjoy your visit!
I created this site because I wanted to share my work, thoughts, projects and anything else I find interesting with the world. I hope you enjoy your visit!

## Interests

Expand Down
8 changes: 8 additions & 0 deletions content/projects/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
+++
title = "My Projects"
description = "My projects page."
template = "projects.html"

[extra]
lang = 'en'
+++
9 changes: 9 additions & 0 deletions content/projects/data.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[[project]]
name = "Implementation and Evaluation of Recent Neuroevolution Algorithms"
desc = "Master's thesis, supervised by Carsten Witt, at the Technical University of Denmark."
tags = ["Neuroevolution", "EA", "ES", "Rust"]
img = "img/thesis.png"
links = [
{ name = "thesis", url = "https://findit.dtu.dk/en/catalog/669468d28159b1e8f381b189" },
{ name = "code", url = "https://github.com/MSc-Thesis-Samy/neuroevolution-framework" },
]
Binary file added static/img/thesis.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit faa601e

Please sign in to comment.