Browse Source

imported external assets

Harlan Iverson 7 years ago
parent
commit
a90b947513

File diff suppressed because it is too large
+ 4 - 0
app/resources/templates/themes/ispooge/css/bootstrap-3.3.0.css


File diff suppressed because it is too large
+ 3 - 0
app/resources/templates/themes/ispooge/css/font-awesome-4.2.0.css


+ 1 - 0
app/resources/templates/themes/ispooge/css/highlight-9.7.0.css

@@ -0,0 +1 @@
+.hljs{display:block;overflow-x:auto;padding:0.5em;background:#F0F0F0}.hljs,.hljs-subst{color:#444}.hljs-comment{color:#888888}.hljs-keyword,.hljs-attribute,.hljs-selector-tag,.hljs-meta-keyword,.hljs-doctag,.hljs-name{font-weight:bold}.hljs-type,.hljs-string,.hljs-number,.hljs-selector-id,.hljs-selector-class,.hljs-quote,.hljs-template-tag,.hljs-deletion{color:#880000}.hljs-title,.hljs-section{color:#880000;font-weight:bold}.hljs-regexp,.hljs-symbol,.hljs-variable,.hljs-template-variable,.hljs-link,.hljs-selector-attr,.hljs-selector-pseudo{color:#BC6060}.hljs-literal{color:#78A960}.hljs-built_in,.hljs-bullet,.hljs-code,.hljs-addition{color:#397300}.hljs-meta{color:#1f7199}.hljs-meta-string{color:#4d99bf}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:bold}

+ 2 - 0
app/resources/templates/themes/ispooge/html/archives.html

@@ -14,6 +14,8 @@
         </li>
         </li>
         {% endfor %}
         {% endfor %}
         </ul>
         </ul>
+        
+        <p>Also check out our <a href="/feed.xml">RSS Feed</a> <small>(Needs RSS Reader)</small></p>
     {% endfor %}
     {% endfor %}
 
 
 </div>
 </div>

+ 8 - 7
app/resources/templates/themes/ispooge/html/base.html

@@ -5,13 +5,14 @@
     <title>{{title}}{% block subtitle %}{% endblock %}</title>
     <title>{{title}}{% block subtitle %}{% endblock %}</title>
     <link rel="canonical" href="{{site-url}}{{uri}}">
     <link rel="canonical" href="{{site-url}}{{uri}}">
     <meta name="viewport" content="width=device-width, initial-scale=1">
     <meta name="viewport" content="width=device-width, initial-scale=1">
-    <link href='http://fonts.googleapis.com/css?family=Alegreya:400italic,700italic,400,700' rel='stylesheet'
-          type='text/css'>
-    <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css">
-    <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
-    <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/styles/default.min.css">
-    <script src="//code.jquery.com/jquery-1.11.0.min.js"></script>
-<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script>
+
+    {% style "css/bootstrap-3.3.0.css" %}
+    {% style "css/font-awesome-4.2.0.css" %}
+    {% style "css/highlight-9.7.0.css" %}
+    
+    {% script "js/jquery-1.11.js" %}
+    {% script "js/bootstrap-3.3.0.js" %}
+    
     <script src="/assets/steem.js"></script>
     <script src="/assets/steem.js"></script>
     {% style "css/screen.css" %}
     {% style "css/screen.css" %}
 
 

+ 1 - 2
app/resources/templates/themes/ispooge/html/embed.html

@@ -17,8 +17,7 @@
 
 
     
     
     <meta name="viewport" content="width=device-width, initial-scale=1">
     <meta name="viewport" content="width=device-width, initial-scale=1">
-    <link href='http://fonts.googleapis.com/css?family=Alegreya:400italic,700italic,400,700' rel='stylesheet'
-          type='text/css'>
+
     <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css">
     <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css">
     <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
     <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
     <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/styles/default.min.css">
     <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/styles/default.min.css">

File diff suppressed because it is too large
+ 5 - 0
app/resources/templates/themes/ispooge/js/bootstrap-3.3.0.js


File diff suppressed because it is too large
+ 1 - 0
app/resources/templates/themes/ispooge/js/jquery-1.11.js


Some files were not shown because too many files changed in this diff