Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sritchie/sritchie.github.io
Sam Ritchie's personal blog, in Jekyll.
https://github.com/sritchie/sritchie.github.io
Last synced: 24 days ago
JSON representation
Sam Ritchie's personal blog, in Jekyll.
- Host: GitHub
- URL: https://github.com/sritchie/sritchie.github.io
- Owner: sritchie
- Created: 2011-02-24T01:55:23.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2014-12-09T19:09:16.000Z (almost 10 years ago)
- Last Synced: 2024-05-02T00:35:44.328Z (6 months ago)
- Language: CSS
- Homepage: sritchie.github.io
- Size: 684 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
Awesome Lists containing this project
README
* This is the data for my blog!
It is automatically transformed by [[http://github.com/mojombo/jekyll][Jekyll]] into a static site hosted at [[https://sritchie.github.io]] whenever I push this repository to GitHub.
* Publishing
First, install the required gems:
#+BEGIN_SRC ruby
gem install jekyll redcarpet
#+END_SRC- =jekyll --server --auto= at the command line to host the site at [[http://localhost:4000]]. This configuration will automatically pick up changes made to the site's html files (when you regenerate html from org, for example).
#+BEGIN_SRC emacs-lisp
M-x customize-themes ;; disable theme!
C-c x sam ;; (in blog)
M-x customize-themes ;; select "zenburn"
#+END_SRCTo actually get content on to http://sritchie.github.io, push to the master branch.
* License
The following directories and their contents are Copyright Sam Ritchie. You may not reuse anything therein without my permission:
- org/_drafts/
- org/_posts/
- jekyll/_drafts/
- jekyll/_posts/
- jekyll/images/All other directories and files are MIT Licensed. Feel free to use the HTML and CSS as you please.