Skip to content

Commit

Permalink
Remove blog (for now), cleanup config
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenpapierski committed Jul 17, 2024
1 parent c02c5f6 commit 218a101
Showing 1 changed file with 36 additions and 36 deletions.
72 changes: 36 additions & 36 deletions static/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ description : #default [your-repository-tagline]
url : #See baseurl - On Github Pages you may leave it blank - If you use CNAME use your domain
baseurl : #On Github Pages you may leave it blank. Have a look to: https://byparker.com/blog/2014/clearing-up-confusion-around-baseurl/
words_per_minute : #default[200]
timezone : #"Europe/Madrid ,see https://jekyllrb.com/docs/configuration/options/ and https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
timezone : America/Denver #"Europe/Madrid ,see https://jekyllrb.com/docs/configuration/options/ and https://en.wikipedia.org/wiki/List_of_tz_database_time_zones

# SEO
og_image : #default[author.avatar (see below)] or [github-avatar]
Expand All @@ -30,9 +30,9 @@ author:
# - url: # Another link
# icon: # Anothet FontAwesome code

fa_version: #default ["6"] Use 6 or 5
fa_kit_code: # Your FontAwesome kit code. If not provided a free hosted version (slower) will be loaded: https://fontawesome.com/
fa_v4_support: #Bool Add FontAwesome 4 support
fa_version: 6 #default ["6"] Use 6 or 5
fa_kit_code: 5c92574f38 # Your FontAwesome kit code. If not provided a free hosted version (slower) will be loaded: https://fontawesome.com/
fa_v4_support: false #Bool Add FontAwesome 4 support
# Web tracking - Google services https://analytics.google.com/analytics/web/
# gtag_id is the preferred option, see https://developers.google.com/analytics/devguides/collection/gtagjs/migration?hl=en
# analytics provided for backwards compatibility
Expand All @@ -49,39 +49,39 @@ search:
label : #default ["Search"] Text on navbar when search is enabled
landing_page : #default ["/search"] Link on navbar
lunr_maxwords : #default [30] lunr only - May slow down your site build
algolia_logo : true #Displays algolia logo. Should be set to true if you are on a community plan, otherwise false.
# algolia_logo : true #Displays algolia logo. Should be set to true if you are on a community plan, otherwise false.

google_cse_id: #Your cse id
# This site uses jekyll-algolia plugin https://community.algolia.com/jekyll-algolia/
# Recommended additional configuration provided, could be modified. Add your own parameters
algolia:
application_id :
index_name :
search_only_api_key :
files_to_exclude: #Optional
- _layouts/*.html
- _includes/*.html
extensions_to_index: #Optional
- html
- md
searchableAttributes: #Optional
- title
- headings
- unordered(content)
- unordered(subtitle)
- unordered(categories)
- unordered(collection)
- unordered(tags)
customRanking: #Optional
- desc(include_on_search)
- desc(title)
- desc(content)
- desc(subtitle)

comments:
provider: #Enable comments via Disqus, giscus or Cactus.chat
disqus_shortname: #Your site id : check your address https://{{ disqus.shortname }}.disqus.com/admin/
cactus_shortname: #Your site id as registered with Cactus.chat
# algolia:
# application_id :
# index_name :
# search_only_api_key :
# files_to_exclude: #Optional
# - _layouts/*.html
# - _includes/*.html
# extensions_to_index: #Optional
# - html
# - md
# searchableAttributes: #Optional
# - title
# - headings
# - unordered(content)
# - unordered(subtitle)
# - unordered(categories)
# - unordered(collection)
# - unordered(tags)
# customRanking: #Optional
# - desc(include_on_search)
# - desc(title)
# - desc(content)
# - desc(subtitle)

# comments:
# provider: #Enable comments via Disqus, giscus or Cactus.chat
# disqus_shortname: #Your site id : check your address https://{{ disqus.shortname }}.disqus.com/admin/
# cactus_shortname: #Your site id as registered with Cactus.chat

# B. Navigation
# Configure your navbar and the footer of your site
Expand All @@ -106,8 +106,8 @@ navbar:
url : /bed-presence-mk1/webtools
- title : Store
url : https://elevatedsensors.com
- title : Blog # Label
url : /blog/ # url
# - title : Blog # Label
# url : /blog/ # url
#Social links to be placed on your site footer
footer:
links:
Expand Down Expand Up @@ -162,7 +162,7 @@ defaults:
include_on_search : false
cloudtag_url : /tags #This is where the link on tags would redirect
cloudcategory_url : /categories #This is where the link on categories would redirect
-

scope:
path: ""
type: "posts"
Expand Down

0 comments on commit 218a101

Please sign in to comment.