jekyll/site
Andrew Munsell ac552cd4e4 Add Formingo to the list of Jekyll form SaaS
Formingo (https://www.formingo.co) is a new service I'm working on that handles form processing for static websites, such as those generated through Jekyll. Adding it to the list of form services because I believe it'd be a helpful resource and alternative to some of the other listed services.
2016-07-04 16:15:48 -07:00
..
_data document how to use themes 2016-03-06 15:32:26 -05:00
_docs Add Formingo to the list of Jekyll form SaaS 2016-07-04 16:15:48 -07:00
_includes site: optimize liquid for whitespace removal 2016-04-28 18:26:44 -07:00
_layouts add jekyll-seo-tag, jekyll-avatar, jekyll-sitemap 2016-02-20 12:54:28 -05:00
_posts werdz 2016-06-03 16:41:35 -07:00
_sass Update normalize.css to v4.0.0. 2016-06-06 11:16:32 -04:00
css Move custom code from _font-awesome.scss to _style.scss. 2014-11-18 08:15:53 +02:00
fonts Update Font Awesome to v4.4.0. 2015-10-30 22:04:04 +02:00
help Set protocol of Stack Overflow to HTTPS 2016-03-12 12:46:59 +01:00
img Slightly compress jekyll-sticker.jpg. 2014-11-20 22:18:02 +02:00
js Update html5shiv to v3.7.2. 2014-05-06 19:35:51 +03:00
news Move news/releases/index.md to news/releases/index.html to prevent unnecessary <p> tags. #1508. 2013-09-06 23:00:36 -04:00
redirects Add some redirects. 2016-02-16 12:54:41 -08:00
.gitignore Update site dir with contents of #583 at rev cb19367. 2012-12-31 12:48:04 -08:00
CNAME A better way to preview and release the Jekyll site. 2012-12-26 15:13:57 -07:00
README.md Update README.md 2015-08-30 15:48:02 +02:00
_config.yml Use jekyll-mentions and restructure 2016-06-03 14:58:51 -07:00
favicon.ico Slightly improve favicon.ico. 2014-04-06 09:17:14 +03:00
freenode.txt Add freenode verification file to jekyllrb.com. 2013-06-12 21:45:52 +02:00
index.html Switch second GitHub Pages link to HTTPS 2016-04-05 20:58:39 +02:00
latest_version.txt Add info about 3.1.6 to master. 2016-05-19 12:54:04 -07:00

README.md

Jekyll docs site

This directory contains the code for the Jekyll docs site, jekyllrb.com.

Contributing

For information about contributing, see the Contributing page.

Running locally

You can preview your contributions before opening a pull request by running from within the directory:

  1. bundle install
  2. bundle exec rake site:preview

It's just a jekyll site, afterall! 😉