Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cjstehno/coffeaelectronica
My technical blog.
https://github.com/cjstehno/coffeaelectronica
blog gradle groovy java
Last synced: about 1 month ago
JSON representation
My technical blog.
- Host: GitHub
- URL: https://github.com/cjstehno/coffeaelectronica
- Owner: cjstehno
- Created: 2013-05-05T01:07:15.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2019-07-22T11:19:54.000Z (over 5 years ago)
- Last Synced: 2023-03-11T10:41:24.177Z (almost 2 years ago)
- Topics: blog, gradle, groovy, java
- Language: CSS
- Homepage: http://stehno.com/coffeaelectronica/
- Size: 10.6 MB
- Stars: 18
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CoffeaElectronica
Live Site: http://coffeaelectronica.com
This project contains the content and examples for my technical blog.
## Building/Publishing
To generate the site content, run:
gradle jbake
which will generate the site content into the `build/jbake` directory. Then, to publish the site, run:
gradle publish
which will publish the generated content into the `gh-pages` branch and push to the site. Obviously, you will need permissions to push to the Git URL you have configured.
> This method of building the site using JBake via Gradle came from http://melix.github.io/blog/2014/02/hosting-jbake-github.html