Skip to content

Commit

Permalink
blah
Browse files Browse the repository at this point in the history
  • Loading branch information
ccogan-lh committed Dec 1, 2023
1 parent 7a0569a commit ea2023f
Show file tree
Hide file tree
Showing 4 changed files with 53 additions and 57 deletions.
76 changes: 36 additions & 40 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,19 @@ author: Colin Cogan
###############################################

navbar-links:
About Me: "aboutme"
Moby: "moby"
Jamie: 'jamie'
Moby: 'moby'
Resources:
- Beautiful Jekyll: "https://beautifuljekyll.com"
- Learn markdown: "https://www.markdowntutorial.com/"
- Beautiful Jekyll: 'https://theconversation.com/what-makes-something-smell-good-or-bad-136929'
- Learn markdown: 'https://lifehacker.com/how-to-tell-if-you-smell-1794394513'

################
# --- Logo --- #
################

# Image to show in the navigation bar - works best with a square image
# Remove this parameter if you don't want an image in the navbar
avatar: "/assets/img/avatar-icon.png"
avatar: '/assets/img/avatar-icon.png'

# By default, the image is cut into a circle. You can disable this behaviour by setting 'round-avatar: false'
round-avatar: true
Expand All @@ -41,7 +41,6 @@ round-avatar: true
# then specify the following parameter
#title-img: /path/to/image


#####################################
# --- Footer social media links --- #
#####################################
Expand All @@ -50,8 +49,8 @@ round-avatar: true
# You can change the order that they show up on the page by changing the order here.
# Uncomment the links you want to show and add your information to each one.
social-network-links:
email: "[email protected]"
rss: true # remove this line if you don't want to show an RSS link at the bottom
email: '[email protected]'
rss: true # remove this line if you don't want to show an RSS link at the bottom
github: ccogan-lh
# medium: yourname
# reddit: yourname
Expand All @@ -71,7 +70,7 @@ social-network-links:
# bluesky: yourname
# ORCID: your ORCID ID
# google-scholar: your google scholar
# discord: "invite_code" or "users/userid" or "invite/invite_code"
# discord: "invite_code" or "users/userid" or "invite/invite_code"
# kaggle: yourname
# hackerrank: yourname
# gitlab: yourname
Expand Down Expand Up @@ -124,17 +123,17 @@ navbar-var-length: false

# Personalize the colours in your website. Colour values can be any valid CSS colour

navbar-col: "#EAEAEA"
navbar-text-col: "#404040"
navbar-border-col: "#DDDDDD"
page-col: "#FFFFFF"
text-col: "#404040"
link-col: "#008AFF"
hover-col: "#0085A1"
footer-col: "#EAEAEA"
footer-text-col: "#777777"
footer-link-col: "#404040"
footer-hover-col: "#0085A1"
navbar-col: '#EAEAEA'
navbar-text-col: '#404040'
navbar-border-col: '#DDDDDD'
page-col: '#FFFFFF'
text-col: '#404040'
link-col: '#008AFF'
hover-col: '#0085A1'
footer-col: '#EAEAEA'
footer-text-col: '#777777'
footer-link-col: '#404040'
footer-hover-col: '#0085A1'

# Alternatively, the navbar, footer, and page background can be set to an image
# instead of colour
Expand Down Expand Up @@ -204,23 +203,23 @@ footer-hover-col: "#0085A1"
# label: blog-comments # Label that will be assigned to GitHub Issues created by Utterances

# To use Staticman comments, uncomment the following section. You may leave the reCaptcha
# section commented if you aren't using reCaptcha for spam protection.
# Using Staticman requires advanced knowledge, please consult
# https://github.com/eduardoboucas/staticman/ and https://staticman.net/ for further
# instructions. For any support with staticman please direct questions to staticman and
# section commented if you aren't using reCaptcha for spam protection.
# Using Staticman requires advanced knowledge, please consult
# https://github.com/eduardoboucas/staticman/ and https://staticman.net/ for further
# instructions. For any support with staticman please direct questions to staticman and
# not to BeautifulJekyll.
#staticman:
# repository : # GitHub username/repository eg. "daattali/beautiful-jekyll"
# branch : master # If you're not using `master` branch, then you also need to update the `branch` parameter in `staticman.yml`
# endpoint : # URL of your deployment, with a trailing slash eg. "https://<your-api>/v3/entry/github/"
# reCaptcha: # (optional, set these parameters in `staticman.yml` as well)
# reCaptcha: # (optional, set these parameters in `staticman.yml` as well)
# siteKey : # You need to apply for a site key on Google
# secret : # Encrypt your password by going to https://<your-own-api>/v3/encrypt/<your-site-secret>

# To use giscus comments:
# (0) Uncomment the following giscus section, (1) Enable Discussions in your GitHub repository,
# (0) Uncomment the following giscus section, (1) Enable Discussions in your GitHub repository,
# (2) Install the giscus app in your repository (details at https://giscus.app),
# (3) Fill in *all* the parameters below
# (3) Fill in *all* the parameters below
# See more details about giscus and each of the following parameters at https://giscus.app
#giscus:
# hostname: giscus.app # Replace with your giscus instance's hostname if self-hosting
Expand All @@ -238,7 +237,7 @@ footer-hover-col: "#0085A1"
################

# Ruby Date Format to show dates of posts
date_format: "%B %-d, %Y"
date_format: '%B %-d, %Y'

# Facebook App ID
#fb_app_id: ""
Expand All @@ -248,7 +247,7 @@ date_format: "%B %-d, %Y"
#################################################################################

# Output options (more information on Jekyll's site)
timezone: "America/Toronto"
timezone: 'America/Toronto'
markdown: kramdown
highlighter: rouge
permalink: /:year-:month-:day-:title/
Expand All @@ -259,19 +258,17 @@ kramdown:

# Default YAML values (more information on Jekyll's site)
defaults:
-
scope:
path: ""
type: "posts"
- scope:
path: ''
type: 'posts'
values:
layout: "post"
comments: true # add comments to all blog posts
layout: 'post'
comments: true # add comments to all blog posts
social-share: true # add social media sharing buttons to all blog posts
-
scope:
path: "" # any file that's not a post will be a "page" layout by default
- scope:
path: '' # any file that's not a post will be a "page" layout by default
values:
layout: "page"
layout: 'page'

# Exclude these files from production site
exclude:
Expand All @@ -287,7 +284,6 @@ exclude:
plugins:
- jekyll-paginate
- jekyll-sitemap

# Beautiful Jekyll / Dean Attali
# 2fc73a3a967e97599c9763d05e564189

16 changes: 0 additions & 16 deletions aboutme.md

This file was deleted.

2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
layout: home
title: My website
subtitle: This is where I will tell my friends way too much about me
subtitle: This is where I add tabs about the people I live with and break down if they smell or not
---
16 changes: 16 additions & 0 deletions jamie.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
layout: page
title: Does Jamie Smell?
subtitle: A deep dive into the smelliness of Jamie
---

Assertion: Jamie smells

- She has socks
- She eats worms

What else is there?

### Final Answer: Does she smell or not?

She smells

0 comments on commit ea2023f

Please sign in to comment.