-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added project page, updated github link and about text
- Loading branch information
Showing
5 changed files
with
20 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]" }, | ||
] | ||
|
@@ -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 }, | ||
] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' | ||
+++ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" }, | ||
] |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.