I made a few websites lately. For generating the static HTML i used Jekyll which i really like. But to save oneself to do the same steps again and again i made me this little scaffold.
- Clone this repository.
git clone git://github.com/pattex/jekyll_scaffold.git my_site
- Edit
_config.yml
like you want it to be. - Let Jekyll do the work for you and check if everything is well done.
cd my_site jekyll --server
- Do your changes, like replacing the dummy posts with some more impressive stuff and adding a beautiful design.
To the extent possible under law,
the person who associated CC0
with this work has waived all copyright and related or neighboring
rights to this work.
THE SOFTWARE IS PROVIDED ‘AS IS’, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.