Skip to content

Commit c3f8638

Browse files
committed
various fixes
1 parent f19fd71 commit c3f8638

10 files changed

+13
-151
lines changed

_config.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ repo_theme_dark: dark # https://github.com/anuraghazra/github-readme-s
4040
# will use title and url fields
4141
# Take a look to https://github.com/jekyll/jekyll-feed for more customization
4242

43-
rss_icon: true
43+
rss_icon: false
4444

4545
# -----------------------------------------------------------------------------
4646
# Layout
@@ -81,7 +81,7 @@ quora_username: # your Quora username
8181
publons_id: # your ID on Publons
8282
research_gate_profile: # your profile on ResearchGate
8383
blogger_url: # your blogger URL
84-
work_url: https://cogent.co.jp # work page URL
84+
work_url: # work page URL
8585
keybase_username: # your keybase user name
8686
wikidata_id: # your wikidata id
8787
dblp_url: # your DBLP profile url
@@ -129,8 +129,8 @@ disqus_shortname: ayanray # put your disqus shortname
129129
# If you have blog posts published on medium.com or other exteranl sources,
130130
# you can display them in your blog by adding a link to the RSS feed.
131131
external_sources:
132-
- name: medium.com
133-
rss_url: https://medium.com/@al-folio/feed
132+
# - name: medium.com
133+
# rss_url: https://medium.com/@al-folio/feed
134134

135135
# -----------------------------------------------------------------------------
136136
# Collections

_includes/header.html

+3-5
Original file line numberDiff line numberDiff line change
@@ -51,16 +51,14 @@
5151
{%- endif -%}
5252
</a>
5353
</li>
54-
{% if site.blog_nav_title %}
5554
<!-- Blog -->
56-
<li class="nav-item {% if page.url contains 'blog' %}active{% endif %}">
57-
<a class="nav-link" href="{{ '/blog/' | relative_url }}">{{ site.blog_nav_title }}
58-
{%- if page.url contains 'blog' -%}
55+
<li class="nav-item {% if page.url contains 'readinglist' %}active{% endif %}">
56+
<a class="nav-link" href="{{ '/readinglist/' | relative_url }}">Reading List
57+
{%- if page.url contains 'readinglist' -%}
5958
<span class="sr-only">(current)</span>
6059
{%- endif -%}
6160
</a>
6261
</li>
63-
{%- endif %}
6462

6563
<!-- Other pages -->
6664
{%- assign sorted_pages = site.pages | sort: "nav_order" -%}

_pages/about.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: about
33
title: About
44
permalink: /
55
description: Computer Scientist
6-
subtitle:
6+
subtitle: Computer Scientist
77

88
profile:
99
align: right
@@ -15,3 +15,6 @@ profile:
1515
news: false # includes a list of news items
1616
selected_papers: false # includes a list of papers marked as "selected={true}"
1717
social: true # includes social icons at the bottom of the page
18+
---
19+
20+
Hi 👋! My name is Ayan and I've been a Computer Scientist and Manager for several years. Feel free to use my social links to find out more about me. Thanks!

_pages/cv.md

-8
This file was deleted.

_pages/dropdown.md

-13
This file was deleted.

_pages/projects.md

-58
This file was deleted.

_pages/publications.md

-18
This file was deleted.

_pages/readinglist.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ social: true # includes social icons at the bottom of the page
1616
---
1717

1818
<h4>Reading List</h4>
19-
<p>I've often been asked which books I've read, and would you recommend them. I'm an avid reader, and the books below I've read over the past 2 years or so...</p>
19+
<p>As an avid non-fiction reader, I'm often asked which books I would recommend.<br />The following books are ones I'd recommend across a wide range of subjects.</p>
2020

21-
<h5>Strategy</h5>
21+
<h5>Corporate Strategy</h5>
2222
- Playing to Win
2323
- Blue Ocean Strategy
2424
- Crossing the Chasm

_pages/repositories.md

-30
This file was deleted.

_pages/teaching.md

-12
This file was deleted.

0 commit comments

Comments
 (0)