Excluded public and static directories.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# Tranquilpeak
|
||||
baseURL = "https://basdb.net/"
|
||||
baseURL = "http://bdebylnet-cdn.s3-website-us-east-1.amazonaws.com"
|
||||
languageCode = "en-us"
|
||||
defaultContentLanguage = "en-us"
|
||||
title = "basdb"
|
||||
@@ -23,6 +23,7 @@ canonifyurls = true
|
||||
job = "Software Engineer"
|
||||
location = "New England"
|
||||
# Your profile picture
|
||||
gravatarEmail = "bastiandebyl@gmail.com"
|
||||
# picture = "https://cdn1.iconfinder.com/data/icons/ninja-things-1/1772/ninja-simple-512.png"
|
||||
|
||||
# Menu Configuration
|
||||
@@ -121,7 +122,7 @@ canonifyurls = true
|
||||
# Current image is on AWS S3 and delivered by AWS CloudFront.
|
||||
# Otherwise put your image in folder `static/_images/` (development) or in `source/assets/images/` if you can't or don't want to build the theme,
|
||||
# and use relative url : `your-image.png`
|
||||
coverImage = "cover.jpg"
|
||||
coverImage = "https://s3.us-west-2.amazonaws.com/basdb-static-content/site-static/img/cover.png"
|
||||
|
||||
# Display an image gallery at the end of a post which have photos variables (false: disabled, true: enabled)
|
||||
imageGallery = true
|
||||
|
||||
Reference in New Issue
Block a user