Skip to content

Instantly share code, notes, and snippets.

View vladimino's full-sized avatar
💙
Spreading positive vibes

Vlad Bilokur vladimino

💙
Spreading positive vibes
View GitHub Profile
@vladimino
vladimino / composer.json
Last active February 19, 2019 10:21 — forked from andyshinn/composer.json
Docker Compose PHP Composer Example
{
"repositories": [
{
"type": "vcs",
"url": "https://github.com/lorenza/hello-world"
}
],
"require": {
"lorenza/hello-world": "dev-master"
}
@vladimino
vladimino / README.md
Created November 22, 2015 22:39 — forked from mrkrstphr/README.md
Deploying Sculpin Sites to GitHub Pages

Deploying Sculpin Sites to GitHub Pages

I wanted to be able to use Sculpin to generate GitHub pages. Here's what I did...

  1. Created a super awesome Sculpin site from the Sculpin Blog Skeleton

  2. Make sure everything is under version control in my master branch (except things that shouldn't be. see the .gitignore)

  3. Updated publish.sh:

#!/bin/bash