Skip to content

Commit d00f285

Browse files
committed
page sdv and change picture in Synthesize section
1 parent ee3f59c commit d00f285

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

84 files changed

+40337
-0
lines changed

.gitignore

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
_site
2+
.sass-cache
3+
.jekyll-metadata
4+
.bundle
5+
vendor
6+
assets/.DS_Store
7+
.DS_Store
8+
fonts/.DS_Store
9+
__pycache__
10+
node_modules
11+
/nbproject/private/
12+
/nbproject

.travis.yml

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
branches:
2+
only:
3+
- master
4+
5+
language: ruby
6+
7+
rvm:
8+
- 2.7.1
9+
10+
before_script:
11+
- chmod +x ./scripts/cibuild
12+
13+
script: ./scripts/cibuild
14+
15+
git:
16+
depth: false
17+
18+
deploy:
19+
provider: pages
20+
skip-cleanup: true
21+
github-token: $OAUTH_TOKEN
22+
keep-history: true
23+
verbose: true
24+
target-branch: master
25+
on:
26+
branch: master
27+
condition: $TRAVIS_EVENT_TYPE = "cron"

404.html

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
layout: default
3+
---
4+
5+
<!-- <style type="text/css" media="screen">
6+
.container {
7+
margin: 10px auto;
8+
max-width: 600px;
9+
text-align: center;
10+
}
11+
h1 {
12+
margin: 30px 0;
13+
font-size: 4em;
14+
line-height: 1;
15+
letter-spacing: -1px;
16+
}
17+
</style> -->
18+
19+
<div class="section">
20+
<div class="container">
21+
<h1 class="small-title medium-margin">404</h1>
22+
<h2 class="small-margin">Page not found :(</h2>
23+
<p>ProTip: Make sure you don't have a trailing slash in the URL</p>
24+
</div>
25+
</div>

Gemfile

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
source "https://rubygems.org"
2+
3+
# Hello! This is where you manage which Jekyll version is used to run.
4+
# When you want to use a different version, change it below, save the
5+
# file and run `bundle install`. Run Jekyll with `bundle exec`, like so:
6+
#
7+
# bundle exec jekyll serve
8+
#
9+
# This will help ensure the proper Jekyll version is running.
10+
# Happy Jekylling!
11+
gem "jekyll", "~> 3.8.4"
12+
13+
gem "html-proofer"
14+
15+
# This is the default theme for new Jekyll sites. You may change this to anything you like.
16+
gem "minima", "~> 2.0"
17+
18+
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
19+
# uncomment the line below. To upgrade, run `bundle update github-pages`.
20+
# gem "github-pages", group: :jekyll_plugins
21+
22+
# If you have any plugins, put them here!
23+
group :jekyll_plugins do
24+
gem "jekyll-feed", "~> 0.6"
25+
end
26+
27+
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
28+
gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby]
29+
30+
# Performance-booster for watching directories on Windows
31+
gem "wdm", "~> 0.1.0" if Gem.win_platform?
32+

Gemfile.lock

