Skip to content

Commit 2afe3c6

Browse files
committed
Initial web site design
1 parent d64b990 commit 2afe3c6

File tree

14 files changed

+287
-2
lines changed

14 files changed

+287
-2
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
_site
2+
.sass-cache
3+
.jekyll-metadata

404.html

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
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="container">
20+
<h1>404</h1>
21+
22+
<p><strong>Page not found :(</strong></p>
23+
<p>The requested page could not be found.</p>
24+
</div>

Gemfile

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
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.5"
12+
13+
# This is the default theme for new Jekyll sites. You may change this to anything you like.
14+
gem "jekyll-theme-midnight", "~> 0.1"
15+
16+
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
17+
# uncomment the line below. To upgrade, run `bundle update github-pages`.
18+
# gem "github-pages", group: :jekyll_plugins
19+
20+
# If you have any plugins, put them here!
21+
group :jekyll_plugins do
22+
gem "jekyll-feed", "~> 0.6"
23+
end
24+
25+
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
26+
gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby]
27+
28+
# Performance-booster for watching directories on Windows
29+
gem "wdm", "~> 0.1.0" if Gem.win_platform?

Gemfile.lock

Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,73 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
addressable (2.6.0)
5+
public_suffix (>= 2.0.2, < 4.0)
6+
colorator (1.1.0)
7+
concurrent-ruby (1.1.4)
8+
em-websocket (0.5.1)
9+
eventmachine (>= 0.12.9)
10+
http_parser.rb (~> 0.6.0)
11+
eventmachine (1.2.7)
12+
ffi (1.10.0)
13+
forwardable-extended (2.6.0)
14+
http_parser.rb (0.6.0)
15+
i18n (0.9.5)
16+
concurrent-ruby (~> 1.0)
17+
jekyll (3.8.5)
18+
addressable (~> 2.4)
19+
colorator (~> 1.0)
20+
em-websocket (~> 0.5)
21+
i18n (~> 0.7)
22+
jekyll-sass-converter (~> 1.0)
23+
jekyll-watch (~> 2.0)
24+
kramdown (~> 1.14)
25+
liquid (~> 4.0)
26+
mercenary (~> 0.3.3)
27+
pathutil (~> 0.9)
28+
rouge (>= 1.7, < 4)
29+
safe_yaml (~> 1.0)
30+
jekyll-feed (0.11.0)
31+
jekyll (~> 3.3)
32+
jekyll-sass-converter (1.5.2)
33+
sass (~> 3.4)
34+
jekyll-seo-tag (2.5.0)
35+
jekyll (~> 3.3)
36+
jekyll-theme-midnight (0.1.1)
37+
jekyll (~> 3.5)
38+
jekyll-seo-tag (~> 2.0)
39+
jekyll-watch (2.1.2)
40+
listen (~> 3.0)
41+
kramdown (1.17.0)
42+
liquid (4.0.2)
43+
listen (3.1.5)
44+
rb-fsevent (~> 0.9, >= 0.9.4)
45+
rb-inotify (~> 0.9, >= 0.9.7)
46+
ruby_dep (~> 1.2)
47+
mercenary (0.3.6)
48+
pathutil (0.16.2)
49+
forwardable-extended (~> 2.6)
50+
public_suffix (3.0.3)
51+
rb-fsevent (0.10.3)
52+
rb-inotify (0.10.0)
53+
ffi (~> 1.0)
54+
rouge (3.3.0)
55+
ruby_dep (1.5.0)
56+
safe_yaml (1.0.5)
57+
sass (3.7.3)
58+
sass-listen (~> 4.0.0)
59+
sass-listen (4.0.0)
60+
rb-fsevent (~> 0.9, >= 0.9.4)
61+
rb-inotify (~> 0.9, >= 0.9.7)
62+
63+
PLATFORMS
64+
ruby
65+
66+
DEPENDENCIES
67+
jekyll (~> 3.8.5)
68+
jekyll-feed (~> 0.6)
69+
jekyll-theme-midnight (~> 0.1)
70+
tzinfo-data
71+
72+
BUNDLED WITH
73+
2.0.1

