Merge branch 'master' of github.com:russellballestrini/remarkbox-westworld
This commit is contained in:
commit
a38be84403
4 changed files with 24 additions and 4 deletions
|
|
@ -1,2 +1,2 @@
|
|||
include *.txt *.ini *.cfg *.rst
|
||||
recursive-include remarkbox *.ico *.png *.css *.gif *.jpg *.pt *.txt *.mak *.mako *.js *.html *.xml *.j2
|
||||
recursive-include remarkbox_westworld *.ico *.png *.css *.gif *.jpg *.pt *.txt *.mak *.mako *.js *.html *.xml *.j2
|
||||
|
|
|
|||
14
readme.rst
Normal file
14
readme.rst
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
Remarkbox Westworld Theme
|
||||
############################
|
||||
|
||||
Install into your python environment using:
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
python setup.py install
|
||||
|
||||
Include in your remarkbox .ini file using:
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
app.theme = remarkbox_westworld
|
||||
|
|
@ -33,7 +33,7 @@ ul.summery {
|
|||
padding-left: 20px;
|
||||
}
|
||||
|
||||
li {
|
||||
li.summery {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -1,9 +1,12 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>{% block title %}{{ request.server_name }}{% endblock %}</title>
|
||||
<title>{% block title %}{{ request.domain }}{% endblock %}</title>
|
||||
|
||||
<meta charset="utf-8" />
|
||||
|
||||
|
||||
<!-- this makes mobile pretty... -->
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<script type="text/javascript" src="/static/js/jquery-2.1.3.min.js"></script>
|
||||
<script type="text/javascript" src="/static/js/custom.js"></script>
|
||||
|
|
@ -16,6 +19,9 @@
|
|||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat:700">
|
||||
<link rel="stylesheet" href="/static/theme/css/westworld.css">
|
||||
<link rel="stylesheet" href="/static/css/pygments.css">
|
||||
|
||||
{% include 'snippets/google-analytics.j2' %}
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue