Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
Basic config
  • Loading branch information
DesyncTheThird committed Jun 25, 2024
1 parent 60d752f commit 2e9d941
Show file tree
Hide file tree
Showing 19 changed files with 114 additions and 21 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@
.RData
.Ruserdata
project.Rproj

_site
Gemfile.lock
14 changes: 14 additions & 0 deletions .vscode/tasks.json
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
}
}
]
}
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
source 'https://rubygems.org'
gem 'github-pages', group: :jekyll_plugins
gem 'tzinfo-data'
gem 'webrick'

group :jekyll_plugins do
gem 'jekyll-algolia', '~> 1.0'
Expand Down
44 changes: 23 additions & 21 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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/

Expand Down Expand Up @@ -227,6 +227,8 @@ exclude:
- README.md
- Gemfile
- vendor
- .vscode/
- .github/

include:
- _pages
Expand Down
10 changes: 10 additions & 0 deletions _includes/custom/custom_head.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,14 @@

<!-- insert favicons. use https://realfavicongenerator.net/ -->

<link rel="apple-touch-icon" sizes="180x180" href="https://Warwick-Maths-Society.github.io/assets/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://Warwick-Maths-Society.github.io/assets/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="https://Warwick-Maths-Society.github.io/assets/favicon/favicon-16x16.png">
<link rel="manifest" href="https://Warwick-Maths-Society.github.io/assets/favicon/site.webmanifest">
<link rel="mask-icon" href="https://Warwick-Maths-Society.github.io/assets/favicon/safari-pinned-tab.svg" color="#5bbad5">
<link rel="shortcut icon" href="https://Warwick-Maths-Society.github.io/assets/favicon/favicon.ico">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="msapplication-config" content="https://Warwick-Maths-Society.github.io/assets/favicon/browserconfig.xml">
<meta name="theme-color" content="#ffffff">

<!-- end custom head snippets -->
Binary file added assets/favicon/android-chrome-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/favicon/android-chrome-512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/favicon/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions assets/favicon/browserconfig.xml
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>
Binary file added assets/favicon/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/favicon/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/favicon/favicon.ico
Binary file not shown.
Binary file added assets/favicon/mstile-150x150.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
34 changes: 34 additions & 0 deletions assets/favicon/safari-pinned-tab.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions assets/favicon/site.webmanifest
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"
}
Binary file added assets/img/banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/logo-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/logo-large-transparent.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/logo-large.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2e9d941

Please sign in to comment.