diff --git a/README.md b/README.md index c865e8d..359a45b 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ url: # should be empty baseurl: # should be empty ``` -### Usage ### +### Usage Note that `_pages/about.md` is built to index.html in the published site. There is therefore no need to have a separate index page for the project. If an index page does exist in the root directory then this will prevent `_pages/about.md` from being added to the built site. diff --git a/_config.yml b/_config.yml index adbd54d..58d17b0 100644 --- a/_config.yml +++ b/_config.yml @@ -11,7 +11,7 @@ footer_text: > Photos from Unsplash. url: # the base hostname & protocol for your site -baseurl: # the subpath of your site, e.g. /blog/ +baseurl: /al-folio # the subpath of your site, e.g. /blog/ last_updated: # leave blank if you don't want to display last updated # -----------------------------------------------------------------------------