Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/harrislapiroff/summeralities
My personal blog, powered by Jekyll and GitHub.
https://github.com/harrislapiroff/summeralities
Last synced: 1 day ago
JSON representation
My personal blog, powered by Jekyll and GitHub.
- Host: GitHub
- URL: https://github.com/harrislapiroff/summeralities
- Owner: harrislapiroff
- Created: 2013-09-30T21:07:03.000Z (over 11 years ago)
- Default Branch: gh-pages
- Last Pushed: 2017-10-09T22:46:01.000Z (over 7 years ago)
- Last Synced: 2024-11-25T12:44:19.723Z (2 months ago)
- Language: HTML
- Homepage: http://summer.harrislapiroff.com/
- Size: 17 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Summeralities
-------------Summeralities is Harris Lapiroff's blog. Building it requires:
* Jekyll
* npmInstalling Dependencies
=======================```bash
gem install jekyll # might need `sudo`
npm install grunt-cli -g
npm install # installs dependencies from `package.json`
```Serving and Building the Blog
=============================```bash
jekyll serve --watch --config _dev_config.yml
```Installing Static Packages
==========================```bash
bower install # required the first time you clone the repo, run `grunt` after
```Updating Static Packages
========================```bash
bower update # run `grunt` after, then add files, and make a new commit
```Rebuilding Static Files
=======================```bash
grunt # copy/process files from `_static` to `static`
```Special Directories
===================The following directories and files are special (n.b., not all of them appear in the repository):
* `_site/` is managed by the `jekyll` command. Do not modify it manually. It is ignored by Git.
* `node_modules/` is managed by the `npm` command. Do not modify it manually. It is ignored by Git.
* `_static/bower/` is managed by the `bower` command. Do not modify it manually. It is ignored by Git.
* `static/` is managed by the `grunt` command. Do not modify it manually. Updates must be committed to the Git repository after `grunt` is run.
* `favicon.ico` is generated automatically by [Opacity][] when saving `_favicon/favicon.opacity`.[Opacity]: http://likethought.com/opacity/