Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cbillowes/thinky
Versioned Thinky website created in Jekyll.
https://github.com/cbillowes/thinky
Last synced: 1 day ago
JSON representation
Versioned Thinky website created in Jekyll.
- Host: GitHub
- URL: https://github.com/cbillowes/thinky
- Owner: cbillowes
- License: mit
- Created: 2015-08-15T16:01:48.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-19T18:10:51.000Z (about 9 years ago)
- Last Synced: 2024-10-30T11:03:55.619Z (19 days ago)
- Language: HTML
- Size: 422 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Thinky
Versioned [Thinky](http://thinky.co.za) blog created in [Jekyll](http://jekyllrb.com/).Thinky was created as a development blog focusing on getting developers to ask more questions.
If you would like to contribute, contact me at [@ThinkySocial](https://twitter.com/ThinkySocial).## Requirements
- Install [Ruby](https://www.ruby-lang.org/en/documentation/installation/).
- Install [Jekyll](http://jekyllrb.com/) gem.Create a new Jekyll project:
$ gem install jekyll
~ $ jekyll new my-awesome-site
~ $ cd my-awesome-site
~/my-awesome-site $ jekyll serve
# => Now browse to http://localhost:4000## Build
In the console in the project root folder:
cd _build
jekyll-serve.batA Jeykll server will be created and the site will be accessible via **http://localhost:4000**
Every change will initiate a rebuild on the fly and can be seen by refreshing the browser.
If changes do not appear, check the Jekyll server console for errors.## Deployments
- Currently manual (SAY WHAT?! - automation imminentish).
- Tag repository with latest version and commit message of "Deployment".
- FTP all files to Thinky server.## 3rd Party Plugins
- **Compressor** - Minifies the output of all generated files by removing redundant spaces.