Skip to content

Commit 47babc7

Browse files
committed
Ininial move to Jekyll
1 parent b3e5421 commit 47babc7

14 files changed

+575
-725
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
_site
2+
.sass-cache
3+
.jekyll-metadata

Gemfile

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
source "https://rubygems.org"
2+
ruby RUBY_VERSION
3+
4+
# Hello! This is where you manage which Jekyll version is used to run.
5+
# When you want to use a different version, change it below, save the
6+
# file and run `bundle install`. Run Jekyll with `bundle exec`, like so:
7+
#
8+
# bundle exec jekyll serve
9+
#
10+
# This will help ensure the proper Jekyll version is running.
11+
# Happy Jekylling!
12+
# gem "jekyll", "3.2.1"
13+
14+
# This is the default theme for new Jekyll sites. You may change this to anything you like.
15+
# gem "minima"
16+
17+
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
18+
# uncomment the line below. To upgrade, run `bundle update github-pages`.
19+
gem "github-pages", group: :jekyll_plugins
20+
21+
# If you have any plugins, put them here!
22+
# group :jekyll_plugins do
23+
# gem "jekyll-github-metadata", "~> 1.0"
24+
# end

Gemfile.lock

+143
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,143 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
activesupport (4.2.7)
5+
i18n (~> 0.7)
6+
json (~> 1.7, >= 1.7.7)
7+
minitest (~> 5.1)
8+
thread_safe (~> 0.3, >= 0.3.4)
9+
tzinfo (~> 1.1)
10+
addressable (2.4.0)
11+
coffee-script (2.4.1)
12+
coffee-script-source
13+
execjs
14+
coffee-script-source (1.10.0)
15+
colorator (1.1.0)
16+
ethon (0.9.1)
17+
ffi (>= 1.3.0)
18+
execjs (2.7.0)
19+
faraday (0.9.2)
20+
multipart-post (>= 1.2, < 3)
21+
ffi (1.9.14)
22+
forwardable-extended (2.6.0)
23+
gemoji (2.1.0)
24+
github-pages (98)
25+
activesupport (= 4.2.7)
26+
github-pages-health-check (= 1.2.0)
27+
jekyll (= 3.2.1)
28+
jekyll-coffeescript (= 1.0.1)
29+
jekyll-feed (= 0.5.1)
30+
jekyll-gist (= 1.4.0)
31+
jekyll-github-metadata (= 2.1.1)
32+
jekyll-mentions (= 1.2.0)
33+
jekyll-paginate (= 1.1.0)
34+
jekyll-redirect-from (= 0.11.0)
35+
jekyll-sass-converter (= 1.3.0)
36+
jekyll-seo-tag (= 2.0.0)
37+
jekyll-sitemap (= 0.10.0)
38+
jekyll-swiss (= 0.4.0)
39+
jemoji (= 0.7.0)
40+
kramdown (= 1.11.1)
41+
liquid (= 3.0.6)
42+
listen (= 3.0.6)
43+
mercenary (~> 0.3)
44+
minima (= 1.2.0)
45+
rouge (= 1.11.1)
46+
terminal-table (~> 1.4)
47+
github-pages-health-check (1.2.0)
48+
addressable (~> 2.3)
49+
net-dns (~> 0.8)
50+
octokit (~> 4.0)
51+
public_suffix (~> 1.4)
52+
typhoeus (~> 0.7)
53+
html-pipeline (2.4.2)
54+
activesupport (>= 2)
55+
nokogiri (>= 1.4)
56+
i18n (0.7.0)
57+
jekyll (3.2.1)
58+
colorator (~> 1.0)
59+
jekyll-sass-converter (~> 1.0)
60+
jekyll-watch (~> 1.1)
61+
kramdown (~> 1.3)
62+
liquid (~> 3.0)
63+
mercenary (~> 0.3.3)
64+
pathutil (~> 0.9)
65+
rouge (~> 1.7)
66+
safe_yaml (~> 1.0)
67+
jekyll-coffeescript (1.0.1)
68+
coffee-script (~> 2.2)
69+
jekyll-feed (0.5.1)
70+
jekyll-gist (1.4.0)
71+
octokit (~> 4.2)
72+
jekyll-github-metadata (2.1.1)
73+
jekyll (~> 3.1)
74+
octokit (~> 4.0)
75+
jekyll-mentions (1.2.0)
76+
activesupport (~> 4.0)
77+
html-pipeline (~> 2.3)
78+
jekyll (~> 3.0)
79+
jekyll-paginate (1.1.0)
80+
jekyll-redirect-from (0.11.0)
81+
jekyll (>= 2.0)
82+
jekyll-sass-converter (1.3.0)
83+
sass (~> 3.2)
84+
jekyll-seo-tag (2.0.0)
85+
jekyll (~> 3.1)
86+
jekyll-sitemap (0.10.0)
87+
jekyll-swiss (0.4.0)
88+
jekyll-watch (1.5.0)
89+
listen (~> 3.0, < 3.1)
90+
jemoji (0.7.0)
91+
activesupport (~> 4.0)
92+
gemoji (~> 2.0)
93+
html-pipeline (~> 2.2)
94+
jekyll (>= 3.0)
95+
json (1.8.3)
96+
kramdown (1.11.1)
97+
liquid (3.0.6)
98+
listen (3.0.6)
99+
rb-fsevent (>= 0.9.3)
100+
rb-inotify (>= 0.9.7)
101+
mercenary (0.3.6)
102+
mini_portile2 (2.1.0)
103+
minima (1.2.0)
104+
minitest (5.9.1)
105+
multipart-post (2.0.0)
106+
net-dns (0.8.0)
107+
nokogiri (1.6.8.1)
108+
mini_portile2 (~> 2.1.0)
109+
octokit (4.3.0)
110+
sawyer (~> 0.7.0, >= 0.5.3)
111+
pathutil (0.14.0)
112+
forwardable-extended (~> 2.6)
113+
public_suffix (1.5.3)
114+
rb-fsevent (0.9.7)
115+
rb-inotify (0.9.7)
116+
ffi (>= 0.5.0)
117+
rouge (1.11.1)
118+
safe_yaml (1.0.4)
119+
sass (3.4.22)
120+
sawyer (0.7.0)
121+
addressable (>= 2.3.5, < 2.5)
122+
faraday (~> 0.8, < 0.10)
123+
terminal-table (1.7.3)
124+
unicode-display_width (~> 1.1.1)
125+
thread_safe (0.3.5)
126+
typhoeus (0.8.0)
127+
ethon (>= 0.8.0)
128+
tzinfo (1.2.2)
129+
thread_safe (~> 0.1)
130+
unicode-display_width (1.1.1)
131+
132+
PLATFORMS
133+
ruby
134+
135+
DEPENDENCIES
136+
github-pages
137+
minima
138+
139+
RUBY VERSION
140+
ruby 2.3.1p112
141+
142+
BUNDLED WITH
143+
1.13.6

