Skip to content

Commit

Permalink
update al-folio to v0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
markwang0 committed Feb 27, 2024
1 parent 49e0fec commit eef08a9
Show file tree
Hide file tree
Showing 47 changed files with 338 additions and 71 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ _site
.sass-cache
.jekyll-cache
.jekyll-metadata
.DS_store
*.DS_store
.ruby-version
.tweet-cache
Gemfile.lock
node_modules/
vendor
vendor
50 changes: 26 additions & 24 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,21 @@
# Site settings
# -----------------------------------------------------------------------------

title: blank # the website title (if blank, full name will be used instead)
first_name: You
middle_name: R.
last_name: Name
email: you@example.com
title: Mark K. Wang # the website title (if blank, full name will be used instead)
first_name: Mark
middle_name: K.
last_name: Wang
email: mark.wang@utexas.edu
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.
Mark Wang's personal website.
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>.
keywords: jekyll, jekyll-theme, academic-website, portfolio-website # add your own keywords or leave empty
keywords: jekyll, jekyll-theme, academic-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/)
icon: 🌊 # the emoji used as the favicon (alternatively, provide image name in /assets/img/)

url: https://markwang0.github.io # the base hostname & protocol for your site
url: https://mark-wang.com # the base hostname & protocol for your site
baseurl: # the subpath of your site, e.g. /blog/. Leave blank for root
last_updated: false # set to true if you want to display last updated in the footer
impressum_path: # set to path to include impressum link in the footer, use the same path as permalink in a page, helps to conform with EU GDPR
Expand Down Expand Up @@ -67,13 +66,14 @@ og_image: # The site-wide (default for all links) Open Graph preview image
# Social integration
# -----------------------------------------------------------------------------

github_username: # your GitHub user name
cv: true
github_username: markwang0
gitlab_username: # your GitLab user name
x_username: # your X handle
x_username: __markwang
mastodon_username: # your mastodon instance+username in the format instance.tld/@username
linkedin_username: # your LinkedIn user name
linkedin_username: markkwang
telegram_username: # your Telegram user name
scholar_userid: qc6CJjYAAAAJ # your Google Scholar ID
scholar_userid: utWUjzQAAAAJ # your Google Scholar ID
semanticscholar_id: # your Semantic Scholar ID
whatsapp_number: # your WhatsApp number (full phone number in international format. Omit any zeroes, brackets, or dashes when adding the phone number in international format.)
orcid_id: # your ORCID ID
Expand Down Expand Up @@ -104,8 +104,10 @@ zotero_username: # your zotero username
wechat_qr: # filename of your wechat qr-code saved as an image (e.g., wechat-qr.png if saved to assets/img/wechat-qr.png)

contact_note: >
You can even add a little note about which of these is the best way to reach you.
Center for Water and the Environment, Room 44<br>
Pickle Research Campus<br>
10100 Burnet Road, Bldg. 119<br>
Austin, TX 78758<br>
# -----------------------------------------------------------------------------
# Analytics and search engine verification
# -----------------------------------------------------------------------------
Expand All @@ -123,16 +125,16 @@ bing_site_verification: # out your bing-site-verification ID (Bing Webmaster)
# Blog
# -----------------------------------------------------------------------------

blog_name: al-folio # blog_name will be displayed in your blog page
blog_description: a simple whitespace theme for academics
blog_name: blog # blog_name will be displayed in your blog page
# blog_description: a simple whitespace theme for academics
permalink: /blog/:year/:title/

# Pagination
pagination:
enabled: true

related_blog_posts:
enabled: true
enabled: false
max_related: 5

# Giscus comments (RECOMMENDED)
Expand All @@ -157,9 +159,9 @@ disqus_shortname: al-folio # put your disqus shortname
# External sources.
# If you have blog posts published on medium.com or other external sources,
# you can display them in your blog by adding a link to the RSS feed.
external_sources:
- name: medium.com
rss_url: https://medium.com/@al-folio/feed
# external_sources:
# - name: medium.com
# rss_url: https://medium.com/@al-folio/feed

