Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added .DS_Store
Binary file not shown.
6 changes: 3 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
_site
.sass-cache
.jekyll-metadata
_site/
.sass-cache/
.jekyll-cache/
15 changes: 0 additions & 15 deletions .vscode/cSpell.json

This file was deleted.

21 changes: 0 additions & 21 deletions .vscode/settings.json

This file was deleted.

23 changes: 23 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
layout: default
title: Page Not Found
description: Sorry – the page your looking for doesn't exist.
featured_image: /images/demo/about.jpg
---

<section class="hero">

<div class="hero__image" style="background-image: url({{ page.featured_image }})">
<div class="hero__overlay"></div>
</div>

<div class="wrap">

<h1>Page not found.</h1>
<p class="hero__text editable">Sorry – the page your looking for doesn't exist.</p>
<p class="hero__text editable">Perhaps you typed the URL incorrectly, or it may have moved.</p>
<p><a href="/" class="button button--large">Back To Home</a></p>

</div>

</section>
1 change: 0 additions & 1 deletion CNAME

This file was deleted.

34 changes: 5 additions & 29 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,32 +1,8 @@
source "https://rubygems.org"
ruby RUBY_VERSION
source 'https://rubygems.org'

# Hello! This is where you manage which Jekyll version is used to run.
# When you want to use a different version, change it below, save the
# file and run `bundle install`. Run Jekyll with `bundle exec`, like so:
#
# bundle exec jekyll serve
#
# This will help ensure the proper Jekyll version is running.
# Happy Jekylling!
gem "jekyll", ">= 3.6.3"
gem 'jekyll', '3.8.5'

gem "jekyll-redirect-from"
# This is the default theme for new Jekyll sites. You may change this to anything you like.
gem "minima", "~> 2.0"

# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
# uncomment the line below. To upgrade, run `bundle update github-pages`.
# gem "github-pages", group: :jekyll_plugins

gem "jekyll-paginate"

# If you have any plugins, put them here!
group :jekyll_plugins do
gem "jekyll-feed", "~> 0.6"
end

# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]

gem "jekyll-plantuml"
gem 'jekyll-paginate'
gem 'jekyll-sitemap'
end
55 changes: 20 additions & 35 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
GEM
remote: https://rubygems.org/
specs:
addressable (2.5.2)
public_suffix (>= 2.0.2, < 4.0)
addressable (2.7.0)
public_suffix (>= 2.0.2, < 5.0)
colorator (1.1.0)
concurrent-ruby (1.1.4)
concurrent-ruby (1.1.6)
em-websocket (0.5.1)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0.6.0)
eventmachine (1.2.7)
ffi (1.9.25)
ffi (1.12.2)
forwardable-extended (2.6.0)
http_parser.rb (0.6.0)
i18n (0.9.5)
Expand All @@ -27,36 +27,28 @@ GEM
pathutil (~> 0.9)
rouge (>= 1.7, < 4)
safe_yaml (~> 1.0)
jekyll-feed (0.11.0)
jekyll (~> 3.3)
jekyll-paginate (1.1.0)
jekyll-plantuml (1.3.3)
jekyll (> 2.0)
jekyll-redirect-from (0.14.0)
jekyll (~> 3.3)
jekyll-sass-converter (1.5.2)
sass (~> 3.4)
jekyll-watch (2.1.2)
jekyll-sitemap (1.4.0)
jekyll (>= 3.7, < 5.0)
jekyll-watch (2.2.1)
listen (~> 3.0)
kramdown (1.17.0)
liquid (4.0.1)
listen (3.1.5)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
ruby_dep (~> 1.2)
liquid (4.0.3)
listen (3.2.1)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.3.6)
minima (2.1.1)
jekyll (~> 3.3)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (3.0.3)
rb-fsevent (0.10.3)
rb-inotify (0.10.0)
public_suffix (4.0.5)
rb-fsevent (0.10.4)
rb-inotify (0.10.1)
ffi (~> 1.0)
rouge (3.3.0)
ruby_dep (1.5.0)
safe_yaml (1.0.4)
sass (3.7.2)
rouge (3.19.0)
safe_yaml (1.0.5)
sass (3.7.4)
sass-listen (~> 4.0.0)
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
Expand All @@ -66,16 +58,9 @@ PLATFORMS
ruby

