Fixed log indentation.
This commit is contained in:
parent
75f02f96b0
commit
58a8507742
19 changed files with 27 additions and 9 deletions
10
_config.yml
10
_config.yml
|
|
@ -30,16 +30,16 @@ me-img: "/img/jetpacktocat.png"
|
||||||
|
|
||||||
dynamic-typing: True
|
dynamic-typing: True
|
||||||
shuffle: True # Shuffle the lines.
|
shuffle: True # Shuffle the lines.
|
||||||
loop: True
|
loop: True
|
||||||
loop-count: False #Set False for infinite loop, or set any number for finite loop.
|
loop-count: False #Set False for infinite loop, or set any number for finite loop.
|
||||||
type-speed: 10 #Default 10
|
type-speed: 10 #Default 10
|
||||||
start-delay: 200 #Default 200
|
start-delay: 200 #Default 200
|
||||||
delete-delay: 5000 #Default 5000
|
delete-delay: 5000 #Default 5000
|
||||||
lines: # You can add HTML Tags in the Text
|
lines: # You can add HTML Tags in the Text
|
||||||
- text: "The lower you fall, the higher you'll fly."
|
- text: "The lower you fall, the higher you'll fly."
|
||||||
- text: "May the wind under your wings bear you where the sun sails and the moon walks."
|
- text: "May the wind under your wings bear you where the sun sails and the moon walks."
|
||||||
- text: "Some people never go crazy. What truly horrible lives they must lead."
|
- text: "Some people never go crazy. What truly horrible lives they must lead."
|
||||||
- text: "Where’s your will to be weird?"
|
- text: "Where’s your will to be weird?"
|
||||||
|
|
||||||
########
|
########
|
||||||
# Blog #
|
# Blog #
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,4 @@
|
||||||
|
|
||||||
<!-- About Start -->
|
<!-- About Start -->
|
||||||
|
|
||||||
<section id="{{ page.title }}" class="container content-section text-center">
|
<section id="{{ page.title }}" class="container content-section text-center">
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,4 @@
|
||||||
|
|
||||||
<!-- Career Start -->
|
<!-- Career Start -->
|
||||||
|
|
||||||
<section id="{{ page.title }}" class="container content-section text-center">
|
<section id="{{ page.title }}" class="container content-section text-center">
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,4 @@
|
||||||
|
|
||||||
<!-- Disqus Comments Start -->
|
<!-- Disqus Comments Start -->
|
||||||
|
|
||||||
{% if site.disqus-shortname %}
|
{% if site.disqus-shortname %}
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,4 @@
|
||||||
|
|
||||||
<!-- Contact Start -->
|
<!-- Contact Start -->
|
||||||
|
|
||||||
<section id="{{ page.title }}" class="container content-section text-center">
|
<section id="{{ page.title }}" class="container content-section text-center">
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,4 @@
|
||||||
|
|
||||||
<!-- Footer Start -->
|
<!-- Footer Start -->
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,4 @@
|
||||||
|
|
||||||
<!-- HEAD Start -->
|
<!-- HEAD Start -->
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,4 @@
|
||||||
|
|
||||||
<!-- Intro Start -->
|
<!-- Intro Start -->
|
||||||
|
|
||||||
<header class="intro">
|
<header class="intro">
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,4 @@
|
||||||
|
|
||||||
<!-- Javascript Start -->
|
<!-- Javascript Start -->
|
||||||
|
|
||||||
<!-- jQuery -->
|
<!-- jQuery -->
|
||||||
|
|
@ -49,7 +50,7 @@
|
||||||
|
|
||||||
{% if page.section-type == "post" or page.section-type == "blog" or page.section-type == "index" or page.section-type == "tag" %}
|
{% if page.section-type == "post" or page.section-type == "blog" or page.section-type == "index" or page.section-type == "tag" %}
|
||||||
|
|
||||||
<!-- Comments counter Start -->
|
<!-- Comments Counter Start -->
|
||||||
|
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
|
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
|
||||||
|
|
@ -64,7 +65,7 @@
|
||||||
}());
|
}());
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<!-- Comments counter End -->
|
<!-- Comments Counter End -->
|
||||||
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,4 @@
|
||||||
|
|
||||||
<!-- Latest Post Preview Start -->
|
<!-- Latest Post Preview Start -->
|
||||||
|
|
||||||
<section id="{{ page.title }}" class="container content-section text-center">
|
<section id="{{ page.title }}" class="container content-section text-center">
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,4 @@
|
||||||
|
|
||||||
<!-- Navigation Start -->
|
<!-- Navigation Start -->
|
||||||
|
|
||||||
<nav class="navbar navbar-custom navbar-fixed-top" role="navigation">
|
<nav class="navbar navbar-custom navbar-fixed-top" role="navigation">
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,4 @@
|
||||||
|
|
||||||
<!-- Pagination Links Start -->
|
<!-- Pagination Links Start -->
|
||||||
|
|
||||||
<div class="pagination">
|
<div class="pagination">
|
||||||
|
|
@ -15,7 +16,7 @@
|
||||||
{% if paginator.next_page %}
|
{% if paginator.next_page %}
|
||||||
<h4><a href="{{site.baseurl}}{{ paginator.next_page_path }}" class="next">Older Posts</a></h4>
|
<h4><a href="{{site.baseurl}}{{ paginator.next_page_path }}" class="next">Older Posts</a></h4>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Pagination Links End -->
|
<!-- Pagination Links End -->
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,4 @@
|
||||||
|
|
||||||
<!-- Share Buttons Start -->
|
<!-- Share Buttons Start -->
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
|
|
@ -22,7 +23,7 @@
|
||||||
<script type="text/javascript" src="//www.redditstatic.com/button/button1.js"></script>
|
<script type="text/javascript" src="//www.redditstatic.com/button/button1.js"></script>
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Share Buttons End -->
|
<!-- Share Buttons End -->
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,4 @@
|
||||||
|
|
||||||
<!-- Social Buttons Start -->
|
<!-- Social Buttons Start -->
|
||||||
|
|
||||||
<ul class="list-inline social-buttons">
|
<ul class="list-inline social-buttons">
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,4 @@
|
||||||
|
|
||||||
<!-- Blog Layout Start -->
|
<!-- Blog Layout Start -->
|
||||||
|
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,4 @@
|
||||||
|
|
||||||
<!-- 404 Layout Start -->
|
<!-- 404 Layout Start -->
|
||||||
|
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,4 @@
|
||||||
|
|
||||||
<!-- Index Layout Start -->
|
<!-- Index Layout Start -->
|
||||||
|
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,4 @@
|
||||||
|
|
||||||
<!-- Post Layout Start -->
|
<!-- Post Layout Start -->
|
||||||
|
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,4 @@
|
||||||
|
|
||||||
<!-- Tag Layout Start -->
|
<!-- Tag Layout Start -->
|
||||||
|
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue