generated from dieghernan/chulapa-101
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
19 changed files
with
114 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,3 +3,6 @@ | |
.RData | ||
.Ruserdata | ||
project.Rproj | ||
|
||
_site | ||
Gemfile.lock |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"version": "2.0.0", | ||
"tasks": [ | ||
{ | ||
"label": "Start Jekyll", | ||
"type": "shell", | ||
"command": "bundle exec jekyll serve --host localhost --port 4000", | ||
"group": { | ||
"kind": "build", | ||
"isDefault": true | ||
} | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,23 +7,23 @@ remote_theme: dieghernan/chulapa | |
# A. Site Settings /SEO options | ||
# Overall options for your site, would affect your site SEO | ||
# Default values are explained | ||
locale : #default["en-US"] format language-TERRITORY , e.g fr, en-GB, es-MX, pt-BR | ||
title : Chulapa 101 #default["repository_name"] | ||
locale : en-GB #default["en-US"] format language-TERRITORY , e.g fr, en-GB, es-MX, pt-BR | ||
title : Warwick Maths Society #default["repository_name"] | ||
title_separator : #default [" | "] | ||
subtitle : Chulapa Jekyll Theme starter pack #default [your-repository-tagline] | ||
description : Chulapa Jekyll Theme starter pack #default [your-repository-tagline] | ||
subtitle : #default [your-repository-tagline] | ||
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 : Europe/London #"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] | ||
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 | ||
name : Kit Liu, Warwick Maths Society # Name Surname Company | ||
avatar : https://github.com/Warwick-Maths-Society.png # Try a square file. Info: Your github avatar on https://github.com/[USERNAME].png | ||
location : University of Warwick # New York, USA | ||
# links: | ||
# - url: #A link or email: https://twitter.com/jack, [email protected] | ||
# icon: # A Fontawesome 5 code: fab fa-twitter - see https://fontawesome.com/ | ||
|
@@ -78,10 +78,10 @@ algolia: | |
- 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 | ||
# 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 | ||
|
@@ -90,15 +90,15 @@ comments: | |
# "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: | ||
style : #default is the classical top navbar, set "fab" for a floating action button navbar or "dual" | ||
expand : # At which device size expand the navbar menu. default[md] https://getbootstrap.com/docs/4.5/layout/overview/ | ||
style : dual #default is the classical top navbar, set "fab" for a floating action button navbar or "dual" | ||
expand : always # At which device size expand the navbar menu. default[md] https://getbootstrap.com/docs/4.5/layout/overview/ | ||
brand: | ||
title : Home # Title in navbar | ||
url : # default["url/baseurl"] | ||
img : # An small image, try 30x30px | ||
title : WMS # Title in navbar | ||
url : # default["url/baseurl"] | ||
img : "./assets/img/logo-large-transparent.png" | ||
nav: | ||
- title : Blog # Label | ||
url : /blog/ # url | ||
- title : Blog | ||
url : /blog/ #url | ||
- title : Cheatsheets | ||
url : /cheatsheets | ||
- title : Extras | ||
|
@@ -140,10 +140,10 @@ googlefonts: | |
# Theme and colors | ||
chulapa-skin: | ||
highlight : # default["default"] | ||
skin : # Optional predefined skins | ||
skin : gitdev-dark # Optional predefined skins | ||
autothemer : true # Bool: Use autotheming | ||
vars : | ||
primary : "#ffbe98" #default ["#007bff"] - Bootstrap blue | ||
primary : "#b103c0" #default ["#007bff"] - Bootstrap blue | ||
|
||
# D. Jekyll Defaults and collections: see https://jekyllrb.com/ | ||
|
||
|
@@ -227,6 +227,8 @@ exclude: | |
- README.md | ||
- Gemfile | ||
- vendor | ||
- .vscode/ | ||
- .github/ | ||
|
||
include: | ||
- _pages | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<browserconfig> | ||
<msapplication> | ||
<tile> | ||
<square150x150logo src="https://Warwick-Maths-Society.github.io/assets/favicon/./mstile-150x150.png"/> | ||
<TileColor>#da532c</TileColor> | ||
</tile> | ||
</msapplication> | ||
</browserconfig> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
{ | ||
"name": "", | ||
"short_name": "", | ||
"icons": [ | ||
{ | ||
"src": "https://Warwick-Maths-Society.github.io/assets/favicon/./android-chrome-192x192.png", | ||
"sizes": "192x192", | ||
"type": "image/png" | ||
}, | ||
{ | ||
"src": "https://Warwick-Maths-Society.github.io/assets/favicon/./android-chrome-512x512.png", | ||
"sizes": "512x512", | ||
"type": "image/png" | ||
} | ||
], | ||
"theme_color": "#ffffff", | ||
"background_color": "#ffffff", | ||
"display": "standalone" | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.