Skip to content

Commit

Permalink
Change skin to gitdev-dark
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenpapierski committed Jul 17, 2024
1 parent 023f577 commit d22af6f
Showing 1 changed file with 43 additions and 43 deletions.
86 changes: 43 additions & 43 deletions static/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ remote_theme: dieghernan/chulapa
locale : #default["en-US"] format language-TERRITORY , e.g fr, en-GB, es-MX, pt-BR
title : Chulapa 101 #default["repository_name"]
title_separator : #default [" | "]
subtitle : Chulapa Jekyll Theme starter pack #default [your-repository-tagline]
subtitle : Chulapa Jekyll Theme starter pack #default [your-repository-tagline]
description : Chulapa Jekyll Theme starter pack #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/
Expand All @@ -23,70 +23,70 @@ twitter_site : #Avoid @
author:
name : Your Name # Name Surname Company
avatar : # Try a square file. Info: Your github avatar on https://github.com/[USERNAME].png
location : "Madrid, Spain" # New York, USA
# links:
location : "Madrid, Spain" # New York, USA
# links:
# - url: #A link or email: https://twitter.com/jack, mail@example.com
# icon: # A Fontawesome 5 code: fab fa-twitter - see https://fontawesome.com/
# - 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_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
# 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
gtag_id :
analytics_id :
gtag_id :
analytics_id :

# Search providers
# Available free search engines:
# - lunr https://lunrjs.com/
# - lunr https://lunrjs.com/
# - algolia v4 https://www.algolia.com/ - needs further configuration
# - google custom search engine https://cse.google.es/
# - google custom search engine https://cse.google.es/
search:
provider : lunr #Select a provider for enable search: lunr, algolia, google
label : #default ["Search"] Text on navbar when search is enabled
landing_page : #default ["/search"] Link on navbar
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 :
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)
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(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

# Navbar:
# Navbar:
# "brand" options would be set on the left side of your navbar
# "nav" would be set on the right side. Two-level nav links available
navbar:
Expand All @@ -98,7 +98,7 @@ navbar:
img : # An small image, try 30x30px
nav:
- title : Blog # Label
url : /blog/ # url
url : /blog/ # url
- title : Cheatsheets
url : /cheatsheets
- title : Extras
Expand All @@ -116,11 +116,11 @@ navbar:
- title : Use this template
url : https://github.com/dieghernan/chulapa-101/generate
# - title : # Label submenu
# child:
# - title: # Child label
# url : # child url
# - title: # Child label
# url : # child url
# child:
# - title: # Child label
# url : # child url
# - title: # Child label
# url : # child url
#Social links to be placed on your site footer
footer:
links:
Expand All @@ -130,21 +130,21 @@ footer:
- label: "RSS"
icon: "fa fa-rss"
url: "./atom.xml"
copyright: # default is © <year> <name>
copyright: # default is © <year> <name>

# C. Theme Settings
# Google Fonts https://fonts.google.com/, add as many as you need
googlefonts:
# - url : # 'https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap'

# Theme and colors
chulapa-skin:
chulapa-skin:
highlight : # default["default"]
skin : # Optional predefined skins
autothemer : true # Bool: Use autotheming
vars :
primary : "#ffbe98" #default ["#007bff"] - Bootstrap blue
skin : gitdev-dark # Optional predefined skins
autothemer : false # Bool: Use autotheming
vars :
primary : "#FFB700" #default ["#007bff"] - Bootstrap blue

# D. Jekyll Defaults and collections: see https://jekyllrb.com/

# Blog pagination: on this site /blog/index.html. https://jekyllrb.com/docs/pagination/
Expand All @@ -157,7 +157,7 @@ collections:
cheatsheet:
output: true
permalink: /cheatsheets/:name
collections_dir :
collections_dir :
permalink : /:year:month:day_:title/


Expand Down

0 comments on commit d22af6f

Please sign in to comment.