README.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

_config.yml

Lines changed: 43 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,43 @@
1-
theme: jekyll-theme-midnight
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: The Atom IDE community
17+
description: >- # this means to ignore newlines until "baseurl:"
18+
This community driven project aims to provide and extend the
19+
features of the Atom-IDE package abandoned by Facebook recently.
20+
baseurl: "" # the subpath of your site, e.g. /blog
21+
url: "https://atom-ide-community.github.io/" # the base hostname & protocol for your site, e.g. http://example.com
22+
23+
github:
24+
owner_name: "Atom IDE community"
25+
owner_url: "https://github.com/atom-ide-community/"
26+
27+
# Build settings
28+
markdown: kramdown
29+
theme: jekyll-theme-midnight
30+
plugins:
31+
- jekyll-feed
32+
33+
# Exclude from processing.
34+
# The following items will not be processed, by default. Create a custom list
35+
# to override the default setting.
36+
# exclude:
37+
# - Gemfile
38+
# - Gemfile.lock
39+
# - node_modules
40+
# - vendor/bundle/
41+
# - vendor/cache/
42+
# - vendor/gems/
43+
# - vendor/ruby/

_includes/footer.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<footer class="site-footer">
2+
<hr>
3+
<span class="credits left">Project maintained by <a href="{{ site.github.owner_url }}">{{ site.github.owner_name }}</a></span>
4+
<span class="credits right">Hosted on GitHub Pages &mdash; Theme by <a href="https://twitter.com/michigangraham">mattgraham</a></span>
5+
</footer>

_includes/head.html

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<head>
2+
<meta charset="utf-8">
3+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
4+
<meta name="viewport" content="width=device-width, initial-scale=1">
5+
{%- seo -%}
6+
<link rel="stylesheet" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}">
7+
<script src="https://code.jquery.com/jquery-1.12.4.min.js" integrity="sha256-ZosEbRLbNQzLpnKIkEdrPv7lOy9C27hHQ+Xp8a4MxAQ=" crossorigin="anonymous"></script>
8+
<script src="{{ '/assets/js/respond.js' | relative_url }}"></script>
9+
<!--[if lt IE 9]>
10+
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
11+
<![endif]-->
12+
<!--[if lt IE 8]>
13+
<link rel="stylesheet" href="{{ '/assets/css/ie.css' | relative_url }}">
14+
<![endif]-->
15+
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
16+
<link rel="shortcut icon" type="image/x-icon" href="{{ 'favicon.ico' | relative_url }}" >
17+
{%- feed_meta -%}
18+
{%- if jekyll.environment == 'production' and site.google_analytics -%}
19+
{%- include google-analytics.html -%}
20+
{%- endif -%}
21+
<title>{{ site.title }}</title>
22+
</head>

_includes/header.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<header class="site-header" role="banner">
2+
3+
<section>
4+
{%- assign default_paths = site.pages | map: "path" -%}
5+
{%- assign page_paths = site.header_pages | default: default_paths -%}
6+
7+
<div id="title">
8+
<h1>{{ site.title | default: site.github.repository_name }}</h1>
9+
<p>{{ site.description | default: site.github.project_tagline }}</p>
10+
</div>
11+
</section>
12+
</header>

_layouts/default.html

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<!DOCTYPE html>
2+
<html lang="{{ page.lang | default: site.lang | default: "en" }}">
3+
4+
{%- include head.html -%}
5+
6+
<body>
7+
8+
<div class="wrapper">
9+
10+
{%- include header.html -%}
11+
12+
<main class="page-content" aria-label="Content">
13+
{{ content }}
14+
</main>
15+
16+
{%- include footer.html -%}
17+
18+
</div>
19+
</body>
20+
21+
</html>

0 commit comments

Comments
 (0)