Skip to content

Commit

Permalink
Update _config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vballoli authored Jun 3, 2020
1 parent c3508fa commit 9bb6024
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
# https://learn-the-web.algonquindesign.ca/topics/markdown-yaml-cheat-sheet/#yaml
# https://learnxinyminutes.com/docs/yaml/

title: fastpages
description: An easy to use blogging platform with support for Jupyter Notebooks.
github_username: fastai
title: CSPDF BPHC
description: Blog from BPHC for Machine Learning Related research papers.
github_username: cspdf-bphc
# you can comment the below line out if your repo name is not different than your baseurl
github_repo: "fastpages"
github_repo: "blog"

# OPTIONAL: override baseurl and url if using a custom domain
# Note: leave out the trailing / from this value.
url: "https://fastpages.fast.ai" # the base hostname & protocol for your site, e.g. http://example.com
url: "https://cspdf-bphc.github.io" # the base hostname & protocol for your site, e.g. http://example.com

###########################################################
######### Special Instructions for baseurl ###############
Expand All @@ -34,28 +34,27 @@ url: "https://fastpages.fast.ai" # the base hostname & protocol for your site, e
#
# 3. You must replace the parameter `baseurl` in _action_files/settings.ini with the same value as you set here but WITHOUT QUOTES.
#
baseurl: "" # the subpath of your site, e.g. "/blog".
baseurl: "/blog" # the subpath of your site, e.g. "/blog".

# Github and twitter are optional:
minima:
social_links:
twitter: fastdotai
github: fastai
github: cspdf-bphc

# Set this to true to get LaTeX math equation support
use_math:
use_math: true

# Set this to true to display the summary of your blog post under your title on the Home page.
show_description: true

# Set this to true to display image previews on home page, if they exist
show_image: false
show_image: true

# Set this to true to display tags on each post
show_tags: true

# Add your Google Analytics ID here if you have one and want to use it
google_analytics: UA-57531313-5
google_analytics:

exclude:
- docker-compose.yml
Expand Down

0 comments on commit 9bb6024

Please sign in to comment.