diff --git a/_config.yml b/_config.yml
index d9684ed9..b8b8230c 100644
--- a/_config.yml
+++ b/_config.yml
@@ -2,25 +2,24 @@
# 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: smashmath # the website title (if blank, full name will be used instead)
+first_name:
+middle_name:
+last_name:
+email: smashmathe@gmail.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.
+ i do math sometimes
footer_text: >
Powered by Jekyll with al-folio theme.
Hosted by GitHub Pages.
- Photos from Unsplash.
-keywords: jekyll, jekyll-theme, academic-website, portfolio-website # add your own keywords or leave empty
+keywords: math, blog # 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://alshedivat.github.io # the base hostname & protocol for your site
-baseurl: /al-folio # the subpath of your site, e.g. /blog/
-last_updated: false # set to true if you want to display last updated in the footer
+url: https://smashmath.github.io # the base hostname & protocol for your site
+baseurl: # the subpath of your site, e.g. /blog/
+last_updated: true # 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
# -----------------------------------------------------------------------------
@@ -45,7 +44,7 @@ repo_trophies:
# will use title and url fields
# Take a look to https://github.com/jekyll/jekyll-feed for more customization
-rss_icon: true
+rss_icon: false
# -----------------------------------------------------------------------------
# Layout
@@ -103,12 +102,12 @@ unsplash_id: # your unsplash id
instagram_id: # your instagram id
facebook_id: # your facebook id
youtube_id: # your youtube channel id (youtube.com/@)
-discord_id: # your discord id (18-digit unique numerical identifier)
+discord_id: 196803594576592896 # your discord id (18-digit unique numerical identifier)
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.
+ best way to contact me is through discord (nilpotentnix). please send a message when adding.
# -----------------------------------------------------------------------------
# Analytics and search engine verification
@@ -124,24 +123,24 @@ 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_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/
+blog_name: my math stuff # blog_name will be displayed in your blog page
+blog_nav_title: new posts # your blog must have a title for it to be displayed in the nav bar
+blog_description: i wrote these
+permalink: /blog/:title/
# Pagination
pagination:
enabled: true
related_blog_posts:
- enabled: true
+ enabled: false
max_related: 5
# Giscus comments (RECOMMENDED)
# Follow instructions on https://giscus.app/ to setup for your repo to fill out
# the information below.
giscus:
- repo: alshedivat/al-folio # /
+ repo: smashmath/smashmath.github.io # /
repo_id: MDEwOlJlcG9zaXRvcnk2MDAyNDM2NQ==
category: Comments # name of the category under which discussions will be created
category_id: DIC_kwDOA5PmLc4CTBt6
@@ -154,15 +153,15 @@ giscus:
lang: en
# Disqus comments (DEPRECATED)
-disqus_shortname: al-folio # put your disqus shortname
+disqus_shortname: smashmath # put your disqus shortname
# https://help.disqus.com/en/articles/1717111-what-s-a-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: false
+# - name:
+# rss_url:
# -----------------------------------------------------------------------------
# Collections
@@ -176,7 +175,7 @@ collections:
permalink: /news/:path/
projects:
output: true
- permalink: /projects/:path/
+ permalink: /math/:path/
announcements:
enabled: true
@@ -266,8 +265,10 @@ 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: ['best', 'systems-of-differential-equations','matrix-exponentials', 'normalized-solutions']
+#, 'works in progress', 'archive']
+#['formatting', 'images', 'links', 'math', 'code'] # this tags will be dispalyed on the front page of your blog
+display_categories: ['differential-equations', 'linear-algebra','calculus' ] # these categories will be displayed on the front page of your blog
# -----------------------------------------------------------------------------
# Jekyll Scholar
@@ -275,8 +276,8 @@ display_categories: ['blockquotes'] # these categories will be displayed on the
scholar:
- last_name: [Einstein]
- first_name: [Albert, A.]
+ last_name: [F.]
+ first_name: [Grant, W.]
style: apa
locale: en
@@ -311,6 +312,11 @@ filtered_bibtex_keywords: [abbr, abstract, arxiv, bibtex_show, html, pdf, select
max_author_limit: 3 # leave blank to always show all authors
more_authors_animation_delay: 10 # more authors are revealed on click using animation; smaller delay means faster animation
+# Filter out certain bibtex entry keywords used internally from the bib output
+filtered_bibtex_keywords: [abbr, abstract, arxiv, bibtex_show, html, pdf, selected, supp, blog, code, poster, slides, website, preview]
+
+# Maximum number of authors to be shown, other authors will be visible on hover, leave blank to show all authors
+max_author_limit: 3
# -----------------------------------------------------------------------------
# Jekyll Link Attributes
@@ -359,6 +365,7 @@ jekyll-diagrams:
enable_google_analytics: false # enables google analytics
enable_cronitor_analytics: false # enables cronitor RUM analytics
+enable_panelbear_analytics: false # enables panelbear analytics
enable_google_verification: false # enables google site verification
enable_bing_verification: false # enables bing site verification
enable_masonry: true # enables automatic project cards arrangement
@@ -366,7 +373,7 @@ enable_math: true # enables math typesetting (uses MathJax)
enable_tooltips: false # enables automatic tooltip links generated
# for each section titles on pages and posts
enable_darkmode: true # enables switching between light/dark modes
-enable_navbar_social: false # enables displaying social links in the
+enable_navbar_social: true # enables displaying social links in the
# navbar on the about page
enable_project_categories: true # enables categorization of projects into
# multiple categories