Skip to content

Commit

Permalink
blog setup
Browse files Browse the repository at this point in the history
  • Loading branch information
harrymatthews50 committed Feb 1, 2024
1 parent bf804ff commit 9b83e08
Show file tree
Hide file tree
Showing 3 changed files with 88 additions and 97 deletions.
12 changes: 6 additions & 6 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@ 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: Understanding statistics with simulations # blog_name will be displayed in your blog page
blog_description:
permalink: /blog/:year/:title/

# Pagination
Expand Down Expand Up @@ -156,8 +156,8 @@ disqus_shortname: al-folio # put your disqus shortname
# 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
- name:
rss_url:

# -----------------------------------------------------------------------------
# Collections
Expand Down Expand Up @@ -254,7 +254,7 @@ jekyll-minifier:
# -----------------------------------------------------------------------------

jekyll-archives:
enabled: [year, tags, categories] # enables year, tag and category archives (remove if you need to disable one of them).
enabled: [year] # enables year, tag and category archives (remove if you need to disable one of them).
layouts:
year: archive-year
tag: archive-tag
Expand All @@ -264,7 +264,7 @@ 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_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

# -----------------------------------------------------------------------------
Expand Down
2 changes: 2 additions & 0 deletions _posts/2024-01-11-hypothesis_testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ giscus_comments: false
related_posts: false
---

You can find the Jupyter notebook for this post [here](https://github.com/harrymatthews50/harrymatthews50.github.io/blob/master/assets/jupyter/hypothesis_testing.ipynb)

{::nomarkdown}
{% assign jupyter_path = "assets/jupyter/hypothesis_testing.ipynb" | relative_url %}
{% capture notebook_exists %}{% file_exists assets/jupyter/hypothesis_testing.ipynb %}{% endcapture %}
Expand Down
Loading

0 comments on commit 9b83e08

Please sign in to comment.