GithubHelp home page GithubHelp logo

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 yarn start and navigate to localhost:4000!

Use a theme, add some plugins, and/or run some automations to get started quickly.

Commands

# running locally
yarn start

# build & deploy to production
yarn deploy

# load the site up within a Ruby console (IRB)
bundle exec bridgetown console

Learn more: Bridgetown CLI Documentation

Deployment

You can deploy Bridgetown sites on "Jamstack" hosts (Netlify, Vercel, Render, etc.) or virtually any tranditional web server by simply building and copying the output folder to your HTML root.

Read the Bridgetown Deployment Documentation for more information.

To deploy run

$ yarn deploy BRIDGETOWN_ENV=production
$ mv docs/_bridgetown/static ./docs
$ find docs/ -name '*.html' -exec sed -ie 's/_bridgetown\///' {} \;
$ find docs/ -name '*.htmle' -exec rm {} \;

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

Mario Alberto Chávez's Projects

addressable icon addressable

Addressable is a replacement for the URI implementation that is part of Ruby's standard library. It more closely conforms to RFC 3986, RFC 3987, and RFC 6570 (level 4), additionally providing support for IRIs and URI templates.

administrate icon administrate

A Rails engine that helps you put together a super-flexible admin dashboard.

aglio icon aglio

An API Blueprint renderer with theme support that outputs static HTML

api-sct icon api-sct

API para consumir datos de rutas a traves de SCT

api_taster icon api_taster

A quick and easy way to visually test your Rails application's API.

apib2json icon apib2json

A command-line utility to convert API Blueprint to JSON Schema

asp.net-mvc-ajax-rjs icon asp.net-mvc-ajax-rjs

It adds support to ASP.NET MVC to have views that respond to ajax requests just like Rjs works in Rails

attr_private icon attr_private

attr_private provides a way of making fields on an ActiveRecord model inaccessible to users of that model.

blog icon blog

Código del video "Como construir un blog con Ruby" de https://cursos.mariochavez.io

bridgetown-feed icon bridgetown-feed

A Bridgetown plugin to generate an Atom feed of your Bridgetown posts

bridgetown-seo-tag icon bridgetown-seo-tag

A Bridgetown plugin to add metadata tags for search engines and social networks to better index and display your site's content.

cesun icon cesun

Materia de Cesun de Aplicaciones Distribuidas

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.