Skip to content

Commit

Permalink
added chess positions
Browse files Browse the repository at this point in the history
  • Loading branch information
aadi123 committed Feb 13, 2024
1 parent 9eeabd3 commit c70d4b7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 15 deletions.
8 changes: 8 additions & 0 deletions content/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,14 @@ My full resumé is available upon request.
# Education
I studied Computer Science at [The University of Texas at Austin](https://www.cs.utexas.edu), and graduated in 2020 with a B.S. in Computer Science. Before that, I graduated in 2016 from Edward S. Marcus High School in Flower Mound, Texas.

# Hobbies
For fun, I like to play chess and sing Indian Classical Music.
## Chess
As many of you know, I was an avid chess player as a kid,
and I'm trying to keep the hobby up by playing in tournaments and analyzing games. You can view a list of interesting
positions I come across, either taken from my own games or from others' games, by navigating to the chess section using the
navigation bar at the top of the website.

# Contact
I can be contacted at `aadi dot murthyananth at gmail dot com`. I am not currently looking for a new job, but feel free to email me about opportunities at your company if you are a recruiter. Feel free to also reach out if you just want to chat, always looking forward to gaining new ideas and perspectives from other individuals. Pointless or Repeated spamming will not be tolerated and will lead to a block.

Expand Down
8 changes: 0 additions & 8 deletions content/chess.md

This file was deleted.

8 changes: 1 addition & 7 deletions hugo.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
baseURL = 'https://aadi123.github.io'
baseURL = 'http://localhost:1313/'
languageCode = 'en-us'
title = 'abhyāsa'
theme = 'risotto'
Expand All @@ -18,12 +18,6 @@ description = "Software Engineer. Musician. Chess-Player. Boba Enthusiast."
url = "/about/"
weight = 12

[[menu.main]]
identifier = "chess"
name = "chess"
url = "/chess/"
weight = 12

#[[menu.main]]
# identifier = "music"
# name = "music"
Expand Down

0 comments on commit c70d4b7

Please sign in to comment.