diff --git a/_config.yml b/_config.yml index c86c4e6..aed3462 100644 --- a/_config.yml +++ b/_config.yml @@ -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 ############### @@ -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