_config.yml

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
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 these 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+
# '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: Alex Lende
17+
email: ajlende@gmail.com
18+
description: > # this means to ignore newlines until "baseurl:"
19+
The portfolio for Alex Lende.
20+
baseurl: "" # the subpath of your site, e.g. /blog
21+
url: "" # the base hostname & protocol for your site
22+
twitter_username: ajlende
23+
github_username: ajlende
24+
25+
# Build settings
26+
markdown: kramdown

_includes/footer.html

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
<footer class="page-footer blue">
2+
<div class="container">
3+
<div class="row">
4+
<div class="col l6 s12">
5+
<h5 class="white-text">Contact Me</h5>
6+
<p class="grey-text text-lighten-4">
7+
ajlende@gmail.com</br>
8+
1.515.708.4925</br>
9+
</br>
10+
4607 Jefferson St</br>
11+
Apt 702N</br>
12+
Kansas City, Missouri 64112
13+
</p>
14+
</div>
15+
<div class="col l3 s12">
16+
<h5 class="white-text">Links</h5>
17+
<ul>
18+
<li><a class="white-text" target="_blank" href="https://github.com/ajlende">GitHub</a></li>
19+
<li><a class="white-text" target="_blank" href="https://www.linkedin.com/in/ajlende">Linkedin</a></li>
20+
<li><a class="white-text" target="_blank" href="https://plus.google.com/+AlexLende">Google+</a></li>
21+
<li><a class="white-text" target="_blank" href="https://twitter.com/ajlende">Twitter</a></li>
22+
</ul>
23+
</div>
24+
</div>
25+
</div>
26+
<div class="footer-copyright">
27+
<div class="container">Copyright &copy; 2015-{{ 'now' | date: '%Y' }} Alex Lende.</div>
28+
</div>
29+
</footer>

