https://github.com/michaelcurrin/bridgetown-quickstart
Starter template for a Bridgetown static site
https://github.com/michaelcurrin/bridgetown-quickstart
bridgetown ruby static-site
Last synced: about 2 months ago
JSON representation
Starter template for a Bridgetown static site
- Host: GitHub
- URL: https://github.com/michaelcurrin/bridgetown-quickstart
- Owner: MichaelCurrin
- License: mit
- Created: 2021-05-09T14:14:55.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-09T17:44:22.000Z (almost 4 years ago)
- Last Synced: 2025-01-14T20:49:43.609Z (3 months ago)
- Topics: bridgetown, ruby, static-site
- Language: JavaScript
- Homepage:
- Size: 56.6 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bridgetown Quickstart
> Starter template for a Bridgetown static site[](https://github.com/MichaelCurrin/bridgetown-quickstart/releases/)
[](#license)[](https://ruby-lang.org)
[](https://nodejs.org)
[](https://classic.yarnpkg.com)
[](https://rubygems.org/gems/bridgetown)## Preview
![]()
## Use this project
Add to your repos.
[](https://github.com/MichaelCurrin/bridgetown-quickstart/generate)
## What is Bridgetown?
- [bridgetownrb.com](https://www.bridgetownrb.com)
> Bridgetown is a Webpack-aware, Ruby-powered static site generator for the modern Jamstack eraSee my [Bridgetown dev resources](https://michaelcurrin.github.io/dev-resources/resources/ruby/gems/bridgetown.html) to learn more.
See my [Bridgetown cookbook](https://michaelcurrin.github.io/code-cookbook/recipes/ruby/gems/bridgetown.html) for how to set up a new project from scratch, if you don't want to use this template project.
If you are interested in a established Ruby-based static generator, see my [jekyll-blog-demo](https://github.com/MichaelCurrin/jekyll-blog-demo/). Unlike Bridgetown, it doesn't require Node/Yarn and can be set up on GitHub Pages without a CI flow to deploy the site.
## Documentation
> Set up and run the site locally and deploy the site
[](/docs/)## Contributing
If repo is on GitHub:
1. Fork it
2. Clone the fork using `git clone` to your local development machine.
3. Create your feature branch (`git checkout -b my-new-feature`)
4. Commit your changes (`git commit -am 'Add some feature'`)
5. Push to the branch (`git push origin my-new-feature`)
6. Create a new Pull Request## License
Released under [MIT](/LICENSE) by [@MichaelCurrin](https://github.com/MichaelCurrin)