Skip to content

Commit

Permalink
FEAT: Further updates
Browse files Browse the repository at this point in the history
  • Loading branch information
daquintero committed Aug 2, 2023
1 parent 98d86d6 commit de4ba45
Show file tree
Hide file tree
Showing 32 changed files with 19 additions and 1,843 deletions.
674 changes: 1 addition & 673 deletions README.md

Large diffs are not rendered by default.

9 changes: 3 additions & 6 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,7 @@ last_name: Quintero Dominguez
email: darioaquintero[at]gmail[dot]com
description: > # the ">" symbol means to ignore newlines until "footer_text:"
A simple, whitespace theme for academics. Based on [*folio](https://github.com/bogoli/-folio) design.
footer_text: >
Powered by <a href="https://jekyllrb.com/" target="_blank">Jekyll</a> with <a href="https://github.com/alshedivat/al-folio">al-folio</a> theme.
Hosted by <a href="https://pages.github.com/" target="_blank">GitHub Pages</a>.
Photos from <a href="https://unsplash.com" target="_blank">Unsplash</a>.
footer_text:
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.)
Expand Down Expand Up @@ -75,7 +72,7 @@ github_username: daquintero # your GitHub user name
gitlab_username: # your GitLab user name
twitter_username: # your Twitter handle
mastodon_username: # your mastodon instance+username in the format instance.tld/@username
linkedin_username: daquintero # your LinkedIn user name
linkedin_username: darioquintero # your LinkedIn user name
telegram_username: # your Telegram user name
scholar_userid: # your Google Scholar ID
semanticscholar_id: # your Semantic Scholar ID
Expand Down Expand Up @@ -124,7 +121,7 @@ bing_site_verification: # out your bing-site-verification ID (Bing Webmaster)
# -----------------------------------------------------------------------------

blog_name: al-folio # blog_name will be displayed in your blog page
blog_nav_title: blog # your blog must have a title for it to be displayed in the nav bar
blog_nav_title: Blog # your blog must have a title for it to be displayed in the nav bar
blog_description: a simple whitespace theme for academics
permalink: /blog/:year/:title/

Expand Down
34 changes: 0 additions & 34 deletions _data/coauthors.yml
Original file line number Diff line number Diff line change
@@ -1,34 +0,0 @@
"Adams":
- firstname: ["Edwin", "E.", "E. P.", "Edwin Plimpton"]
url: https://en.wikipedia.org/wiki/Edwin_Plimpton_Adams

"Podolsky":
- firstname: ["Boris", "B.", "B. Y.", "Boris Yakovlevich"]
url: https://en.wikipedia.org/wiki/Boris_Podolsky

"Rosen":
- firstname: ["Nathan", "N."]
url: https://en.wikipedia.org/wiki/Nathan_Rosen

"Bach":
- firstname: ["Johann Sebastian", "J. S."]
url: https://en.wikipedia.org/wiki/Johann_Sebastian_Bach

- firstname: ["Carl Philipp Emanuel", "C. P. E."]
url: https://en.wikipedia.org/wiki/Carl_Philipp_Emanuel_Bach

"Przibram":
- firstname: ["Karl"]
url: https://link.springer.com/article/10.1007/s00016-019-00242-z

"Schrödinger":
- firstname: ["Erwin"]
url: https://en.wikipedia.org/wiki/Erwin_Schr%C3%B6dinger

"Lorentz":
- firstname: ["Hendrik Antoon"]
url: https://en.wikipedia.org/wiki/Hendrik_Lorentz

"Planck":
- firstname: ["Max"]
url: https://en.wikipedia.org/wiki/Max_Planck
12 changes: 3 additions & 9 deletions _data/repositories.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
github_users:
- torvalds
- alshedivat
- daquintero

github_repos:
- alshedivat/al-folio
- twbs/bootstrap
- jekyll/jekyll
- jquery/jquery
- FortAwesome/Font-Awesome
- jpswalsh/academicons
- mathjax/MathJax
- daquintero/piel
- daquintero/numpsy
6 changes: 0 additions & 6 deletions _data/venues.yml
Original file line number Diff line number Diff line change
@@ -1,6 +0,0 @@
"AJP":
url: https://aapt.scitation.org/journal/ajp
color: "#00369f"

"PhysRev":
url: https://journals.aps.org/
14 changes: 5 additions & 9 deletions _pages/about.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,17 @@
---
layout: about
title: about
title: About
permalink: /
subtitle: <a href='#'>Affiliations</a>. Address. Contacts. Moto. Etc.
# subtitle: <a href='#'>Affiliations</a>. Address. Contacts. Moto. Etc.

profile:
align: right
image: prof_pic.jpg
image_circular: false # crops the image to make it circular
address: >
<p>555 your office number</p>
<p>123 your address street</p>
<p>Your City, State 12345</p>

news: true # includes a list of news items
latest_posts: true # includes a list of the newest posts
selected_papers: true # includes a list of papers marked as "selected={true}"
news: false # includes a list of news items
latest_posts: false # includes a list of the newest posts
selected_papers: false # includes a list of papers marked as "selected={true}"
social: true # includes social icons at the bottom of the page
---

Expand Down
2 changes: 1 addition & 1 deletion _pages/cv.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: cv
permalink: /cv/
title: cv
title: Resume
nav: true
nav_order: 4
cv_pdf: example_pdf.pdf
Expand Down
13 changes: 0 additions & 13 deletions _pages/dropdown.md

This file was deleted.

2 changes: 1 addition & 1 deletion _pages/projects.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: page
title: projects
title: Projects
permalink: /projects/
description: A growing collection of your cool projects.
nav: true
Expand Down
14 changes: 0 additions & 14 deletions _pages/publications.md

This file was deleted.

2 changes: 1 addition & 1 deletion _pages/repositories.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: page
permalink: /repositories/
title: repositories
title: Open-Source
description: Edit the `_data/repositories.yml` and change the `github_users` and `github_repos` lists to include your own GitHub profile and repositories.
nav: true
nav_order: 3
Expand Down
12 changes: 0 additions & 12 deletions _pages/teaching.md

This file was deleted.

30 changes: 0 additions & 30 deletions _posts/2015-03-15-formatting-and-links.md

This file was deleted.

48 changes: 0 additions & 48 deletions _posts/2015-05-15-images.md

This file was deleted.

94 changes: 0 additions & 94 deletions _posts/2015-07-15-code.md

This file was deleted.

11 changes: 0 additions & 11 deletions _posts/2015-10-20-disqus-comments.md

This file was deleted.

28 changes: 0 additions & 28 deletions _posts/2015-10-20-math.md

This file was deleted.

Loading

0 comments on commit de4ba45

Please sign in to comment.