Skip to content

Commit a819982

Browse files
committed
Fixing branch issues
2 parents 34c134c + b9033d4 commit a819982

File tree

12 files changed

+674
-0
lines changed

12 files changed

+674
-0
lines changed

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
_site
2+
.sass-cache
3+
.jekyll-cache
4+
.jekyll-metadata
5+
vendor
6+
Gemfile.lock
7+
.DS_Store

404.html

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
permalink: /404.html
3+
layout: default
4+
---
5+
6+
<style type="text/css" media="screen">
7+
.container {
8+
margin: 10px auto;
9+
max-width: 600px;
10+
text-align: center;
11+
}
12+
h1 {
13+
margin: 30px 0;
14+
font-size: 4em;
15+
line-height: 1;
16+
letter-spacing: -1px;
17+
}
18+
</style>
19+
20+
<div class="container">
21+
<h1>404</h1>
22+
23+
<p><strong>Page not found :(</strong></p>
24+
<p><img src="assets/img/exploits_of_a_mom.png" alt="XKCD 327: Little Bobby Tables">
25+
<p>Credit: <a href="https://m.xkcd.com/327/">xkcd 327 Exploits of a Mom</a></p>
26+
</div>

Gemfile

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
source "https://rubygems.org"
2+
# Hello! This is where you manage which Jekyll version is used to run.
3+
# When you want to use a different version, change it below, save the
4+
# file and run `bundle install`. Run Jekyll with `bundle exec`, like so:
5+
#
6+
# bundle exec jekyll serve
7+
#
8+
# This will help ensure the proper Jekyll version is running.
9+
# Happy Jekylling!
10+
#gem "jekyll", "~> 4.4.1"
11+
# This is the default theme for new Jekyll sites. You may change this to anything you like.
12+
#gem "minima", "~> 2.5"
13+
gem "minimal"
14+
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
15+
# uncomment the line below. To upgrade, run `bundle update github-pages`.
16+
gem "github-pages", group: :jekyll_plugins
17+
# If you have any plugins, put them here!
18+
group :jekyll_plugins do
19+
gem "jekyll-feed", "~> 0.12"
20+
end
21+
22+
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
23+
# and associated library.
24+
platforms :mingw, :x64_mingw, :mswin, :jruby do
25+
gem "tzinfo", ">= 1", "< 3"
26+
gem "tzinfo-data"
27+
end
28+
29+
# Performance-booster for watching directories on Windows
30+
gem "wdm", "~> 0.1", :platforms => [:mingw, :x64_mingw, :mswin]
31+
32+
# Lock `http_parser.rb` gem to `v0.6.x` on JRuby builds since newer versions of the gem
33+
# do not have a Java counterpart.
34+
gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby]

LICENSE

Lines changed: 403 additions & 0 deletions
Large diffs are not rendered by default.

_config.yml

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
# Welcome to Jekyll!
2+
#
3+
# This config file is meant for settings that affect your whole blog, values
4+
# which you are expected to set up once and rarely edit after that. If you find
5+
# yourself editing this file very often, consider using Jekyll's data files
6+
# feature for the data you need to update frequently.
7+
#
8+
# For technical reasons, this file is *NOT* reloaded automatically when you use
9+
# 'bundle exec jekyll serve'. If you change this file, please restart the server process.
10+
#
11+
# If you need help with YAML syntax, here are some quick references for you:
12+
# https://learn-the-web.algonquindesign.ca/topics/markdown-yaml-cheat-sheet/#yaml
13+
# https://learnxinyminutes.com/docs/yaml/
14+
#
15+
# Site settings
16+
# These are used to personalize your new site. If you look in the HTML files,
17+
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
18+
# You can create any custom variable you would like, and they will be accessible
19+
# in the templates via {{ site.myvariable }}.
20+
21+
title: Consulting
22+
23+
description: >- # this means to ignore newlines until "baseurl:"
24+
Leverage Dawn Foster's decades of experience working in open source to help companies
25+
make the most out of their engagements in open source
26+
logo: /assets/img/dawn.jpg
27+
domain: fastwonder.github.io
28+
baseurl: /
29+
url: https://fastwonder.github.io
30+
twitter_username: jekyllrb
31+
github_username: jekyll
32+
33+
# Build settings
34+
#theme: minima
35+
theme: jekyll-theme-minimal
36+
plugins:
37+
- jekyll-feed
38+
39+
# Exclude from processing.
40+
# The following items will not be processed, by default.
41+
# Any item listed under the `exclude:` key here will be automatically added to
42+
# the internal "default list".
43+
#
44+
# Excluded items can be processed by explicitly listing the directories or
45+
# their entries' file path in the `include:` list.
46+
#
47+
# exclude:
48+
# - .sass-cache/
49+
# - .jekyll-cache/
50+
# - gemfiles/
51+
# - Gemfile
52+
# - Gemfile.lock
53+
# - node_modules/
54+
# - vendor/bundle/
55+
# - vendor/cache/
56+
# - vendor/gems/
57+
# - vendor/ruby/

