This is the small start of something. The Jamstack homepage with a few lines about the concepts and the philosophy.
Over time this will hopefully grow into a useful entry-point for learning about this new stack, sharing tools, tips and best practices as well as spreading the word.
Usage
Be sure that you have the latest node, yarn, and Hugo installed. If you need to install hugo, you can install it using a package manager.
On MacOS, you can use Homebrew:
On Linux, use apt on Debian or dnf on Fedora. For instance:
Next, clone this repository:
git clone git@github.com:jamstack/jamstack.org.git
Change directory into the repository and run:
Then visit http://localhost:3000/ - BrowserSync automatically reloads CSS or refreshes the page when stylesheets or content changes.
To build your static output to the /dist folder, use:
Contribute Resources (Videos & Articles)
To contribute resources to the Jamstack community, simply clone this branch and edit the resources.yaml in the /site/data directory. Just add another item (following the the prexisting syntax) and submit a pull request. If you are adding a video resource, please upload a thumbnail of the video to the /img/videos directory (image should be a jpeg 600px wide and 400px tall) before submitting your pull request. We review these regularly and will likely merge the addition shortly.
Contribute Examples
To contribute examples to the Jamstack community, clone this branch and edit the examples.yaml in the /site/data directory. Add another item (following the the prexisting syntax). Lastly, upload a thumbnail of the site to the /img/examples directory (image should be a jpeg 596px wide and 396px tall) and submit a pull request. We review these regularly and will likely merge the addition shortly.
Contribute Events
To contribute events to the Jamstack community, we recommend just adding the event to your meetup and let our logic do the rest. If the event is outside of a meetup (like a conference), please manually submit it using the short guide below:
- Clone this branch and edit the
events.yamlin the/site/datadirectory - Add your event (following the the prexisting syntax)
- Submit a pull request
*We review these regularly and will likely merge the addition shortly.