Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/formspree/formspree-example-jekyll
An example of using Formspree with Jekyll
https://github.com/formspree/formspree-example-jekyll
forms formspree jekyll jekyll-starter jekyllrb jekyllrb-starter netlify netlify-template ruby starter-template static-site-generator
Last synced: about 2 months ago
JSON representation
An example of using Formspree with Jekyll
- Host: GitHub
- URL: https://github.com/formspree/formspree-example-jekyll
- Owner: formspree
- License: mit
- Created: 2021-04-19T10:43:56.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-05-16T19:05:27.000Z (8 months ago)
- Last Synced: 2024-07-31T19:28:16.145Z (6 months ago)
- Topics: forms, formspree, jekyll, jekyll-starter, jekyllrb, jekyllrb-starter, netlify, netlify-template, ruby, starter-template, static-site-generator
- Language: HTML
- Homepage: https://formspree-example-jekyll.netlify.app/
- Size: 11.7 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [Formspree](https://formspree.io) & [Jekyll](https://jekyllrb.com) example
**An example of using [Formspree](https://formspree.io) with [Jekyll](https://jekyllrb.com). For more information on how to use Formspree check out [our official integration guide](#).**
**[Check out the demo site here](https://formspree-example-jekyll.netlify.app/jekyll/update/2021/04/19/welcome-to-jekyll.html)**
[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/formspree/formspree-example-jekyll)
**[Fork this repo →](https://github.com/formspree/formspree-example-jekyll/fork)**
## Installation
Clone down repo, navigate to the repo directory and…
```shell
# Install jekyll and bundler
gem install bundler jekyll# Install gems
bundle install# Run jekyll locally at localhost:4000
bundle exec jekyll serve
```## License & Attribution
TBC