-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
74 changed files
with
2,007 additions
and
45 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 |
---|---|---|
|
@@ -7,50 +7,130 @@ | |
# | ||
# For technical reasons, this file is *NOT* reloaded automatically when you use | ||
# 'bundle exec jekyll serve'. If you change this file, please restart the server process. | ||
# | ||
# If you need help with YAML syntax, here are some quick references for you: | ||
# https://learn-the-web.algonquindesign.ca/topics/markdown-yaml-cheat-sheet/#yaml | ||
# https://learnxinyminutes.com/docs/yaml/ | ||
# | ||
|
||
# Site settings | ||
# These are used to personalize your new site. If you look in the HTML files, | ||
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on. | ||
# You can create any custom variable you would like, and they will be accessible | ||
# in the templates via {{ site.myvariable }}. | ||
theme: jekyll-theme-so-simple | ||
# remote_theme: mmistakes/so-simple-theme | ||
skin: "/assets/css/skins/default.css" | ||
locale: en-US | ||
title: "So Simple Development Site" | ||
description: "A simple Jekyll theme for words and pictures." | ||
baseurl: "/example" # the subpath of your site, e.g. "/blog" | ||
url: # the base hostname & protocol for your site e.g. "https://mmistakes.github.io" | ||
logo: "/images/so-simple-site-logo.png" # path of site logo, e.g. "/assets/images/logo.png" | ||
date_format: "%B %-d, %Y" | ||
read_time: true | ||
words_per_minute: 200 | ||
mathjax: | ||
enable: true | ||
# combo: "tex-mml-chtml" | ||
# tags: "none" | ||
google_fonts: | ||
- name: "Source Sans Pro" | ||
weights: "400,400i,700,700i" | ||
- name: "Lora" | ||
weights: "400,400i,700,700i" | ||
google_analytics: # Google Analytics id, e.g. "UA-NNNNNNNN-N" | ||
disqus: | ||
shortname: # Disqus shortname, e.g. "my_disqus_shortname" | ||
twitter: | ||
username: mmistakes # site's Twitter username | ||
|
||
title: Miro0o Son | ||
email: [email protected] | ||
description: >- # this means to ignore newlines until "baseurl:" | ||
Hi there! This is miro. | ||
baseurl: "" # the subpath of your site, e.g. /blog | ||
url: "http://miro0o.github.io" # the base hostname & protocol for your site, e.g. http://example.com | ||
twitter_username: mir0sun | ||
github_username: Miro0o | ||
# Liquid | ||
liquid: | ||
error_mode: strict | ||
|
||
# Build settings | ||
# theme: minima | ||
# theme: jekyll-theme-so-simple | ||
remote_theme: "mmistakes/[email protected]" | ||
plugins: | ||
- jekyll-feed | ||
- | ||
markdown: kramdown | ||
feed: | ||
path: atom.xml | ||
|
||
# Pagination - https://jekyllrb.com/docs/pagination/ | ||
paginate: 10 | ||
paginate_path: /page:num/ | ||
|
||
# Search | ||
search_full_content: false | ||
|
||
# Taxonomy pages | ||
category_archive_path: "/categories/#" | ||
tag_archive_path: "/tags/#" | ||
|
||
# Exclude from processing. | ||
# The following items will not be processed, by default. | ||
# Any item listed under the `exclude:` key here will be automatically added to | ||
# the internal "default list". | ||
# | ||
# Excluded items can be processed by explicitly listing the directories or | ||
# their entries' file path in the `include:` list. | ||
# | ||
# The following items will not be processed, by default. Create a custom list | ||
# to override the default setting. | ||
# exclude: | ||
# - .sass-cache/ | ||
# - .jekyll-cache/ | ||
# - gemfiles/ | ||
# - Gemfile | ||
# - Gemfile.lock | ||
# - node_modules/ | ||
# - node_modules | ||
# - vendor/bundle/ | ||
# - vendor/cache/ | ||
# - vendor/gems/ | ||
# - vendor/ruby/ | ||
|
||
plugins: | ||
- jekyll-seo-tag | ||
- jekyll-sitemap | ||
- jekyll-feed | ||
- jekyll-paginate | ||
|
||
# Collections | ||
collections: | ||
recipes: | ||
output: true | ||
permalink: /:collection/:path/ | ||
|
||
# Front Matter Defaults | ||
defaults: | ||
# Post defaults | ||
- scope: | ||
path: "_posts" | ||
type: posts | ||
values: | ||
layout: post | ||
comments: true | ||
share: true | ||
# Recipe defaults | ||
- scope: | ||
path: "_recipes" | ||
type: recipes | ||
values: | ||
layout: post | ||
comments: true | ||
share: true | ||
|
||
# Site Author | ||
author: | ||
name: Michael Rose | ||
picture: /images/michael-rose-photo.jpg | ||
email: | ||
twitter: mmistakes | ||
links: | ||
- title: Twitter | ||
url: https://twitter.com/mmistakes | ||
icon: fab fa-twitter-square | ||
- title: Instagram | ||
url: https://instagram.com/mmistakes | ||
icon: fab fa-instagram | ||
- title: GitHub | ||
url: https://github.com/mmistakes | ||
icon: fab fa-github-square | ||
|
||
# Footer Links | ||
footer_links: | ||
- title: Twitter | ||
url: https://twitter.com/mmistakes | ||
icon: fab fa-twitter-square | ||
- title: Instagram | ||
url: https://instagram.com/mmistakes | ||
icon: fab fa-instagram | ||
- title: GitHub | ||
url: https://github.com/mmistakes | ||
icon: fab fa-github-square | ||
- title: Feed | ||
url: atom.xml | ||
icon: fas fa-rss-square |
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,56 @@ | ||
# Welcome to Jekyll! | ||
# | ||
# This config file is meant for settings that affect your whole blog, values | ||
# which you are expected to set up once and rarely edit after that. If you find | ||
# yourself editing this file very often, consider using Jekyll's data files | ||
# feature for the data you need to update frequently. | ||
# | ||
# For technical reasons, this file is *NOT* reloaded automatically when you use | ||
# 'bundle exec jekyll serve'. If you change this file, please restart the server process. | ||
# | ||
# If you need help with YAML syntax, here are some quick references for you: | ||
# https://learn-the-web.algonquindesign.ca/topics/markdown-yaml-cheat-sheet/#yaml | ||
# https://learnxinyminutes.com/docs/yaml/ | ||
# | ||
# Site settings | ||
# These are used to personalize your new site. If you look in the HTML files, | ||
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on. | ||
# You can create any custom variable you would like, and they will be accessible | ||
# in the templates via {{ site.myvariable }}. | ||
|
||
title: Miro0o Son | ||
email: [email protected] | ||
description: >- # this means to ignore newlines until "baseurl:" | ||
Hi there! This is miro. | ||
baseurl: "" # the subpath of your site, e.g. /blog | ||
url: "http://miro0o.github.io" # the base hostname & protocol for your site, e.g. http://example.com | ||
twitter_username: mir0sun | ||
github_username: Miro0o | ||
|
||
# Build settings | ||
# theme: minima | ||
# theme: jekyll-theme-so-simple | ||
remote_theme: "mmistakes/[email protected]" | ||
plugins: | ||
- jekyll-feed | ||
- | ||
|
||
# Exclude from processing. | ||
# The following items will not be processed, by default. | ||
# Any item listed under the `exclude:` key here will be automatically added to | ||
# the internal "default list". | ||
# | ||
# Excluded items can be processed by explicitly listing the directories or | ||
# their entries' file path in the `include:` list. | ||
# | ||
# exclude: | ||
# - .sass-cache/ | ||
# - .jekyll-cache/ | ||
# - gemfiles/ | ||
# - Gemfile | ||
# - Gemfile.lock | ||
# - node_modules/ | ||
# - vendor/bundle/ | ||
# - vendor/cache/ | ||
# - vendor/gems/ | ||
# - vendor/ruby/ |
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 |
---|---|---|
@@ -1,16 +1,12 @@ | ||
# Sample site navigation bar links | ||
# Site navigation links | ||
|
||
- title: Home | ||
url: / | ||
# - title: Posts | ||
# url: /posts/ | ||
# - title: Categories | ||
# url: /categories/ | ||
# - title: Tags | ||
# url: /tags/ | ||
# - title: Recipes | ||
# url: /recipes/ | ||
# - title: Search | ||
# url: /search/ | ||
# - title: External Page | ||
# url: https://the-page.com/you-want-to-link-to.html | ||
- title: Posts | ||
url: /posts/ | ||
- title: Categories | ||
url: /categories/ | ||
- title: Tags | ||
url: /tags/ | ||
- title: Recipes | ||
url: /recipes/ | ||
- title: Search | ||
url: /search/ |
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,58 @@ | ||
--- | ||
title: "Edge Case: Nested and Mixed Lists" | ||
categories: | ||
- Edge Case | ||
tags: | ||
- content | ||
- css | ||
- edge case | ||
- lists | ||
- markup | ||
last_modified_at: 2017-03-09T14:25:52-05:00 | ||
--- | ||
|
||
Nested and mixed lists are an interesting beast. It's a corner case to make sure that lists within lists do not break the ordered list numbering order and list styles go deep enough. | ||
|
||
## Ordered -- Unordered -- Ordered | ||
|
||
1. ordered item | ||
2. ordered item | ||
* **unordered** | ||
* **unordered** | ||
1. ordered item | ||
2. ordered item | ||
3. ordered item | ||
4. ordered item | ||
|
||
## Ordered -- Unordered -- Unordered | ||
|
||
1. ordered item | ||
2. ordered item | ||
* **unordered** | ||
* **unordered** | ||
* unordered item | ||
* unordered item | ||
3. ordered item | ||
4. ordered item | ||
|
||
## Unordered -- Ordered -- Unordered | ||
|
||
* unordered item | ||
* unordered item | ||
1. ordered | ||
2. ordered | ||
* unordered item | ||
* unordered item | ||
* unordered item | ||
* unordered item | ||
|
||
## Unordered -- Unordered -- Ordered | ||
|
||
* unordered item | ||
* unordered item | ||
* unordered | ||
* unordered | ||
1. **ordered item** | ||
2. **ordered item** | ||
* unordered item | ||
* unordered item |
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,49 @@ | ||
--- | ||
title: "Edge Case: Many Tags" | ||
categories: | ||
- Edge Case | ||
tags: | ||
- 8BIT | ||
- alignment | ||
- Articles | ||
- captions | ||
- categories | ||
- chat | ||
- comments | ||
- content | ||
- css | ||
- dowork | ||
- edge case | ||
- embeds | ||
- excerpt | ||
- Fail | ||
- featured image | ||
- FTW | ||
- Fun | ||
- gallery | ||
- html | ||
- image | ||
- Jekyll | ||
- layout | ||
- link | ||
- Love | ||
- markup | ||
- Mothership | ||
- Must Read | ||
- Nailed It | ||
- Pictures | ||
- Post Formats | ||
- quote | ||
- standard | ||
- Success | ||
- Swagger | ||
- Tags | ||
- template | ||
- title | ||
- Unseen | ||
- video | ||
- YouTube | ||
--- | ||
|
||
This post has many tags. |
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 @@ | ||
--- | ||
title: "Edge Case: Many Categories" | ||
categories: | ||
- aciform | ||
- antiquarianism | ||
- arrangement | ||
- asmodeus | ||
- broder | ||
- buying | ||
- championship | ||
- chastening | ||
- disinclination | ||
- disinfection | ||
tags: | ||
- categories | ||
- edge case | ||
--- | ||
|
||
This post has many categories. |
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,11 @@ | ||
--- | ||
title: "Edge Case: No Body Content" | ||
excerpt: "This post has no body content and should be blank on the post's page." | ||
categories: | ||
- Edge Case | ||
tags: | ||
- content | ||
- edge case | ||
- layout | ||
last_modified_at: 2017-03-09T14:23:48-05:00 | ||
--- |
Oops, something went wrong.