site/README.md

42 lines
1.6 KiB
Markdown
Raw Permalink Normal View History

2015-02-03 20:01:20 +00:00
My Site
=======
This is intended as a portfolio site or the like.
2015-02-07 01:47:00 +00:00
![screenshot of the site](http://puu.sh/fzCFZ/e28ae3cca7.png)
2015-02-07 01:48:58 +00:00
![other screenshot](http://puu.sh/fzCOr/05323c4a70.png:)
2015-02-07 01:47:00 +00:00
![](http://puu.sh/fzCT7/1bbd20ab22.png)
2015-02-03 20:01:20 +00:00
This is a site made with [lapis](http://leafo.net/lapis) and deployed on
a server running [dokku-alt](https://github.com/dokku-alt/dokku-alt) and runs
2015-02-07 01:11:33 +00:00
inside the [docker-lapis](https://github.com/Xe/docker-lapis) container. It
also has a copy of [OlegDB](http://olegdb.org) running to cache API requests
from GitHub. This cache is cleared on every deploy.
```
Copyright (C) 2015 Christine Dodrill <me@christine.website> All rights
reserved.
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.
Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:
1. The origin of this software must not be misrepresented; you must not
claim that you wrote the original software. If you use this software
in a product, an acknowledgment in the product documentation would be
appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be
misrepresented as being the original software.
3. This notice may not be removed or altered from any source
distribution.
```
2015-02-03 20:01:20 +00:00
The theming of this site is based off of Twitter's Bootstrap as well as
a modified version of the Readable theme.