_includes/header.html

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<nav class="blue" role="navigation">
2+
<div class="nav-wrapper container">
3+
<a id="logo-container" href="./index.html" class="brand-logo white-text">Alex Lende</a>
4+
<ul class="right hide-on-med-and-down">
5+
<li><a class="white-text" href="./index.html">About</a></li>
6+
<li><a class="white-text" href="./projects.html">Projects</a></li>
7+
<li><a class="white-text" href="./experience.html">Experience</a></li>
8+
<li><a class="white-text" href="./education.html">Education</a></li>
9+
<li><a class="white-text" href="./reflection.html">Reflection</a></li>
10+
</ul>
11+
12+
<ul id="nav-mobile" class="side-nav">
13+
<li><a href="./index.html">About</a></li>
14+
<li><a href="./projects.html">Projects</a></li>
15+
<li><a href="./experience.html">Experience</a></li>
16+
<li><a href="./education.html">Education</a></li>
17+
<li><a href="./reflection.html">Reflection</a></li>
18+
</ul>
19+
<a href="#" data-activates="nav-mobile" class="button-collapse"><i class="material-icons white-text">menu</i></a>
20+
</div>
21+
</nav>

_includes/title.html

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<div id="index-banner" class="parallax-container valign-wrapper">
2+
<div class="section no-pad-bot">
3+
<div class="container">
4+
{% if page.title == 'Portfolio' %}
5+
<br><br>
6+
<h1 class="header center blue-text text-lighten-2">Alex Lende</h1>
7+
<div class="row center">
8+
<h5 class="header col s12 light">Portfolio</h5>
9+
</div>
10+
<div class="row center">
11+
<a href="http://www.ajlende.com" id="download-button" class="btn-large waves-effect waves-light blue lighten-1">My Other Site</a>
12+
<a href="http://www.ajlende.com/files/resume.pdf" id="download-button" class="btn-large waves-effect waves-light blue lighten-1">Résumé</a>
13+
</div>
14+
<br><br>
15+
{% else %}
16+
<h1 class="header center blue-text text-lighten-5">{{ page.title }}</h1>
17+
{% endif %}
18+
</div>
19+
</div>
20+
<div class="parallax" id="img1"><img src="background1.jpg" alt="Unsplashed background img 1"></div>
21+
</div>

_layouts/default.html

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
4+
<head>
5+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no" />
7+
<title>Alex Lende - {{ page.title }}</title>
8+
9+
<!-- CSS -->
10+
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
11+
<link href="css/materialize.css" type="text/css" rel="stylesheet" media="screen,projection" />
12+
<link href="css/style.css" type="text/css" rel="stylesheet" media="screen,projection" />
13+
</head>
14+
15+
<body>
16+
17+
{% include header.html %}
18+
19+
{% include title.html %}
20+
21+
{{ content }}
22+
23+
{% include footer.html %}
24+
25+
<!-- Scripts-->
26+
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
27+
<script src="js/materialize.js"></script>
28+
<script src="js/init.js"></script>
29+
30+
</body>
31+
32+
</html>

0 commit comments

Comments
 (0)