Skip to content
This repository was archived by the owner on Mar 1, 2022. It is now read-only.
Open
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
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,15 @@ SITEMAP = {
FAVICON = 'https://dl.dropboxusercontent.com/u/299446/logo.png'
ICON = 'https://dl.dropboxusercontent.com/u/299446/logo.png'
SHORTCUT_ICON = 'https://dl.dropboxusercontent.com/u/299446/logo.png'
# HEADER_IMAGE = 'Your local or remote URL'
# COPYRIGHT = '2015 © All Rights Reserved.'
# Google fonts can be downloaded with
# https://neverpanic.de/downloads/code/2014-03-19-downloading-google-web-fonts-for-local-hosting-fetch.sh'
# Maybe you need to add missing mime types to your webserver configuration
# USER_FONT = '/theme/fonts/font.css'
# USER_BOOTSTRAP = '//maxcdn.bootstrapcdn.com/bootstrap/3.3.4'
# USER_FONTAWESOME = '//maxcdn.bootstrapcdn.com/font-awesome/4.3.0'
# USER_JQUERY = '//code.jquery.com/jquery-1.11.2.min.js'

# About ME
PERSONAL_PHOTO = "https://dl.dropboxusercontent.com/u/299446/thumb-400x400.png"
Expand Down
16 changes: 15 additions & 1 deletion templates/_includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,16 @@

<div class="col-md-6 copyright">
{{ SITENAME|e }}
{% if COPYRIGHT %}
<br />{{ COPYRIGHT }}
{% else %}
<br />2015 &copy; All Rights Reserved.
{% endif %}
</div>

<div class="col-md-6 text-right">
{% for group_title, group_link in SOCIAL %}
<a href="{{group_link}}" class="social fa fa-{{group_title|lower}}"></a>
<a href="{{group_link}}" class="social fa fa-{{group_title|lower}}" target="_blank"></a>
{% endfor %}
</div>

Expand All @@ -28,8 +32,16 @@


<!-- CORE FILES -->
{% if USER_JQUERY %}
<script type="text/javascript" src="{{USER_JQUERY}}"></script>
{% else %}
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
{% endif %}
{% if USER_BOOTSTRAP %}
<script type="text/javascript" src="{{USER_BOOTSTRAP}}/js/bootstrap.min.js"></script>
{% else %}
<script type="text/javascript" src="//netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script>
{% endif %}
<script type="text/javascript" src="{{SITEURL}}/theme/js/jquery.isotope.js"></script>
<script type="text/javascript" src="{{SITEURL}}/theme/js/masonry.js"></script>

Expand Down Expand Up @@ -74,6 +86,7 @@
</script>
{% endif %}

{% if DISQUS_SITENAME %}
<script type="text/javascript">
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
var disqus_shortname = '{{ DISQUS_SITENAME }}'; // required: replace example with your forum shortname
Expand All @@ -86,6 +99,7 @@
(document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);
}());
</script>
{% endif %}

{% if PIWIK_URL and PIWIK_SITE_ID %}
<script type="text/javascript">
Expand Down
13 changes: 12 additions & 1 deletion templates/_includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,24 @@
<script type="text/javascript" src="http://stepofweb.gweb.io/.templates/IsisOne/HTML/assets/plugins/lt-ie9/excanvas.compiled.js"></script>
<![endif]-->

{% if USER_FONT %}
<link href="{{USER_FONT}}" rel="stylesheet">
{% else %}
<!-- GOOGLE FONTS -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,700,800|Dosis:300,400" rel="stylesheet" type="text/css" />

{% endif %}

<!-- CORE CSS FRAMEWORK -->
{% if USER_BOOTSTRAP %}
<link href="{{USER_BOOTSTRAP}}/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
{% else %}
<link href="//netdna.bootstrapcdn.com/bootstrap/3.1.0/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
{% endif %}
{% if USER_FONTAWESOME %}
<link href="{{USER_FONTAWESOME}}/css/font-awesome.css" rel="stylesheet">
{% else %}
<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
{% endif %}

<!-- CSS TEMPLATE -->
<link href="{{SITEURL}}/theme/css/reset.css" rel="stylesheet" type="text/css" />
Expand Down
4 changes: 4 additions & 0 deletions templates/_includes/nav.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,12 @@
{% else %}
<li><a href="{{SITEURL}}/index.html#home">Home</a></li>
<li><a href="{{SITEURL}}/index.html#about">About</a></li>
{% if WORK_DESCRIPTION %}
<li><a href="{{SITEURL}}/index.html#work">Work</a></li>
{% endif %}
{% if articles %}
<li><a href="{{SITEURL}}/blog.html">Blog</a></li>
{% endif %}
{% endif %}
{% if LINKS %}
<li class="dropdown">
Expand Down
10 changes: 9 additions & 1 deletion templates/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,12 @@ <h2 class="bigtext strtoupper nomargin">{{ SITENAME|e }}</h2>
<hr /><hr />
</div>
<span class="overlay"></span>
{% if HEADER_IMAGE %}
<div style="background-image: url('{{HEADER_IMAGE}}');" class="fullscreen-img"></div>
{%else%}
<div style="background-image: url('http://images.nationalgeographic.com/wpf/media-live/photos/000/763/cache/egret-fog-reflection_76312_990x742.jpg');" class="fullscreen-img"></div>

{% endif %}

</li>
</ul>

Expand Down Expand Up @@ -90,6 +94,7 @@ <h3>Simplicity</h3>
</section>
<!-- /ABOUT -->

{% if WORK_DESCRIPTION %}
<!-- WORK -->
<section id="work" class="alternate arrow-down">
<div class="container">
Expand Down Expand Up @@ -214,7 +219,9 @@ <h3>PROJECT TITLE</h3>
</div>
</section>
<!-- /WORK -->
{% endif %}

{% if articles %}
<!-- BLOG -->
<section id="quick-blog" class="alternate">
<div class="container">
Expand Down Expand Up @@ -266,6 +273,7 @@ <h4><a class="theme_link" href="{{ SITEURL }}/{{ article.url }}">{{article.title
</div>
</section>
<!-- /BLOG -->
{% endif %}

{% include "_includes/footer.html" %}
</body>