+99
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,99 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
addressable (2.7.0)
5+
public_suffix (>= 2.0.2, < 5.0)
6+
colorator (1.1.0)
7+
concurrent-ruby (1.1.7)
8+
em-websocket (0.5.1)
9+
eventmachine (>= 0.12.9)
10+
http_parser.rb (~> 0.6.0)
11+
ethon (0.12.0)
12+
ffi (>= 1.3.0)
13+
eventmachine (1.2.7-x64-mingw32)
14+
ffi (1.13.1-x64-mingw32)
15+
forwardable-extended (2.6.0)
16+
html-proofer (3.15.3)
17+
addressable (~> 2.3)
18+
mercenary (~> 0.3)
19+
nokogumbo (~> 2.0)
20+
parallel (~> 1.3)
21+
rainbow (~> 3.0)
22+
typhoeus (~> 1.3)
23+
yell (~> 2.0)
24+
http_parser.rb (0.6.0)
25+
i18n (0.9.5)
26+
concurrent-ruby (~> 1.0)
27+
jekyll (3.8.7)
28+
addressable (~> 2.4)
29+
colorator (~> 1.0)
30+
em-websocket (~> 0.5)
31+
i18n (~> 0.7)
32+
jekyll-sass-converter (~> 1.0)
33+
jekyll-watch (~> 2.0)
34+
kramdown (~> 1.14)
35+
liquid (~> 4.0)
36+
mercenary (~> 0.3.3)
37+
pathutil (~> 0.9)
38+
rouge (>= 1.7, < 4)
39+
safe_yaml (~> 1.0)
40+
jekyll-feed (0.15.0)
41+
jekyll (>= 3.7, < 5.0)
42+
jekyll-sass-converter (1.5.2)
43+
sass (~> 3.4)
44+
jekyll-seo-tag (2.6.1)
45+
jekyll (>= 3.3, < 5.0)
46+
jekyll-watch (2.2.1)
47+
listen (~> 3.0)
48+
kramdown (1.17.0)
49+
liquid (4.0.3)
50+
listen (3.2.1)
51+
rb-fsevent (~> 0.10, >= 0.10.3)
52+
rb-inotify (~> 0.9, >= 0.9.10)
53+
mercenary (0.3.6)
54+
mini_portile2 (2.4.0)
55+
minima (2.5.1)
56+
jekyll (>= 3.5, < 5.0)
57+
jekyll-feed (~> 0.9)
58+
jekyll-seo-tag (~> 2.1)
59+
nokogiri (1.10.10-x64-mingw32)
60+
mini_portile2 (~> 2.4.0)
61+
nokogumbo (2.0.2)
62+
nokogiri (~> 1.8, >= 1.8.4)
63+
parallel (1.19.2)
64+
pathutil (0.16.2)
65+
forwardable-extended (~> 2.6)
66+
public_suffix (4.0.5)
67+
rainbow (3.0.0)
68+
rb-fsevent (0.10.4)
69+
rb-inotify (0.10.1)
70+
ffi (~> 1.0)
71+
rouge (3.22.0)
72+
safe_yaml (1.0.5)
73+
sass (3.7.4)
74+
sass-listen (~> 4.0.0)
75+
sass-listen (4.0.0)
76+
rb-fsevent (~> 0.9, >= 0.9.4)
77+
rb-inotify (~> 0.9, >= 0.9.7)
78+
typhoeus (1.4.0)
79+
ethon (>= 0.9.0)
80+
tzinfo (2.0.2)
81+
concurrent-ruby (~> 1.0)
82+
tzinfo-data (1.2020.1)
83+
tzinfo (>= 1.0.0)
84+
wdm (0.1.1)
85+
yell (2.2.2)
86+
87+
PLATFORMS
88+
x64-mingw32
89+
90+
DEPENDENCIES
91+
html-proofer
92+
jekyll (~> 3.8.4)
93+
jekyll-feed (~> 0.6)
94+
minima (~> 2.0)
95+
tzinfo-data
96+
wdm (~> 0.1.0)
97+
98+
BUNDLED WITH
99+
2.1.4

_config.yml

+44
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
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+
# Site settings
12+
# These are used to personalize your new site. If you look in the HTML files,
13+
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
14+
# You can create any custom variable you would like, and they will be accessible
15+
# in the templates via {{ site.myvariable }}.
16+
title: Your awesome title
17+
18+
description: >- # this means to ignore newlines until "baseurl:"
19+
Write an awesome description for your new site here. You can edit this
20+
line in _config.yml. It will appear in your document head meta (for
21+
Google search results) and in your feed.xml site description.
22+
baseurl: "" # the subpath of your site, e.g. /blog
23+
url: "" # the base hostname & protocol for your site, e.g. http://example.com
24+
twitter_username: jekyllrb
25+
github_username: jekyll
26+
27+
# Build settings
28+
markdown: kramdown
29+
theme: minima
30+
plugins:
31+
- jekyll-feed
32+
#- jekyll-archives
33+
34+
# Exclude from processing.
35+
# The following items will not be processed, by default. Create a custom list
36+
# to override the default setting.
37+
# exclude:
38+
# - Gemfile
39+
# - Gemfile.lock
40+
# - node_modules
41+
# - vendor/bundle/
42+
# - vendor/cache/
43+
# - vendor/gems/
44+
# - vendor/ruby/

_includes/ga.html

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<!-- Global site tag (gtag.js) - Google Analytics -->
2+
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-30775-124"></script>
3+
<script>
4+
window.dataLayer = window.dataLayer || [];
5+
function gtag(){dataLayer.push(arguments);}
6+
gtag('js', new Date());
7+
8+
// gtag('config', 'UA-30775-124');
9+
</script>

0 commit comments

Comments
 (0)