Skip to content

ivanoats/jamstack.org

 
 

Repository files navigation

JAMstack

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, npm and Hugo installed. If you need to install hugo, run:

brew install hugo

Next, clone this repository and run:

npm install
npm start

Then visit http://localhost:3000/ - BrowserSync will automatically reload CSS or refresh the page when stylesheets or content changes.

To build your static output to the /dist folder, use:

npm run build

Contribute Resources

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. We will review these regularly and likely merge the addition shortly.

Contribute Examples

To contribute examples to the JAMstack community, simply clone this branch and edit the examples.yaml in the /site/data directory. Just 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 will review these regularly and likely merge the addition shortly.

About

The JAMStack site

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 50.8%
  • JavaScript 28.6%
  • HTML 20.6%