[Emacs] Update github pages index file

This commit is contained in:
Ivan Malison 2016-10-25 13:21:28 -07:00
parent 11445e4837
commit b8e6415eb5
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-25 Tue 13:18 --> <!-- 2016-10-25 Tue 13:21 -->
<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>
@ -110,6 +110,8 @@
pre.src {background-color: #263238; color: #ffffff;}</style> 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>
<style type="text/css">
pre.src {background-color: #263238; color: #ffffff;}</style>
<script type="text/javascript"> <script type="text/javascript">
/* /*
@licstart The following is the entire license notice for the @licstart The following is the entire license notice for the
@ -166,22 +168,18 @@ for the JavaScript code in this tag.
<li><a href="#about">1. About</a></li> <li><a href="#about">1. About</a></li>
<li><a href="#highlights">2. Highlights</a> <li><a href="#highlights">2. Highlights</a>
<ul> <ul>
<li> <li><a href="#howigeneratehttpivanmalisongithubiodotfiles">2.1. How I generate </a>
<ul> <ul>
<li><a href="#howigeneratehttpivanmalisongithubiodotfiles">2.0.1. How I generate </a> <li><a href="#githooks">2.1.1. Git Hooks</a></li>
<ul> <li><a href="#httpsgithubcomfniessenorghtmlthemesreadtheorg">2.1.2. Read The Org</a></li>
<li><a href="#githooks">2.0.1.1. Git Hooks</a></li> <li><a href="#headinglinks">2.1.3. Heading Links</a></li>
<li><a href="#httpsgithubcomfniessenorghtmlthemesreadtheorg">2.0.1.2. Read The Org</a></li> <li><a href="#setbackgroundcolorsourceblocks">2.1.4. Set Background Color Source Blocks</a></li>
<li><a href="#headinglinks">2.0.1.3. Heading Links</a></li>
<li><a href="#setbackgroundcolorsourceblocks">2.0.1.4. Set Background Color Source Blocks</a></li>
</ul>
</li>
<li><a href="#functionsmyfunctionssection">2.0.2. My functions section</a></li>
<li><a href="#configurationofmyownpackages">2.0.3. Configuration of My Own Packages</a></li>
<li><a href="#programminglanguagesprogramminglanguageconfigurations">2.0.4. Programming Language Configurations</a></li>
<li><a href="#orgorgmode">2.0.5. org-mode</a></li>
</ul> </ul>
</li> </li>
<li><a href="#functionsmyfunctionssection">2.2. My functions section</a></li>
<li><a href="#configurationofmyownpackages">2.3. Configuration of My Own Packages</a></li>
<li><a href="#programminglanguagesprogramminglanguageconfigurations">2.4. Programming Language Configurations</a></li>
<li><a href="#orgorgmode">2.5. org-mode</a></li>
</ul> </ul>
</li> </li>
<li><a href="#htmlheaders">3. HTML Headers</a></li> <li><a href="#htmlheaders">3. HTML Headers</a></li>
@ -659,12 +657,12 @@ These sections are the ones that have the most potential to be interesting to
others: others:
</p> </p>
</div> </div>
<div id="outline-container-howigeneratehttpivanmalisongithubiodotfiles" class="outline-4"> <div id="outline-container-howigeneratehttpivanmalisongithubiodotfiles" class="outline-3">
<h4 id="howigeneratehttpivanmalisongithubiodotfiles"><span class="section-number-4">2.0.1</span> How I generate <a href="http://ivanmalison.github.io/dotfiles/">http://ivanmalison.github.io/dotfiles/</a></h4> <h3 id="howigeneratehttpivanmalisongithubiodotfiles"><span class="section-number-3">2.1</span> How I generate <a href="http://ivanmalison.github.io/dotfiles/">http://ivanmalison.github.io/dotfiles/</a></h3>
<div class="outline-text-4" id="text-2-0-1"> <div class="outline-text-3" id="text-2-1">
</div><div id="outline-container-githooks" class="outline-5"> </div><div id="outline-container-githooks" class="outline-4">
<h5 id="githooks"><span class="section-number-5">2.0.1.1</span> Git Hooks</h5> <h4 id="githooks"><span class="section-number-4">2.1.1</span> Git Hooks</h4>
<div class="outline-text-5" id="text-2-0-1-1"> <div class="outline-text-4" id="text-2-1-1">
<p> <p>
I wrote a <a href="https://github.com/IvanMalison/dotfiles/tree/master/dotfiles/emacs.d/bin">githook and an installer script</a> that automatically update index.html I wrote a <a href="https://github.com/IvanMalison/dotfiles/tree/master/dotfiles/emacs.d/bin">githook and an installer script</a> that automatically update index.html
at the root of the repository by running <code>org-html-export-to-html</code> on my at the root of the repository by running <code>org-html-export-to-html</code> on my
@ -674,17 +672,17 @@ should be relatively easy to change.
</p> </p>
</div> </div>
</div> </div>
<div id="outline-container-httpsgithubcomfniessenorghtmlthemesreadtheorg" class="outline-5"> <div id="outline-container-httpsgithubcomfniessenorghtmlthemesreadtheorg" class="outline-4">
<h5 id="httpsgithubcomfniessenorghtmlthemesreadtheorg"><span class="section-number-5">2.0.1.2</span> <a href="https://github.com/fniessen/org-html-themes">Read The Org</a></h5> <h4 id="httpsgithubcomfniessenorghtmlthemesreadtheorg"><span class="section-number-4">2.1.2</span> <a href="https://github.com/fniessen/org-html-themes">Read The Org</a></h4>
<div class="outline-text-5" id="text-2-0-1-2"> <div class="outline-text-4" id="text-2-1-2">
<p> <p>
I use <a href="https://github.com/fniessen">fniessen</a>'s ReadTheOrg theme which can be found at <a href="https://github.com/fniessen/org-html-themes">https://github.com/fniessen/org-html-themes</a>. I use <a href="https://github.com/fniessen">fniessen</a>'s ReadTheOrg theme which can be found at <a href="https://github.com/fniessen/org-html-themes">https://github.com/fniessen/org-html-themes</a>.
</p> </p>
</div> </div>
</div> </div>
<div id="outline-container-headinglinks" class="outline-5"> <div id="outline-container-headinglinks" class="outline-4">
<h5 id="headinglinks"><span class="section-number-5">2.0.1.3</span> Heading Links</h5> <h4 id="headinglinks"><span class="section-number-4">2.1.3</span> Heading Links</h4>
<div class="outline-text-5" id="text-2-0-1-3"> <div class="outline-text-4" id="text-2-1-3">
<p> <p>
To make it so that internal heading links have names that correspond to the To make it so that internal heading links have names that correspond to the
heading text, and don't change when new headings are added to the document, I heading text, and don't change when new headings are added to the document, I
@ -707,18 +705,18 @@ that is something you are interested in.
</p> </p>
</div> </div>
</div> </div>
<div id="outline-container-setbackgroundcolorsourceblocks" class="outline-5"> <div id="outline-container-setbackgroundcolorsourceblocks" class="outline-4">
<h5 id="setbackgroundcolorsourceblocks"><span class="section-number-5">2.0.1.4</span> Set Background Color Source Blocks</h5> <h4 id="setbackgroundcolorsourceblocks"><span class="section-number-4">2.1.4</span> Set Background Color Source Blocks</h4>
<div class="outline-text-5" id="text-2-0-1-4"> <div class="outline-text-4" id="text-2-1-4">
<p> <p>
For some reason, org-mode uses all of your currently active fontification when exporting EXCEPT for background color. <a href="#setbackgroundcolorofsourceblocksforexport">This</a> modification fixes this. For some reason, org-mode uses all of your currently active fontification when exporting EXCEPT for background color. <a href="#setbackgroundcolorofsourceblocksforexport">This</a> modification fixes this.
</p> </p>
</div> </div>
</div> </div>
</div> </div>
<div id="outline-container-functionsmyfunctionssection" class="outline-4"> <div id="outline-container-functionsmyfunctionssection" class="outline-3">
<h4 id="functionsmyfunctionssection"><span class="section-number-4">2.0.2</span> <a href="#functions">My functions section</a></h4> <h3 id="functionsmyfunctionssection"><span class="section-number-3">2.2</span> <a href="#functions">My functions section</a></h3>
<div class="outline-text-4" id="text-2-0-2"> <div class="outline-text-3" id="text-2-2">
<p> <p>
&#x2026;has a bunch of generally useful functions: &#x2026;has a bunch of generally useful functions:
</p> </p>
@ -732,9 +730,9 @@ For some reason, org-mode uses all of your currently active fontification when e
</ul> </ul>
</div> </div>
</div> </div>
<div id="outline-container-configurationofmyownpackages" class="outline-4"> <div id="outline-container-configurationofmyownpackages" class="outline-3">
<h4 id="configurationofmyownpackages"><span class="section-number-4">2.0.3</span> Configuration of My Own Packages</h4> <h3 id="configurationofmyownpackages"><span class="section-number-3">2.3</span> Configuration of My Own Packages</h3>
<div class="outline-text-4" id="text-2-0-3"> <div class="outline-text-3" id="text-2-3">
<ul class="org-ul"> <ul class="org-ul">
<li><a href="#termprojectile">term-projectile</a> and <a href="#termmanager">term-manager</a></li> <li><a href="#termprojectile">term-projectile</a> and <a href="#termmanager">term-manager</a></li>
<li><a href="#orgprojectile">org-projectile</a></li> <li><a href="#orgprojectile">org-projectile</a></li>
@ -744,17 +742,17 @@ For some reason, org-mode uses all of your currently active fontification when e
</ul> </ul>
</div> </div>
</div> </div>
<div id="outline-container-programminglanguagesprogramminglanguageconfigurations" class="outline-4"> <div id="outline-container-programminglanguagesprogramminglanguageconfigurations" class="outline-3">
<h4 id="programminglanguagesprogramminglanguageconfigurations"><span class="section-number-4">2.0.4</span> <a href="#orgtarget6">Programming Language Configurations</a></h4> <h3 id="programminglanguagesprogramminglanguageconfigurations"><span class="section-number-3">2.4</span> <a href="#orgtarget6">Programming Language Configurations</a></h3>
<div class="outline-text-4" id="text-2-0-4"> <div class="outline-text-3" id="text-2-4">
<p> <p>
My programming language major mode configurations can all be found <a href="#orgtarget6">here</a>. My programming language major mode configurations can all be found <a href="#orgtarget6">here</a>.
</p> </p>
</div> </div>
</div> </div>
<div id="outline-container-orgorgmode" class="outline-4"> <div id="outline-container-orgorgmode" class="outline-3">
<h4 id="orgorgmode"><span class="section-number-4">2.0.5</span> <a href="#org">org-mode</a></h4> <h3 id="orgorgmode"><span class="section-number-3">2.5</span> <a href="#org">org-mode</a></h3>
<div class="outline-text-4" id="text-2-0-5"> <div class="outline-text-3" id="text-2-5">
<p> <p>
My <a href="#org">org-mode</a> configuration is pretty comprehensive, but not super well commented. My <a href="#org">org-mode</a> configuration is pretty comprehensive, but not super well commented.
</p> </p>
@ -7113,7 +7111,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-25 Tue 13:18</p> <p class="date">Created: 2016-10-25 Tue 13:21</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>