_includes/head-custom.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<!-- start custom head snippets, customize with your own _includes/head-custom.html file -->
2+
3+
<!-- Setup Google Analytics -->
4+
<!-- {% include head-custom-google-analytics.html %} -->
5+
6+
<!-- You can set your favicon here -->
7+
<link rel="shortcut icon" type="image/x-icon" href="{{ '/favicon.ico' | relative_url }}">
8+
9+
<!-- end custom head snippets -->

_layouts/default.html

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
<!DOCTYPE html>
2+
<html lang="{{ site.lang | default: "en-US" }}">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6+
<meta name="viewport" content="width=device-width, initial-scale=1">
7+
8+
{% seo %}
9+
<link rel="stylesheet" href="{{ "/assets/css/style.css?v=" | append: site.github.build_revision | relative_url }}">
10+
<!--[if lt IE 9]>
11+
<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.min.js"></script>
12+
<![endif]-->
13+
{% include head-custom.html %}
14+
</head>
15+
<body>
16+
<div class="wrapper">
17+
<header>
18+
<h1><a href="{{ "/" | absolute_url }}">{{ site.title | default: site.github.repository_name }}</a></h1>
19+
20+
{% if site.logo %}
21+
<img src="{{site.logo | relative_url}}" alt="Logo" />
22+
{% endif %}
23+
24+
<p>{{ site.description | default: site.github.project_tagline }}</p>
25+
26+
<!--
27+
{% if site.github.is_project_page %}
28+
<p class="view"><a href="{{ site.github.repository_url }}">View the Project on GitHub <small>{{ site.github.repository_nwo }}</small></a></p>
29+
{% endif %}
30+
31+
{% if site.github.is_user_page %}
32+
<p class="view"><a href="{{ site.github.owner_url }}">View My GitHub Profile</a></p>
33+
{% endif %}
34+
35+
{% if site.show_downloads %}
36+
<ul class="downloads">
37+
<li><a href="{{ site.github.zip_url }}">Download <strong>ZIP File</strong></a></li>
38+
<li><a href="{{ site.github.tar_url }}">Download <strong>TAR Ball</strong></a></li>
39+
<li><a href="{{ site.github.repository_url }}">View On <strong>GitHub</strong></a></li>
40+
</ul>
41+
{% endif %}
42+
-->
43+
<p><a href="https://fastwonderblog.com/">Learn by visiting Dawn's Blog</a></p>
44+
</header>
45+
<section>
46+
47+
{{ content }}
48+
49+
</section>
50+
<footer>
51+
<p>© Copyright Dawn Foster</p>
52+
<!-- {% if site.github.is_project_page %}
53+
<p>This project is maintained by <a href="{{ site.github.owner_url }}">{{ site.github.owner_name }}</a></p>
54+
{% endif %}
55+
<p><small>Hosted on GitHub Pages &mdash; Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
56+
-->
57+
</footer>
58+
</div>
59+
<script src="{{ "/assets/js/scale.fix.js" | relative_url }}"></script>
60+
</body>
61+
</html>

assets/img/dawn.jpg

3.07 MB
Loading

assets/img/dawn.png

2.01 MB
Loading

assets/img/exploits_of_a_mom.png

31.2 KB
Loading

0 commit comments

Comments
 (0)