DEPENDENCIES
jekyll (>= 3.6.3)
jekyll-feed (~> 0.6)
jekyll (= 3.8.5)
jekyll-paginate
jekyll-plantuml
jekyll-redirect-from
minima (~> 2.0)
tzinfo-data

RUBY VERSION
ruby 2.5.1p57
jekyll-sitemap

BUNDLED WITH
1.16.1
2.1.4
Empty file removed LICENSE
Empty file.
21 changes: 0 additions & 21 deletions LICENSE.txt

This file was deleted.

52 changes: 52 additions & 0 deletions Projects/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
---
layout: default
title: Projects
description: personal websites. Personal is the perfect theme for developers, designers and other creatives.
featured_image: /images/hero-images/clean-desk.jpg
---

<section class="hero">

<div class="hero__image" style="background-image: url({{ page.featured_image | relative_url }})">
<div class="hero__overlay"></div>
</div>

<div class="wrap">

<h1>Projects That Were Going To Change The World</h1>
<p>Mostly unfinished, mostly broken, might find the odd gem ;)</p>

{% include socials.html %}

</div>

</section>

<section class="listing">

<div class="wrap">

{% for project in site.projects reversed %}

<article class="post">

<div class="post__image-wrap">
<div class="post__image" style="background-image: url({{ project.featured_image | relative_url }})">
</div>
</div>

<div class="post__content-wrap">
<div class="post__content">
<h2 class="post__title"><a href="{{ project.url | relative_url }}">{{ project.title }}</a></h2>
<p class="post__subtitle">{{ project.subtitle }}</p>
<p class="post__description">{{ project.description }}</p>
</div>
</div>

</article>

{% endfor %}

</div>

</section>
2 changes: 0 additions & 2 deletions README.md

This file was deleted.

45 changes: 45 additions & 0 deletions _LICENSE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
# Personal by JekyllThemes.io – License

This license grants you, the purchaser, an ongoing, non-exclusive, worldwide license to make use of the theme. Read the rest of this license for the details that apply to your use of the theme.

---

## Using the theme

You are licensed to use the theme to create one single End Product for yourself or for one client (a “single application”), and the End Product can be distributed for Free.

The End Product is a customised implementation of the theme. For example: the end product is the final website customised with your content.

---

## What you CAN do with the theme

You can create one End Product for a client, and you can transfer that single End Product to your client for any fee. This license is then transferred to your client.

You can make any number of copies of the single End Product, as long as the End Product is distributed for Free.

You can modify or manipulate the theme. You can combine the theme with other works and make a derivative work from it. The resulting works are subject to the terms of this license.

---

## What you CAN'T do with the theme

You can’t Sell the End Product, except to one client. (If you or your client want to Sell the End Product, you will need an Extended License – send an email to hello@jekyllthemes.io to discuss this with us.)

You can’t re-distribute the theme as stock, in a tool or template, or with source files. You can’t do this with the theme either on its own or bundled with others, and even if you modify the theme. You can’t re-distribute or make available the theme as-is or with superficial modifications. These things are not allowed even if the re-distribution is for Free.

For example: You can’t purchase the theme, convert it to a WordPress theme and sell or give it to more than one client. You can’t license the theme and then make it available as-is on your website for your users to download.

You can’t use the theme in any application allowing an end user to customise a digital or physical product to their specific needs, such as an “on demand”, “made to order” or “build it yourself” application. You can use the theme in this way only if you purchase a separate license for each final product incorporating the theme that is created using the application.

---

## Other license terms

Some components of the theme are sourced by the author from elsewhere and different license terms may apply to the component, such as someone else’s license or an open source or creative commons license. The other license will apply to that component instead of this license. This license will apply to the rest of the theme.

You can only use the theme for lawful purposes.

This license can be terminated if you breach it. If that happens, you must stop making copies of or distributing the End Product until you remove the theme from it.

JekyllThemes.io retains ownership of the theme, but grants you the license on these terms.
Loading
Loading