# -----------------------------------------------------------------------------
# Collections
Expand Down Expand Up @@ -275,8 +277,8 @@ jekyll-archives:
tag: "/blog/tag/:name/"
category: "/blog/category/:name/"

display_tags: ["formatting", "images", "links", "math", "code"] # these tags will be displayed on the front page of your blog
display_categories: ["blockquotes"] # these categories will be displayed on the front page of your blog
# display_tags: ["formatting", "images", "links", "math", "code"] # these tags will be displayed on the front page of your blog
# display_categories: ["blockquotes"] # these categories will be displayed on the front page of your blog

# -----------------------------------------------------------------------------
# Jekyll Scholar
Expand Down
11 changes: 2 additions & 9 deletions _data/repositories.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
github_users:
- torvalds
- alshedivat
- markwang0

github_repos:
- alshedivat/al-folio
- twbs/bootstrap
- jekyll/jekyll
- jquery/jquery
- FortAwesome/Font-Awesome
- jpswalsh/academicons
- mathjax/MathJax
- passah2o/geoflood
27 changes: 15 additions & 12 deletions _includes/social.liquid
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{% if site.email %}
<a href="mailto:{{ site.email | encode_email }}" title="email"><i class="fa-solid fa-envelope"></i></a>
{% endif %}
{% if site.cv %}
<a href="{{ site.url }}{{ site.baseurl }}/assets/pdf/cv.pdf" title="curriculum vitae"><i class="ai ai-cv"></i></a>
{% endif %}
{% if site.linkedin_username %}
<a href="https://www.linkedin.com/in/{{ site.linkedin_username }}" title="LinkedIn"><i class="fa-brands fa-linkedin"></i></a>
{% endif %}
{% if site.scholar_userid %}
<a href="https://scholar.google.com/citations?user={{ site.scholar_userid }}" title="Google Scholar"><i class="ai ai-google-scholar"></i></a>
{% endif %}
{% if site.github_username %}
<a href="https://github.com/{{ site.github_username }}" title="GitHub"><i class="fa-brands fa-github"></i></a>
{% endif %}
{% if site.x_username %}
<a href="https://twitter.com/{{ site.x_username }}" title="X"><i class="fa-brands fa-x-twitter"></i></a>
{% endif %}
{% if site.telegram_username %}
<a href="https://telegram.me/{{ site.telegram_username }}" title="telegram"><i class="fa-brands fa-telegram"></i></a>
{% endif %}
Expand All @@ -10,9 +25,6 @@
{% if site.orcid_id %}
<a href="https://orcid.org/{{ site.orcid_id }}" title="ORCID"><i class="ai ai-orcid"></i></a>
{% endif %}
{% if site.scholar_userid %}
<a href="https://scholar.google.com/citations?user={{ site.scholar_userid }}" title="Google Scholar"><i class="ai ai-google-scholar"></i></a>
{% endif %}
{% if site.semanticscholar_id %}
<a href="https://www.semanticscholar.org/author/{{ site.semanticscholar_id }}" title="Semantic Scholar"><i class="ai ai-semantic-scholar"></i></a>
{% endif %}
Expand All @@ -31,15 +43,6 @@
{% if site.scopus_id %}
<a href="https://www.scopus.com/authid/detail.uri?authorId={{site.scopus_id}}" title="Scopus"><i class="ai ai-scopus"></i></a>
{% endif %}
{% if site.github_username %}
<a href="https://github.com/{{ site.github_username }}" title="GitHub"><i class="fa-brands fa-github"></i></a>
{% endif %}
{% if site.linkedin_username %}
<a href="https://www.linkedin.com/in/{{ site.linkedin_username }}" title="LinkedIn"><i class="fa-brands fa-linkedin"></i></a>
{% endif %}
{% if site.x_username %}
<a href="https://twitter.com/{{ site.x_username }}" title="X"><i class="fa-brands fa-x-twitter"></i></a>
{% endif %}
{% if site.mastodon_username %}
<a rel="me" href="https://{{ site.mastodon_username }}" title="Mastodon"><i class="fa-brands fa-mastodon"></i></a>
{% endif %}
Expand Down
30 changes: 19 additions & 11 deletions _pages/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,33 @@
layout: 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
more_info: >
<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}"
# more_info: >
# <p>555 your office number</p>
# <p>123 your address street</p>
# <p>Your City, State 12345</p>

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
---

