diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-03-21 01:55:24 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-03-21 01:55:24 -0400 |
commit | 75081c63ee8b204a239572a232d50455556882f4 (patch) | |
tree | 4b79ac766eed511254992bf9dbddc5a03a94db83 /public/index.md | |
parent | b46531457666c5bac7a9d5b28cb0481e155e2419 (diff) |
Go ahead and add the generated files. So I know about regressions.
Diffstat (limited to 'public/index.md')
-rw-r--r-- | public/index.md | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/public/index.md b/public/index.md new file mode 100644 index 0000000..e5b5b9e --- /dev/null +++ b/public/index.md @@ -0,0 +1,33 @@ +Web log entries +===== +<style> +li { + list-style-type: none; +} +time { + color: #AAAAAA; + font-family: monospace; +} +</style> + * <time>2016-02-28</time> - [My favorite bug: segfaults in Java (redux)](./java-segfault-redux.html) + * <time>2016-02-28</time> - [My X11 setup with systemd](./x11-systemd.html) + * <time>2015-05-19</time> - [An Nginx configuration for MediaWiki](./nginx-mediawiki.html) + * <time>2015-03-22</time> - [I took some videos at LibrePlanet](./lp2015-videos.html) + * <time>2015-03-18</time> - [Building Bash 1.14.7 on a modern system](./build-bash-1.html) + * <time>2015-02-06</time> - [Customizing your login on Purdue CS computers (WIP, but updated)](./purdue-cs-login.html) + * <time>2014-11-20</time> - [A memoization routine for GNU Make functions](./make-memoize.html) + * <time>2014-09-12</time> - [I'm excited about the new RYF-certified routers from ThinkPenguin](./ryf-routers.html) + * <time>2014-09-11</time> - [What I'm working on (Fall 2014)](./what-im-working-on-fall-2014.html) + * <time>2014-05-08</time> - [Miscellaneous ways to improve your Rails experience](./rails-improvements.html) + * <time>2014-02-13</time> - [Bash redirection](./bash-redirection.html) + * <time>2014-01-13</time> - [My favorite bug: segfaults in Java](./java-segfault.html) + * <time>2013-10-13</time> - [Bash arrays](./bash-arrays.html) + * <time>2013-10-12</time> - [`dprintf`: print formatted text directly to a file descriptor](./fd_printf.html) + * <time>2013-10-12</time> - [A git pre-commit hook for automatically formatting Go code](./git-go-pre-commit.html) + * <time>2013-08-29</time> - [Emacs as an operating system](./emacs-as-an-os.html) + * <time>2013-04-09</time> - [A summary of Emacs' bundled shell and terminal modes](./emacs-shells.html) + * <time>2013-03-21</time> - [An explanation of common terminal emulator color codes](./term-colors.html) + * <time>2013-02-21</time> - [An explanation of how "copyleft" licensing works](./fs-licensing-explanation.html) + * <time>2013-01-23</time> - [A quick overview of usage of the Pacman package manager](./pacman-overview.html) + * <time>2012-09-12</time> - [Why documentation on GNU/Linux sucks](./poor-system-documentation.html) + * <time>2012-09-11</time> - [What Arch Linux's switch to systemd means for users](./arch-systemd.html) |