@@ -10,3 +10,4 @@ cd ../ | |||
mkdir -p deploy | |||
mv TODO.html deploy/todo.html | |||
mv emacs/.emacs.d/README.html deploy/index.html | |||
mv .travis/readtheorg.css deploy/ |
@@ -64,7 +64,7 @@ body{ | |||
height:100%; | |||
margin-left:300px; | |||
/* margin:auto; */ | |||
max-width:800px; | |||
max-width:900px; | |||
min-height:100%; | |||
padding:1.618em 3.236em; | |||
} | |||
@@ -284,7 +284,7 @@ code{ | |||
background:#fff; | |||
/* color:#000; for clickable code */ | |||
font-family:Consolas,"Andale Mono WT","Andale Mono","Lucida Console","Lucida Sans Typewriter","DejaVu Sans Mono","Bitstream Vera Sans Mono","Liberation Mono","Nimbus Mono L",Monaco,"Courier New",Courier,monospace; | |||
font-size:75%; | |||
font-size:85%; | |||
max-width:100%; | |||
overflow-x:auto; | |||
} |
@@ -1,7 +1,7 @@ | |||
* Dotfiles Todo List | |||
# -*- mode: org; -*- | |||
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="http://www.pirilampo.org/styles/readtheorg/css/htmlize.css"/> | |||
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="http://www.pirilampo.org/styles/readtheorg/css/readtheorg.css"/> | |||
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="readtheorg.css"/> | |||
#+HTML_HEAD: <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script> | |||
#+HTML_HEAD: <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script> | |||
#+HTML_HEAD: <script type="text/javascript" src="http://www.pirilampo.org/styles/lib/js/jquery.stickytableheaders.min.js"></script> |
@@ -3,7 +3,7 @@ | |||
#+TITLE: Wolfe's Literate Emacs Config | |||
#+AUTHOR: Josh Wolfe | |||
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="http://www.pirilampo.org/styles/readtheorg/css/htmlize.css"/> | |||
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="http://www.pirilampo.org/styles/readtheorg/css/readtheorg.css"/> | |||
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="readtheorg.css"/> | |||
#+HTML_HEAD: <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script> | |||
#+HTML_HEAD: <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script> | |||
#+HTML_HEAD: <script type="text/javascript" src="http://www.pirilampo.org/styles/lib/js/jquery.stickytableheaders.min.js"></script> |