Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Ariel Santos committed Jan 25, 2018
1 parent 3cec60b commit f3d0d61
Show file tree
Hide file tree
Showing 11 changed files with 119 additions and 2,549 deletions.
4 changes: 2 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ sass:
sass_dir: _sass

# Markdown
# markdown: kramdown
# highlighter: rouge
markdown: kramdown
highlighter: rouge
# excerpt_separator: "\n\n"
13 changes: 5 additions & 8 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<link rel="stylesheet" href="{{ "/assets/css/atom-one-light.css" | relative_url }}">
<link rel="stylesheet" type="text/css" href="{{ "/assets/css/styles.css" | relative_url }}">
<link rel="stylesheet" type="text/css" href="{{ "/assets/css/styles.css" | relative_url }}">
<link rel="stylesheet" type="text/css" href="{{ "/assets/css/syntax.css" | relative_url }}">
{% if page.title or page.title == 'me' %}
<title>{{ page.title }}</title>
{% else %}
Expand All @@ -14,8 +14,6 @@
<link rel="stylesheet" href="{{ "/assets/css/font-awesome.min.css" | relative_url }}">
<link rel="shortcut icon" href="{{ "/assets/img/favicon.ico" | relative_url }}" type="image/x-icon">
<link rel="icon" href="{{ "/assets/img/favicon.ico" | relative_url }}" type="image/x-icon">
<script src="{{ "/assets/js/highlight.pack.js" | relative_url }}"></script>
<script>hljs.initHighlightingOnLoad();</script>
</head>
<body>
<div class="window" id="wrapper">
Expand Down Expand Up @@ -82,8 +80,8 @@ <h1>{{ site.title }}</h1>
<img src="{{ "/assets/img/file.png" | relative_url }}" />
<h1>{{ page.title }}</h1>
<a href="{{ site.baseurl }}/"><div class="btn"><span class="fa fa-times"></span></div></a>
<div class="btn btn_max"><span class="fa fa-window-maximize"></span></div>
<div class="btn"><span class="fa fa-window-minimize"></span></div>
<div class="btn btn_max" id="maximize-btn"><span class="fa fa-window-maximize"></span></div>
<div class="btn" id="minimize-btn"><span class="fa fa-window-minimize"></span></div>
</div>
<ul class="topbar">
<li>{{ page.date | date: '%B %-d, %Y' }}</li>
Expand All @@ -93,7 +91,6 @@ <h1>{{ page.title }}</h1>
</div>
</div>
{% endif %}
<script src="{{ "/assets/js/001.js" | relative_url }}"></script>
<script src="{{ "/assets/js/002.js" | relative_url }}"></script>
<script src="{{ "/assets/js/window_buttons.js" | relative_url }}"></script>
</body>
</html>
96 changes: 0 additions & 96 deletions assets/css/atom-one-light.css

This file was deleted.

Loading

0 comments on commit f3d0d61

Please sign in to comment.