-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 3a81580
Showing
38 changed files
with
3,612 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
_site | ||
.sass-cache | ||
.jekyll-metadata | ||
Gemfile.lock |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
language: ruby | ||
cache: bundler | ||
rvm: | ||
- 2.3.1 | ||
script: | ||
- bundle exec jekyll build | ||
notifications: | ||
email: false | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
source "https://rubygems.org" | ||
|
||
gem "github-pages" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Site settings | ||
title: 17 Agustus | ||
description: > # this means to ignore newlines until "baseurl:" | ||
Proklamasi Kemerdekaan Indonesia | ||
baseurl: "" # the subpath of your site, e.g. /blog | ||
url: "https://17agustus.github.io" # the base hostname & protocol for your site | ||
|
||
# Build settings | ||
permalink: /:title.html | ||
markdown: kramdown | ||
exclude: ["vendor"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<section id="footer"> | ||
<!-- <ul class="icons"> | ||
<li><a href="#" class="icon fa-twitter"><span class="label">Twitter</span></a></li> | ||
<li><a href="#" class="icon fa-facebook"><span class="label">Facebook</span></a></li> | ||
<li><a href="#" class="icon fa-google-plus"><span class="label">Google+</span></a></li> | ||
<li><a href="#" class="icon fa-pinterest"><span class="label">Pinterest</span></a></li> | ||
<li><a href="#" class="icon fa-dribbble"><span class="label">Dribbble</span></a></li> | ||
<li><a href="#" class="icon fa-linkedin"><span class="label">LinkedIn</span></a></li> | ||
</ul> --> | ||
<div class="copyright"> | ||
<ul class="menu"> | ||
<li>© 17 Agustus 2016.</li><li>Design: <a href="//html5up.net">HTML5 UP</a></li><li>Build: <a href="//jekyllrb.com">Jekyll</a></li> | ||
</ul> | ||
</div> | ||
</section> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
|
||
<title>{% if page.title %}{{ page.title | escape }}{% else %}{{ site.title | escape }}{% endif %}</title> | ||
<meta name="description" content="{% if page.excerpt %}{{ page.excerpt | strip_html | strip_newlines | truncate: 160 }}{% else %}{{ site.description }}{% endif %}"> | ||
|
||
<link rel="stylesheet" href="{{ "/css/main.css" | prepend: site.baseurl }}"> | ||
<link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}"> | ||
<link rel="alternate" type="application/rss+xml" title="{{ site.title }}" href="{{ "/feed.xml" | prepend: site.baseurl | prepend: site.url }}"> | ||
</head> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<!-- Header --> | ||
<section id="header"> | ||
<header> | ||
<h1>17 Agustus 1945</h1> | ||
<p>Proklamasi Kemerdekaan Indonesia</p> | ||
</header> | ||
<!--<footer> | ||
<a href="#banner" class="button style2 scrolly-middle">Proceed as anticipated</a> | ||
</footer>--> | ||
</section> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
|
||
{% include head.html %} | ||
|
||
<body> | ||
|
||
{% include header.html %} | ||
|
||
{{ content }} | ||
|
||
{% include footer.html %} | ||
|
||
<!-- Scripts --> | ||
<script src="/js/jquery.min.js"></script> | ||
<script src="/js/jquery.scrolly.min.js"></script> | ||
<script src="/js/jquery.poptrox.min.js"></script> | ||
<script src="/js/skel.min.js"></script> | ||
<script src="/js/util.js"></script> | ||
<!--[if lte IE 8]><script src="/js/ie/respond.min.js"></script><![endif]--> | ||
<script src="/js/main.js"></script> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
layout: default | ||
--- | ||
<article class="post"> | ||
|
||
<header class="post-header"> | ||
<h1 class="post-title">{{ page.title }}</h1> | ||
</header> | ||
|
||
<div class="post-content"> | ||
{{ content }} | ||
</div> | ||
|
||
</article> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
layout: default | ||
--- | ||
<article class="post" itemscope itemtype="http://schema.org/BlogPosting"> | ||
|
||
<header class="post-header"> | ||
<h1 class="post-title" itemprop="name headline">{{ page.title }}</h1> | ||
<p class="post-meta"><time datetime="{{ page.date | date_to_xmlschema }}" itemprop="datePublished">{{ page.date | date: "%b %-d, %Y" }}</time>{% if page.author %} • <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span itemprop="name">{{ page.author }}</span></span>{% endif %}</p> | ||
</header> | ||
|
||
<div class="post-content" itemprop="articleBody"> | ||
{{ content }} | ||
</div> | ||
|
||
</article> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
--- | ||
layout: post | ||
title: "Welcome to Jekyll!" | ||
date: 2016-08-13 03:02:06 +0700 | ||
categories: jekyll update | ||
--- | ||
You’ll find this post in your `_posts` directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways, but the most common way is to run `jekyll serve`, which launches a web server and auto-regenerates your site when a file is updated. | ||
|
||
To add new posts, simply add a file in the `_posts` directory that follows the convention `YYYY-MM-DD-name-of-post.ext` and includes the necessary front matter. Take a look at the source for this post to get an idea about how it works. | ||
|
||
Jekyll also offers powerful support for code snippets: | ||
|
||
{% highlight ruby %} | ||
def print_hi(name) | ||
puts "Hi, #{name}" | ||
end | ||
print_hi('Tom') | ||
#=> prints 'Hi, Tom' to STDOUT. | ||
{% endhighlight %} | ||
|
||
Check out the [Jekyll docs][jekyll-docs] for more info on how to get the most out of Jekyll. File all bugs/feature requests at [Jekyll’s GitHub repo][jekyll-gh]. If you have questions, you can ask them on [Jekyll Talk][jekyll-talk]. | ||
|
||
[jekyll-docs]: http://jekyllrb.com/docs/home | ||
[jekyll-gh]: https://github.com/jekyll/jekyll | ||
[jekyll-talk]: https://talk.jekyllrb.com/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,206 @@ | ||
/** | ||
* Reset some basic elements | ||
*/ | ||
body, h1, h2, h3, h4, h5, h6, | ||
p, blockquote, pre, hr, | ||
dl, dd, ol, ul, figure { | ||
margin: 0; | ||
padding: 0; | ||
} | ||
|
||
|
||
|
||
/** | ||
* Basic styling | ||
*/ | ||
body { | ||
font: $base-font-weight #{$base-font-size}/#{$base-line-height} $base-font-family; | ||
color: $text-color; | ||
background-color: $background-color; | ||
-webkit-text-size-adjust: 100%; | ||
-webkit-font-feature-settings: "kern" 1; | ||
-moz-font-feature-settings: "kern" 1; | ||
-o-font-feature-settings: "kern" 1; | ||
font-feature-settings: "kern" 1; | ||
font-kerning: normal; | ||
} | ||
|
||
|
||
|
||
/** | ||
* Set `margin-bottom` to maintain vertical rhythm | ||
*/ | ||
h1, h2, h3, h4, h5, h6, | ||
p, blockquote, pre, | ||
ul, ol, dl, figure, | ||
%vertical-rhythm { | ||
margin-bottom: $spacing-unit / 2; | ||
} | ||
|
||
|
||
|
||
/** | ||
* Images | ||
*/ | ||
img { | ||
max-width: 100%; | ||
vertical-align: middle; | ||
} | ||
|
||
|
||
|
||
/** | ||
* Figures | ||
*/ | ||
figure > img { | ||
display: block; | ||
} | ||
|
||
figcaption { | ||
font-size: $small-font-size; | ||
} | ||
|
||
|
||
|
||
/** | ||
* Lists | ||
*/ | ||
ul, ol { | ||
margin-left: $spacing-unit; | ||
} | ||
|
||
li { | ||
> ul, | ||
> ol { | ||
margin-bottom: 0; | ||
} | ||
} | ||
|
||
|
||
|
||
/** | ||
* Headings | ||
*/ | ||
h1, h2, h3, h4, h5, h6 { | ||
font-weight: $base-font-weight; | ||
} | ||
|
||
|
||
|
||
/** | ||
* Links | ||
*/ | ||
a { | ||
color: $brand-color; | ||
text-decoration: none; | ||
|
||
&:visited { | ||
color: darken($brand-color, 15%); | ||
} | ||
|
||
&:hover { | ||
color: $text-color; | ||
text-decoration: underline; | ||
} | ||
} | ||
|
||
|
||
|
||
/** | ||
* Blockquotes | ||
*/ | ||
blockquote { | ||
color: $grey-color; | ||
border-left: 4px solid $grey-color-light; | ||
padding-left: $spacing-unit / 2; | ||
font-size: 18px; | ||
letter-spacing: -1px; | ||
font-style: italic; | ||
|
||
> :last-child { | ||
margin-bottom: 0; | ||
} | ||
} | ||
|
||
|
||
|
||
/** | ||
* Code formatting | ||
*/ | ||
pre, | ||
code { | ||
font-size: 15px; | ||
border: 1px solid $grey-color-light; | ||
border-radius: 3px; | ||
background-color: #eef; | ||
} | ||
|
||
code { | ||
padding: 1px 5px; | ||
} | ||
|
||
pre { | ||
padding: 8px 12px; | ||
overflow-x: auto; | ||
|
||
> code { | ||
border: 0; | ||
padding-right: 0; | ||
padding-left: 0; | ||
} | ||
} | ||
|
||
|
||
|
||
/** | ||
* Wrapper | ||
*/ | ||
.wrapper { | ||
max-width: -webkit-calc(#{$content-width} - (#{$spacing-unit} * 2)); | ||
max-width: calc(#{$content-width} - (#{$spacing-unit} * 2)); | ||
margin-right: auto; | ||
margin-left: auto; | ||
padding-right: $spacing-unit; | ||
padding-left: $spacing-unit; | ||
@extend %clearfix; | ||
|
||
@include media-query($on-laptop) { | ||
max-width: -webkit-calc(#{$content-width} - (#{$spacing-unit})); | ||
max-width: calc(#{$content-width} - (#{$spacing-unit})); | ||
padding-right: $spacing-unit / 2; | ||
padding-left: $spacing-unit / 2; | ||
} | ||
} | ||
|
||
|
||
|
||
/** | ||
* Clearfix | ||
*/ | ||
%clearfix { | ||
|
||
&:after { | ||
content: ""; | ||
display: table; | ||
clear: both; | ||
} | ||
} | ||
|
||
|
||
|
||
/** | ||
* Icons | ||
*/ | ||
.icon { | ||
|
||
> svg { | ||
display: inline-block; | ||
width: 16px; | ||
height: 16px; | ||
vertical-align: middle; | ||
|
||
path { | ||
fill: $grey-color; | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
/// Gets a duration value. | ||
/// @param {string} $keys Key(s). | ||
/// @return {string} Value. | ||
@function _duration($keys...) { | ||
@return val($duration, $keys...); | ||
} | ||
|
||
/// Gets a font value. | ||
/// @param {string} $keys Key(s). | ||
/// @return {string} Value. | ||
@function _font($keys...) { | ||
@return val($font, $keys...); | ||
} | ||
|
||
/// Gets a misc value. | ||
/// @param {string} $keys Key(s). | ||
/// @return {string} Value. | ||
@function _misc($keys...) { | ||
@return val($misc, $keys...); | ||
} | ||
|
||
/// Gets a palette value. | ||
/// @param {string} $keys Key(s). | ||
/// @return {string} Value. | ||
@function _palette($keys...) { | ||
@return val($palette, $keys...); | ||
} | ||
|
||
/// Gets a size value. | ||
/// @param {string} $keys Key(s). | ||
/// @return {string} Value. | ||
@function _size($keys...) { | ||
@return val($size, $keys...); | ||
} |
Oops, something went wrong.