No description
Find a file
2023-10-27 15:29:39 +03:00
bin initial commit 2023-02-02 00:44:34 +02:00
config prep for caprover 2023-10-27 10:33:20 +03:00
frontend fix ci var bug, add mobile styles for cms 2023-03-24 00:28:15 +02:00
images add ressources places 2023-05-29 14:02:40 +03:00
plugins prep for caprover 2023-10-27 10:33:20 +03:00
server initial commit 2023-02-02 00:44:34 +02:00
src create 2023-10-27-fix-cors-in-nginx-proxy-manager 2023-10-27 08:37:43 +00:00
.gitignore move to woodpecker ci 2023-03-21 14:10:11 +02:00
.ruby-version initial commit 2023-02-02 00:44:34 +02:00
bridgetown.config.yml add image and feed management 2023-03-16 16:08:34 +02:00
captain-definition prep for caprover 2023-10-27 10:33:20 +03:00
config.ru initial commit 2023-02-02 00:44:34 +02:00
Dockerfile remove openresty locale association, housekeeping 2023-10-27 15:29:39 +03:00
esbuild.config.js split up js, optimize banner image 2023-03-16 23:26:32 +02:00
Gemfile prep for caprover 2023-10-27 10:33:20 +03:00
Gemfile.lock prep for caprover 2023-10-27 10:33:20 +03:00
package.json bundle staticcms rather than using a cdn, add updates type 2023-03-16 19:54:30 +02:00
postcss.config.js initial commit 2023-02-02 00:44:34 +02:00
Rakefile initial commit 2023-02-02 00:44:34 +02:00
README.md initial commit 2023-02-02 00:44:34 +02:00
www.seriousplans.com.code-workspace remove openresty locale association, housekeeping 2023-10-27 15:29:39 +03:00
yarn.lock rearrange and simplify cms layout 2023-03-17 11:18:11 +02:00

Bridgetown Website README

Welcome to your new Bridgetown website! You can update this README file to provide additional context and setup information for yourself or other contributors.

Table of Contents

Prerequisites

Install

cd bridgetown-site-folder
bundle install && yarn install

Learn more: Bridgetown Getting Started Documentation.

Development

To start your site in development mode, run bin/bridgetown start and navigate to localhost:4000!

Use a theme or add some plugins to get started quickly.

Commands

# running locally
bin/bridgetown start

# build & deploy to production
bin/bridgetown deploy

# load the site up within a Ruby console (IRB)
bin/bridgetown console

Learn more: Bridgetown CLI Documentation

Deployment

You can deploy Bridgetown sites on hosts like Render or Vercel as well as traditional web servers by simply building and copying the output folder to your HTML root.

Read the Bridgetown Deployment Documentation for more information.

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