Skip to content

Commit 5ddc492

Browse files
committed
Initial commit
0 parents  commit 5ddc492

File tree

9 files changed

+167
-0
lines changed

9 files changed

+167
-0
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "themes/hemingway2"]
2+
path = themes/hemingway2
3+
url = https://github.com/beli3ver/hemingway2.git

config.toml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
languageCode = "en-us"
2+
title = "Elixirscript"
3+
baseurl = "http://elixirscript.github.io"
4+
publishDir = "docs"
5+
theme = "hemingway2"
6+
description = "Elixirscript News"
7+
8+
[taxonomies]
9+
tag = "tags"
10+
category = "categories"
11+
12+
[params]
13+
14+
[params.highlight]
15+
style = "github"
16+
languages = ["elixir", "javascript"]
17+
18+
[[params.social]]
19+
url = "https://github.com/elixirscript"
20+
fa_icon = "fa-github"
21+
22+
[[params.social]]
23+
url = "/index.xml"
24+
fa_icon = "fa-rss"
25+

docs/404.html

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
<!DOCTYPE html>
2+
<html lang="en-us">
3+
<meta charset="UTF-8">
4+
<meta name="viewport" content="width=device-width, initial-scale=1">
5+
<meta content="" name="keywords">
6+
<meta content="404 Page not found - Elixirscript" property="og:title">
7+
<title>404 Page not found | Elixirscript</title>
8+
<link rel="stylesheet" href="http://elixirscript.github.io/css/style.css">
9+
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
10+
11+
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.9.0/styles/github.min.css">
12+
13+
14+
<section class="hero is-fullheight">
15+
<div class="hero-body">
16+
<div class="container has-text-centered">
17+
<h1 class="title notfound">404</h1>
18+
<h2 class="subtitle is-4">
19+
Page not found
20+
</h2>
21+
<a class="button" href="http://elixirscript.github.io">Home Page</a>
22+
</div>
23+
</div>
24+
</section>

docs/css/style.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/index.html

Lines changed: 91 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,91 @@
1+
<!DOCTYPE html>
2+
<html lang="en-us">
3+
<meta charset="UTF-8">
4+
<meta name="viewport" content="width=device-width, initial-scale=1">
5+
<meta content="" name="keywords">
6+
<meta content="Elixirscript" property="og:title">
7+
<title>Elixirscript</title>
8+
<link rel="stylesheet" href="http://elixirscript.github.io/css/style.css">
9+
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
10+
11+
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.9.0/styles/github.min.css">
12+
13+
14+
<section class="section">
15+
<div class="container">
16+
<nav class="nav">
17+
<div class="nav-left">
18+
<a class="nav-item" href="http://elixirscript.github.io"><h1 class="title is-4">Elixirscript</h1></a>
19+
</div>
20+
<div class="nav-right">
21+
<nav class="nav-item level is-mobile">
22+
23+
<a class="level-item" href="https://github.com/elixirscript">
24+
<span class="icon">
25+
<i class="fa fa-github"></i>
26+
</span>
27+
</a>
28+
29+
<a class="level-item" href="/index.xml">
30+
<span class="icon">
31+
<i class="fa fa-rss"></i>
32+
</span>
33+
</a>
34+
35+
</nav>
36+
</div>
37+
</nav>
38+
</div>
39+
</section>
40+
41+
<section class="section">
42+
<div class="container">
43+
44+
</div>
45+
</section>
46+
<section class="section">
47+
<div class="container">
48+
<nav class="level is-mobile">
49+
<div class="level-left">
50+
<div class="level-item">
51+
52+
<a class="button is-disabled">
53+
<span class="icon is-small is-marginless">
54+
<i class="fa fa-angle-left"></i>
55+
</span>
56+
Newer
57+
</a>
58+
59+
</div>
60+
</div>
61+
<div class="level-right is-marginless">
62+
<div class="level-item">
63+
64+
<a class="button is-disabled">
65+
Older
66+
<span class="icon is-small is-marginless">
67+
<i class="fa fa-angle-right"></i>
68+
</span>
69+
</a>
70+
71+
</div>
72+
</div>
73+
</nav>
74+
</div>
75+
</section>
76+
77+
<section class="section">
78+
<div class="container has-text-centered">
79+
<p></p>
80+
</div>
81+
</section>
82+
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.9.0/highlight.min.js" integrity="sha256-KbfTjB0WZ8vvXngdpJGY3Yp3xKk+tttbqClO11anCIU=" crossorigin="anonymous"></script>
83+
84+
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.9.0/languages/elixir.min.js"></script>
85+
86+
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.9.0/languages/javascript.min.js"></script>
87+
88+
<script>hljs.initHighlightingOnLoad();</script>
89+
90+
91+

docs/index.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
2+
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
3+
<channel>
4+
<title>Elixirscript</title>
5+
<link>http://elixirscript.github.io/index.xml</link>
6+
<description>Recent content on Elixirscript</description>
7+
<generator>Hugo -- gohugo.io</generator>
8+
<language>en-us</language>
9+
<atom:link href="http://elixirscript.github.io/index.xml" rel="self" type="application/rss+xml" />
10+
11+
</channel>
12+
</rss>

docs/page/1/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<!DOCTYPE html><html><head><title>http://elixirscript.github.io/</title><link rel="canonical" href="http://elixirscript.github.io/"/><meta http-equiv="content-type" content="text/html; charset=utf-8" /><meta http-equiv="refresh" content="0; url=http://elixirscript.github.io/" /></head></html>

docs/sitemap.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
2+
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
3+
4+
<url>
5+
<loc>http://elixirscript.github.io/</loc>
6+
<priority>0</priority>
7+
</url>
8+
9+
</urlset>

themes/hemingway2

Submodule hemingway2 added at b89b597

0 commit comments

Comments
 (0)