_config.yml in no-style-please-0.3.1 vs _config.yml in no-style-please-0.4.0
- old
+ new
@@ -1,14 +1,15 @@
title: no style, please! # name of the site
author: Riccardo Graziosi # name of site's author
email: riccardo.graziosi97@gmail.com # email of site's author
-url: https://riggraz.dev/no-style-please # root address of the site
+url: https://riggraz.dev # root address of the site
+baseurl: "/no-style-please" # subpath of the site, e.g. "/blog" (leave it blank "" if you're site shouldn't use a subpath)
description: > # description of the site (multiple lines allowed)
A (nearly) no-CSS, fast, minimalist Jekyll theme.
permalink: /:slug.html
-favicon: "./logo.png" # relative path to site's favicon
+favicon: "logo.png" # name+extension of favicon (which must be put on the root folder)
# goat_counter: "yoursitename" # put your GoatCounter name if you want to use GoatCounter analytics
theme: no-style-please # if you are using GitHub Pages, change it to remote_theme: riggraz/no-style-please
theme_config:
\ No newline at end of file