diff options
author | Brian Picciano <bgp2396@bellsouth.net> | 2013-10-16 20:21:40 -0400 |
---|---|---|
committer | Brian Picciano <bgp2396@bellsouth.net> | 2013-10-16 20:24:03 -0400 |
commit | 98245f1639c5e4fd53b06d61889e0bac5c67382d (patch) | |
tree | ca21dadbc185904800990b2308fdfe471032e862 /README.md | |
parent | 5405686b0ed1a6e0a9bbf34355b7e077930f4101 (diff) | |
parent | 1517dc3d0ad0c0fbcee2c11e4477fcf92a47f0d6 (diff) |
merge in other stuff real quick
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 75 |
1 files changed, 6 insertions, 69 deletions
@@ -1,72 +1,9 @@ -# Lagom +This is my here blog. It's not much at the moment (one post? booyah!), but maybe it'll grow. -> #### *Lagom* is a Swedish word with no direct English equivalent, meaning "just the right amount" +Maybe not -Lagom, a [Jekyll][j] blog theme with just the right amount of style. +* [Erlang, tcp sockets, and active true](erlang-tcp-socket-pull-pattern.md) (originally posted March 9, 2013) +* [go+](goplus.md) (originally posted July 11, 2013) +* [Generations](generations.md) (originally posted October 8, 2013) -Extracted lovingly from [http://mdswanson.com][mds] for your enjoyment! - -* Responsive, based on [Skeleton][skeleton] -* [Font Awesome][font-awesome] for icons -* Open Sans from [Google web fonts][gfonts] -* Built-in Atom RSS feed - -## Action Shots -![](http://i.imgur.com/Pmzk4j1.png) -![](http://i.imgur.com/CT2Xvug.png) -![](http://i.imgur.com/XisjqW1.jpg) - -## Installation - -- Install Jekyll: `gem install jekyll` -- [Fork this repository][fork] -- Clone it: `git clone https://github.com/YOUR-USER/lagom` -- Run the jekyll server: `jekyll serve` - -You should have a server up and running locally at <http://localhost:4000>. - -## Customization - -Next you'll want to change a few things. Most of them can be changed directly in -[_config.yml][config]. That's where you can add your social links, change the accent -color, stuff like that. - -There's a few other places that you'll want to change, too: - -- [CNAME][cname]: If you're using this on GitHub Pages with a custom domain name, - you'll want to change this to be the domain you're going to use. All that should - be in here is a domain name on the first line and nothing else (like: `example.com`). -- [favicon.png][favicon]: This is the icon in your browser's address bar. You should - change it to whatever you'd like. -- [logo.png][logo]: A square-ish image that appears in the upper-left corner - -## Deployment - -You should deploy with [GitHub Pages][pages] - it's just easier. - -All you should have to do is rename your repository on GitHub to be -`username.github.io`. Since everything is on the `gh-pages` branch, you -should be able to see your new site at <http://username.github.io>. - -## Licensing - -[MIT](https://github.com/swanson/lagom/blob/master/LICENSE) with no -added caveats, so feel free to use this on your site without linking back to -me or using a disclaimer or anything silly like that. - -## Contact -I'd love to hear from you at [@_swanson][twitter]. Feel free to open issues if you -run into trouble or have suggestions. Pull Requests always welcome. - -[j]: http://jekyllrb.com/ -[mds]: http://mdswanson.com -[skeleton]: http://www.getskeleton.com/ -[font-awesome]: http://fortawesome.github.io/Font-Awesome/ -[gfonts]: http://www.google.com/fonts/specimen/Open+Sans -[fork]: https://github.com/swanson/lagom/fork -[config]: https://github.com/swanson/lagom/blob/master/_config.yml -[cname]: https://github.com/swanson/lagom/blob/master/CNAME -[favicon]: https://github.com/swanson/lagom/blob/master/favicon.png -[logo]: https://github.com/swanson/lagom/blob/master/logo.png -[pages]: http://pages.github.com -[twitter]: https://twitter.com/_swanson +That's all folks! |