From 39236c6392cff4447cad7ab891f8f5b260b00e23 Mon Sep 17 00:00:00 2001 From: Dean Attali Date: Sun, 26 Apr 2020 20:15:01 -0400 Subject: [PATCH] Update _config.yml --- docs/_config.yml | 61 ------------------------------------------------ 1 file changed, 61 deletions(-) diff --git a/docs/_config.yml b/docs/_config.yml index ef51987..16696e3 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -20,17 +20,6 @@ navbar-links: About me: "http://deanattali.com" Support me: "http://deanattali.com/aboutme/#feed-meeee" -# --- Local development options --- - -# If your website is hosted locally rather than on GitHub, then you need to uncomment the next two parameters to set the url and baseurl -# ***If you're not sure what this mean, then leave this section as it is. Only modify the url and baseurl if you know what you're doing!*** - -# url is the the website domain URL without a trailing slash -#url: "" - -# baseurl should be an empty string -#baseurl: "" - # --- Logo --- # # Image to show in the navigation bar - works best with a square image @@ -213,56 +202,6 @@ exclude: - README.md - Vagrantfile -# prose.io config -prose: - rooturl: '_posts' - media: 'img' - ignore: - - 404.html - - LICENSE - - feed.xml - - _config.yml - - /_layouts - - /_includes - - /assets - metadata: - _posts: - - name: "layout" - field: - element: "hidden" - value: "post" - - name: "title" - field: - element: "text" - label: "Post title" - placeholder: "Title" - alterable: true - - name: "subtitle" - field: - element: "textarea" - label: "Subtitle" - placeholder: "A description of your post." - alterable: true - - name: "date" - field: - element: "text" - label: "Date" - help: "Enter date of post." - placeholder: "yyyy-mm-dd" - alterable: true - - name: "image" - field: - element: "text" - label: "Image" - help: "Add a thumbnail image to your post." - placeholder: "Thumbnail" - alterable: true - - name: "published" - field: - element: "checkbox" - label: "Publish" - help: "Check to publish post, uncheck to hide." - plugins: - jekyll-paginate - jekyll-sitemap