Skip to content

Commit 5067fdd

Browse files
committed
🚀Major init commit
0 parents  commit 5067fdd

File tree

108 files changed

+11633
-0
lines changed

Some content is hidden

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

108 files changed

+11633
-0
lines changed

‎CNAME

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
skcript.github.io

‎Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
source 'https://rubygems.org'
2+
gem 'github-pages'

‎Gemfile.lock

Lines changed: 126 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,126 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
RedCloth (4.2.9)
5+
activesupport (4.2.1)
6+
i18n (~> 0.7)
7+
json (~> 1.7, >= 1.7.7)
8+
minitest (~> 5.1)
9+
thread_safe (~> 0.3, >= 0.3.4)
10+
tzinfo (~> 1.1)
11+
blankslate (2.1.2.4)
12+
celluloid (0.16.0)
13+
timers (~> 4.0.0)
14+
classifier-reborn (2.0.3)
15+
fast-stemmer (~> 1.0)
16+
coffee-script (2.4.1)
17+
coffee-script-source
18+
execjs
19+
coffee-script-source (1.9.1)
20+
colorator (0.1)
21+
execjs (2.5.0)
22+
fast-stemmer (1.0.2)
23+
ffi (1.9.8)
24+
gemoji (2.1.0)
25+
github-pages (33)
26+
RedCloth (= 4.2.9)
27+
github-pages-health-check (~> 0.2)
28+
jekyll (= 2.4.0)
29+
jekyll-coffeescript (= 1.0.1)
30+
jekyll-mentions (= 0.2.1)
31+
jekyll-redirect-from (= 0.6.2)
32+
jekyll-sass-converter (= 1.2.0)
33+
jekyll-sitemap (= 0.6.3)
34+
jemoji (= 0.4.0)
35+
kramdown (= 1.5.0)
36+
liquid (= 2.6.1)
37+
maruku (= 0.7.0)
38+
mercenary (~> 0.3)
39+
pygments.rb (= 0.6.1)
40+
rdiscount (= 2.1.7)
41+
redcarpet (= 3.1.2)
42+
terminal-table (~> 1.4)
43+
github-pages-health-check (0.2.2)
44+
net-dns (~> 0.6)
45+
public_suffix (~> 1.4)
46+
hitimes (1.2.2)
47+
html-pipeline (1.9.0)
48+
activesupport (>= 2)
49+
nokogiri (~> 1.4)
50+
i18n (0.7.0)
51+
jekyll (2.4.0)
52+
classifier-reborn (~> 2.0)
53+
colorator (~> 0.1)
54+
jekyll-coffeescript (~> 1.0)
55+
jekyll-gist (~> 1.0)
56+
jekyll-paginate (~> 1.0)
57+
jekyll-sass-converter (~> 1.0)
58+
jekyll-watch (~> 1.1)
59+
kramdown (~> 1.3)
60+
liquid (~> 2.6.1)
61+
mercenary (~> 0.3.3)
62+
pygments.rb (~> 0.6.0)
63+
redcarpet (~> 3.1)
64+
safe_yaml (~> 1.0)
65+
toml (~> 0.1.0)
66+
jekyll-coffeescript (1.0.1)
67+
coffee-script (~> 2.2)
68+
jekyll-gist (1.2.1)
69+
jekyll-mentions (0.2.1)
70+
html-pipeline (~> 1.9.0)
71+
jekyll (~> 2.0)
72+
jekyll-paginate (1.1.0)
73+
jekyll-redirect-from (0.6.2)
74+
jekyll (~> 2.0)
75+
jekyll-sass-converter (1.2.0)
76+
sass (~> 3.2)
77+
jekyll-sitemap (0.6.3)
78+
jekyll-watch (1.2.1)
79+
listen (~> 2.7)
80+
jemoji (0.4.0)
81+
gemoji (~> 2.0)
82+
html-pipeline (~> 1.9)
83+
jekyll (~> 2.0)
84+
json (1.8.2)
85+
kramdown (1.5.0)
86+
liquid (2.6.1)
87+
listen (2.10.0)
88+
celluloid (~> 0.16.0)
89+
rb-fsevent (>= 0.9.3)
90+
rb-inotify (>= 0.9)
91+
maruku (0.7.0)
92+
mercenary (0.3.5)
93+
mini_portile (0.6.2)
94+
minitest (5.5.1)
95+
net-dns (0.8.0)
96+
nokogiri (1.6.6.2)
97+
mini_portile (~> 0.6.0)
98+
parslet (1.5.0)
99+
blankslate (~> 2.0)
100+
posix-spawn (0.3.11)
101+
public_suffix (1.5.0)
102+
pygments.rb (0.6.1)
103+
posix-spawn (~> 0.3.6)
104+
yajl-ruby (~> 1.2.0)
105+
rb-fsevent (0.9.4)
106+
rb-inotify (0.9.5)
107+
ffi (>= 0.5.0)
108+
rdiscount (2.1.7)
109+
redcarpet (3.1.2)
110+
safe_yaml (1.0.4)
111+
sass (3.4.13)
112+
terminal-table (1.4.5)
113+
thread_safe (0.3.5)
114+
timers (4.0.1)
115+
hitimes
116+
toml (0.1.2)
117+
parslet (~> 1.5.0)
118+
tzinfo (1.2.2)
119+
thread_safe (~> 0.1)
120+
yajl-ruby (1.2.1)
121+
122+
PLATFORMS
123+
ruby
124+
125+
DEPENDENCIES
126+
github-pages

