Skip to content

Commit

Permalink
run prettier, update details
Browse files Browse the repository at this point in the history
  • Loading branch information
cmanage1 committed Dec 2, 2024
1 parent 460e2e9 commit a4e07cf
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sync-from-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ jobs:
contents: write
pull-requests: write
actions: write

steps:
# To use this repository's private action, you must check out the repository
- name: Checkout
uses: actions/checkout@v4
with: #### This with: token: part is what fixed it for me ####
token: ${{ secrets.ACTIONS_TOKEN }}

- name: actions-template-sync
uses: AndreasAugustin/actions-template-sync@v2
with:
Expand Down
4 changes: 2 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ email: chethin.manage@gmail.com
description: > # the ">" symbol means to ignore newlines until "footer_text:"
Software Developer. Based in Toronto
footer_text: >
Source code on <a href="https://www.github.com/cmanage1/academic-portfolio" target="_blank">GitHub</a>.
Source code on <a href="https://www.github.com/cmanage1/cmanage1.github.io" target="_blank">GitHub</a>.
keywords: jekyll, jekyll-theme, academic-website, portfolio-website # add your own keywords or leave empty
lang: en # the language of your site (for example: en, fr, cn, ru, etc.)
icon: 💻 # the emoji used as the favicon (alternatively, provide image name in /assets/img/)
Expand All @@ -29,7 +29,7 @@ back_to_top: true # set to false to disable the back to top button
repo_theme_light: default # https://github.com/anuraghazra/github-readme-stats/blob/master/themes/README.md
repo_theme_dark: dark # https://github.com/anuraghazra/github-readme-stats/blob/master/themes/README.md
repo_trophies:
enabled: true
enabled: false
theme_light: flat # https://github.com/ryo-ma/github-profile-trophy
theme_dark: gitdimmed # https://github.com/ryo-ma/github-profile-trophy

Expand Down
9 changes: 4 additions & 5 deletions _pages/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
layout: about
title: about
permalink: /
subtitle: <em> So who is this guy?</em>
subtitle: <em> fullstack software developer </em>

profile:
align: right
image: computer_pic.jpg
image_circular: false # crops the image to make it circular
more_info: >
<p> Toronto, Canada </p>
<p> Currently in: Toronto, Canada </p>
news: false # includes a list of news items
selected_papers: false # includes a list of papers marked as "selected={true}"
Expand All @@ -22,14 +22,13 @@ a senior software developer at ATB's Innovation Lab, [ATB Ventures](https://atbv

graduate student @ [Georgia Tech](https://www.cc.gatech.edu/) CS 🐝.

i've worked with a bunch of tech (go, svn, ruby, c) but specialized in python 🐍 and react.
worked with a bunch of tech (go, svn, ruby, unix) but specialized in python 🐍 and react.

mostly a generalist 👷, i just like solving problems!


<br>

my current 🧠 interests include:

- operating systems
- learning fzf setups with nvim

3 changes: 2 additions & 1 deletion _pages/repositories.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ nav_order: 4
---

{% if site.data.repositories.github_users %}
- cmanage1/CS-GO-Win-Predictor

- cmanage1/CS-GO-Win-Predictor

## GitHub users

Expand Down
1 change: 0 additions & 1 deletion _pages/teaching.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,3 @@ nav_order: 5
## Intro. to Data Structures and Algorithms

- [Notion.so notebook](https://cmanage1.notion.site/Data-Structures-and-Algorithms-34e9b978a28a4f1894c203a1505d7ce5?pvs=4)

0 comments on commit a4e07cf

Please sign in to comment.