8000 GitHub - urre/jurge: Jekyll on Surge
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

urre/jurge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jurge

Simple way to deploy a Jekyll site on Surge.sh

Setup

Clone or downlad this repo to get started. Don't forget to remove my Google Analytics tracking code from _includes/head.html.

Create an .env, and add your own settings.

DOMAIN=coolsite.surge.sh

Make sure you have Jekyll and NodeJS installed on your computer.

Install

npm install

Surge

Surge is very simple to get started with. Read more

npm install --g surge

Slack (optional)

Want to notify your Slack Team? 👫. Just add an Incoming WebHook to the channel you want to notify.

Add this to your .env

SLACKURL=https://hooks.slack.com/services/XXXXXXXXXXXXXXXXXXX
SLACKTEXT='Deployed http://mycoolsite.surge.sh!'
SLACKCHANNEL='#general'
SLACKUSERNAME='Deployment'
SLACKICONEMOJI=':taco:'

Develop

jekyll serve

Open up your browser on http://127.0.0.1:4000/

Deploy

gulp deploy

Your site now lives at your domain and your Slack-team has been notified!

Demo

jurge.surge.sh

Can I use my own domain?

Cool, Surge supports this out of the box.

License

MIT © Urban Sandén

About

Jekyll on Surge

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  
0