‎Gruntfile.js

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
module.exports = function (grunt) {
2+
grunt.loadNpmTasks('grunt-link-checker');
3+
4+
grunt.initConfig({
5+
pkg: grunt.file.readJSON('package.json'),
6+
7+
linkChecker: {
8+
options: {
9+
maxConcurrency: 100,
10+
noFragment: true,
11+
callback: function (crawler) {
12+
crawler.addFetchCondition(function (url) {
13+
return !url.path.match(/\.xml$/i)
14+
})
15+
}
16+
},
17+
dev: {
18+
site: 'localhost',
19+
options: {
20+
initialPort: 4000
21+
}
22+
}
23+
}
24+
})
25+
}

‎LICENSE.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Copyright (c) 2015 Skcript
2+
3+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
4+
5+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
6+
7+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

‎README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Open Source at Skcript
2+
3+
The [website](http://skcript.github.io) for [Open Source at Skcript](https://github.com/skcript/skcript.github.io), to highlight the contributions to open-source community from our engineers.
4+
5+
**P.S.:** Site adopts codebase of [Electron](https://github.com/atom/electron.atom.io)
6+
7+
### Build
8+
9+
This is a [Jekyll](http://jekyllrb.com) site hosted on [GitHub Pages](http://pages.github.com). To build a Jekyll site you'll need a few things on your system so double check the [Jekyll requirements](http://jekyllrb.com/docs/installation/#requirements).
10+
11+
Follow these steps to copy this repository to your computer and build the site:
12+
13+
```bash
14+
$ git clone https://github.com/skcript/skcript.github.io.git
15+
$ cd skcript.github.io
16+
$ script/bootstrap
17+
$ script/server
18+
```
19+
20+
### License
21+
22+
[MIT](license.md)

‎_config.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
title: Open Source at Skcript
2+
3+
description: 'A collection of open source projects from Skcript'
4+
baseurl: 'http://skcript.github.io'
5+
twitter_username: SkcriptHQ
6+
github_username: skcript
7+
highlighter: pygments
8+
markdown: redcarpet
9+
redcarpet:
10+
extensions: [with_toc_data]
11+
gems:
12+
- jekyll-redirect-from
13+
latest_version: v0.10.0

‎_includes/anchor_links.html

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
<script>
2+
var anchorForId = function (id) {
3+
var anchor = document.createElement("a");
4+
anchor.className = "header-link";
5+
anchor.href = "#" + id;
6+
anchor.innerHTML = "<span class='octicon octicon-link'></span>";
7+
anchor.title = "Permalink";
8+
return anchor;
9+
};
10+
11+
var linkifyAnchors = function (level, containingElement) {
12+
var headers = containingElement.getElementsByTagName("h" + level);
13+
for (var h = 0; h < headers.length; h++) {
14+
var header = headers[h];
15+
16+
if (typeof header.id !== "undefined" && header.id !== "") {
17+
header.appendChild(anchorForId(header.id));
18+
}
19+
}
20+
};
21+
22+
document.onreadystatechange = function () {
23+
if (this.readyState === "complete") {
24+
var contentBlock = document.getElementsByClassName("docs")[0] || document.getElementsByClassName("news")[0];
25+
if (!contentBlock) {
26+
return;
27+
}
28+
for (var level = 1; level <= 6; level++) {
29+
linkifyAnchors(level, contentBlock);
30+
}
31+
}
32+
};
33+
</script>

‎_includes/footer.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<footer>
2+
<div class='container'>
3+
<div class='row'>
4+
<div class='one-half column'>
5+
</div>
6+
7+
<div class='column text-center'>
8+
<a href='http://skcript.com' target="_blank" class="no-hover-dec"><span class='octicon octicon-code'></span> with <span class='octicon octicon-heart'></span> by <b>Skcript</b></a>
9+
</div>
10+
</div>
11+
</footer>

‎_includes/head.html

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
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+
6+
<title>{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}</title>
7+
<meta name='description' content='{% if page.excerpt %}{{ page.excerpt | strip_html | strip_newlines | truncate: 160 }}{% else %}{{ site.description }}{% endif %}'>
8+
9+
<link rel='shortcut icon' href='{{ site.url }}/images/favicon.ico'/>
10+
<link rel='stylesheet' href='{{ site.url }}/css/normalize.css'>
11+
<link rel='stylesheet' href='{{ site.url }}/css/skeleton.css'>
12+
<link rel='stylesheet' href='{{ site.url }}/css/main.css'>
13+
<link rel='stylesheet' href='{{ site.url }}/css/octicons/octicons.css'>
14+
<link rel='stylesheet' href='{{ site.url }}/css/pygments.css'>
15+
<link rel='stylesheet' href='{{ site.url }}/css/twemoji.css'>
16+
<link href='http://fonts.googleapis.com/css?family=Source+Code+Pro:400,700' rel='stylesheet' type='text/css'>
17+
<link rel='canonical' href='{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}'>
18+
<link rel='alternate' type='application/rss+xml' title='{{ site.title }}' href='{{ '/feed.xml' | prepend: site.baseurl | prepend: site.url }}' />
19+
<script src="//twemoji.maxcdn.com/twemoji.min.js"></script>
20+
<script>
21+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
22+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
23+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
24+
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
25+
26+
ga('create', 'UA-46679613-1', 'auto');
27+
ga('send', 'pageview');
28+
</script>
29+
</head>

0 commit comments

Comments
 (0)