Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dalpo/dalpo.github.io
https://github.com/dalpo/dalpo.github.io
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dalpo/dalpo.github.io
- Owner: dalpo
- License: mit
- Created: 2012-06-05T21:26:28.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2023-01-19T08:55:20.000Z (almost 2 years ago)
- Last Synced: 2024-10-09T14:20:29.139Z (28 days ago)
- Language: HTML
- Homepage: http://andreadalponte.com
- Size: 2.49 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Jekyll Incorporated
Modern Jekyll based blog. Great for companies, products or anything. See live at [blog.sendtoinc.com](http://blog.sendtoinc.com)## Installation & Usage
bundle install
jekyll serve --watch_Note: Requires Ruby version 1.9.3 =>. For example use [rbenv](https://github.com/sstephenson/rbenv)_
## Configuration
Edit: _config.yml (general options), main.css (theme colors & fonts)```
jekyll-incorporated/
├── _config.yml
├── _assets/
├── stylesheets/
├── main.scss
```_Note: when editing _config.yml, you need to restart jekyll to see the changes.__
## Publish to Github Pages
1. Add your domain to _CNAME_
2. Edit your repo address at _Rakefile_
Run rake task. **NOTE: It will deploy the generated site to _gh-pages_ branch overwriting it**
```
rake site:publish
```## Usage examples
* Adroll Engineering http://tech.adroll.com/
* Brace.io blog http://blog.brace.io/
* Spark.io blog http://blog.spark.io/
* Department of Better Technology http://blog.dobt.co/## Authors
Originally build for [sendtoinc.com](https://sendtoinc.com), your workspace for sharing and organizing knowledge
**Karri Saarinen**
+ [http://twitter.com/karrisaarinen](http://twitter.com/karrisaarinen)
+ [http://github.com/ksaa](http://github.com/ksaa)**Jori Lallo**
+ [http://twitter.com/jorilallo](http://twitter.com/jorilallo)
+ [http://github.com/jorde](http://github.com/jorilallo)## Todo:
+ Documentation
+ Less config files
+ Better deploy scripts## Copyright and license
Copyright 2013 Kippt Inc. under [The MIT License ](LICENSE)