Write your biography here. Tell the world about yourself. Link to your favorite [subreddit](http://reddit.com). You can put a picture in, too. The code is already in, just name your picture `prof_pic.jpg` and put it in the `img/` folder.
Hi, I'm Mark (王凯章).

I'm a Ph.D. Candidate in the [PassaH2O Group](https://sites.google.com/site/passalacquagroup) at the University of Texas at Austin.

I am interested in flood inundation mapping, compound hazards, GIS, and high-performance computing.

Before graduate school I worked as a green infrastructure engineer in the private and public sectors.

<!-- Write your biography here. Tell the world about yourself. Link to your favorite [subreddit](http://reddit.com). You can put a picture in, too. The code is already in, just name your picture `prof_pic.jpg` and put it in the `img/` folder.
Put your address / P.O. box / other info right below your picture. You can also disable any of these elements by editing `profile` property of the YAML header of your `_pages/about.md`. Edit `_bibliography/papers.bib` and Jekyll will render your [publications page](/al-folio/publications/) automatically.
Link to your social media connections, too. This theme is set up to use [Font Awesome icons](https://fontawesome.com/) and [Academicons](https://jpswalsh.github.io/academicons/), like the ones below. Add your Facebook, Twitter, LinkedIn, Google Scholar, or just disable all of them.
Link to your social media connections, too. This theme is set up to use [Font Awesome icons](https://fontawesome.com/) and [Academicons](https://jpswalsh.github.io/academicons/), like the ones below. Add your Facebook, Twitter, LinkedIn, Google Scholar, or just disable all of them. -->
2 changes: 1 addition & 1 deletion _pages/cv.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: cv
permalink: /cv/
title: cv
nav: true
nav: false
nav_order: 5
cv_pdf: example_pdf.pdf
description: This is a description of the page. You can modify it in '_pages/cv.md'. You can also change or remove the top pdf download button.
Expand Down
2 changes: 1 addition & 1 deletion _pages/dropdown.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: page
title: submenus
nav: true
nav: false
nav_order: 8
dropdown: true
children:
Expand Down
2 changes: 1 addition & 1 deletion _pages/profiles.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: profiles
permalink: /people/
title: people
description: members of the lab or group
nav: true
nav: false
nav_order: 7

profiles:
Expand Down
2 changes: 1 addition & 1 deletion _pages/projects.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: page
title: projects
permalink: /projects/
description: A growing collection of your cool projects.
nav: true
nav: false
nav_order: 3
display_categories: [work, fun]
horizontal: false
Expand Down
2 changes: 1 addition & 1 deletion _pages/publications.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: page
permalink: /publications/
title: publications
description: publications by categories in reversed chronological order. generated by jekyll-scholar.
nav: true
nav: false
nav_order: 2
---

Expand Down
2 changes: 1 addition & 1 deletion _pages/repositories.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: page
permalink: /repositories/
title: repositories
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: false
nav_order: 4
---

Expand Down
2 changes: 1 addition & 1 deletion _pages/teaching.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: page
permalink: /teaching/
title: teaching
description: Materials for courses you taught. Replace this text with your description.
nav: true
nav: false
nav_order: 6
---

Expand Down
1 change: 1 addition & 0 deletions _posts/2015-03-15-formatting-and-links.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ date: 2015-03-15 16:40:16
description: march & april, looking forward to summer
tags: formatting links
categories: sample-posts
published: false
---

Jean shorts raw denim Vice normcore, art party High Life PBR skateboard stumptown vinyl kitsch. Four loko meh 8-bit, tousled banh mi tilde forage Schlitz dreamcatcher twee 3 wolf moon. Chambray asymmetrical paleo salvia, sartorial umami four loko master cleanse drinking vinegar brunch. [Pinterest](https://www.pinterest.com) DIY authentic Schlitz, hoodie Intelligentsia butcher trust fund brunch shabby chic Kickstarter forage flexitarian. Direct trade <a href="https://en.wikipedia.org/wiki/Cold-pressed_juice">cold-pressed</a> meggings stumptown plaid, pop-up taxidermy. Hoodie XOXO fingerstache scenester Echo Park. Plaid ugh Wes Anderson, freegan pug selvage fanny pack leggings pickled food truck DIY irony Banksy.
Expand Down
1 change: 1 addition & 0 deletions _posts/2015-05-15-images.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ description: this is what included images could look like
tags: formatting images
categories: sample-posts
thumbnail: assets/img/9.jpg
published: false
---

This is an example post with image galleries.
Expand Down
3 changes: 2 additions & 1 deletion _posts/2015-07-15-code.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ date: 2015-07-15 15:09:00
description: an example of a blog post with some code
tags: formatting code
categories: sample-posts
featured: true
featured: false
published: false
---

This theme implements a built-in Jekyll feature, the use of Rouge, for syntax highlighting.
Expand Down
1 change: 1 addition & 0 deletions _posts/2015-10-20-disqus-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ tags: comments
categories: sample-posts external-services
disqus_comments: true
related_posts: false
published: false
---

This post shows how to add DISQUS comments.
1 change: 1 addition & 0 deletions _posts/2015-10-20-math.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ description: an example of a blog post with some math
tags: formatting math
categories: sample-posts
related_posts: false
published: false
---

This theme supports rendering beautiful math in inline and display modes using [MathJax 3](https://www.mathjax.org/) engine. You just need to surround your math expression with `$$`, like `$$ E = mc^2 $$`. If you leave it inside a paragraph, it will produce an inline expression, just like $$ E = mc^2 $$.
Expand Down
3 changes: 2 additions & 1 deletion _posts/2018-12-22-distill.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: an example of a distill-style blog post and main elements
tags: distill formatting
giscus_comments: true
date: 2021-05-22
featured: true
featured: false

authors:
- name: Albert Einstein
Expand Down Expand Up @@ -59,6 +59,7 @@ _styles: >
text-align: center;
font-size: 16px;
}
published: false
---

## Equations
Expand Down
1 change: 1 addition & 0 deletions _posts/2020-09-28-github-metadata.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ date: 2020-09-28 21:01:00
description: a quick run down on accessing github metadata.
tags: metadata
categories: sample-posts external-services
published: false
---

A sample blog page that demonstrates the accessing of github meta data.
Expand Down
1 change: 1 addition & 0 deletions _posts/2020-09-28-twitter.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ date: 2020-09-28 11:12:00-0400
description: an example of a blog post with twitter
tags: formatting
categories: sample-posts external-services
published: false
---

A sample blog page that demonstrates the inclusion of Tweets/Timelines/etc.
Expand Down
1 change: 1 addition & 0 deletions _posts/2021-07-04-diagrams.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ description: an example of a blog post with diagrams
mermaid:
enabled: true
zoomable: true
published: false
---

This theme supports generating various diagrams from a text description using [mermaid](https://mermaid-js.github.io/mermaid/){:target="\_blank"}. Previously, this was done using the [jekyll-diagrams](https://github.com/zhustec/jekyll-diagrams){:target="\_blank"} plugin. For more information on this matter, see the [related issue](https://github.com/alshedivat/al-folio/issues/1609#issuecomment-1656995674). To disable the zooming feature, set `mermaid.zoomable` to `false` in this post frontmatter.
Expand Down
1 change: 1 addition & 0 deletions _posts/2022-02-01-redirect.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ title: a post with redirect
date: 2022-02-01 17:39:00
description: you can also redirect to assets like pdf
redirect: /assets/pdf/example_pdf.pdf
published: false
---

Redirecting to another page.
Loading

0 comments on commit eef08a9

Please sign in to comment.