[Emacs] Update github pages index file

This commit is contained in:
Ivan Malison 2016-10-19 18:12:26 -07:00
parent a80e9769a3
commit 42c282373e
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -3,7 +3,7 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head> <head>
<!-- 2016-10-19 Wed 18:08 --> <!-- 2016-10-19 Wed 18:12 -->
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="viewport" content="width=device-width, initial-scale=1" />
<title></title> <title></title>
@ -100,6 +100,8 @@
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
<script type="text/javascript" src="http://www.pirilampo.org/styles/lib/js/jquery.stickytableheaders.js"></script> <script type="text/javascript" src="http://www.pirilampo.org/styles/lib/js/jquery.stickytableheaders.js"></script>
<script type="text/javascript" src="http://www.pirilampo.org/styles/readtheorg/js/readtheorg.js"></script> <script type="text/javascript" src="http://www.pirilampo.org/styles/readtheorg/js/readtheorg.js"></script>
<style type="text/css">
pre.src {background-color: #263238; color: #ffffff;}</style>
<style type="text/css"> <style type="text/css">
pre.src {background-color: #263238; color: #ffffff;}</style> pre.src {background-color: #263238; color: #ffffff;}</style>
<script type="text/javascript"> <script type="text/javascript">
@ -527,12 +529,8 @@ for the JavaScript code in this tag.
<p> <p>
This is my emacs configuration in literate form. It aspires to be like the This is my emacs configuration in literate form. It aspires to be like the
incredibly well commented literate configurations of <a href="http://pages.sachachua.com/.emacs.d/Sacha.html">Sacha Chua</a> and <a href="http://doc.rix.si/cce/cce.html">Ryan Rix</a>, incredibly well commented literate configurations of <a href="http://pages.sachachua.com/.emacs.d/Sacha.html">Sacha Chua</a> and <a href="http://doc.rix.si/cce/cce.html">Ryan Rix</a>,
but I haven't quite gotten around to polishing it to the point where nearly but I haven't quite gotten around to polishing it to the point that those two
every section has commentary explaining why it is there, as those two have. have. Still, there are definitely a few sections of which I am quite proud, and that
</p>
<p>
Still, there are definitely a few sections of which I am quite proud, and that
others may find to be useful. others may find to be useful.
</p> </p>
</div> </div>
@ -6589,7 +6587,7 @@ load-theme hook (See the heading below).
</div> </div>
<div id="postamble" class="status"> <div id="postamble" class="status">
<p class="author">Author: Ivan Malison</p> <p class="author">Author: Ivan Malison</p>
<p class="date">Created: 2016-10-19 Wed 18:08</p> <p class="date">Created: 2016-10-19 Wed 18:12</p>
<p class="validation"><a href="http://validator.w3.org/check?uri=referer">Validate</a></p> <p class="validation"><a href="http://validator.w3.org/check?uri=referer">Validate</a></p>
</div> </div>
</body> </body>