Skip to content

johlym/johnathan-org

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d656759 · Oct 15, 2024
Mar 21, 2022
May 24, 2024
Feb 28, 2022
Nov 23, 2023
Jan 6, 2024
Jun 20, 2024
Feb 28, 2022
Jan 20, 2022
Oct 15, 2024
Nov 23, 2022
Nov 23, 2023
Jan 6, 2024
Jan 6, 2024
May 24, 2024
Jan 31, 2022
Nov 23, 2023
Nov 23, 2023
Aug 13, 2024
Apr 2, 2022
Jun 17, 2022
Aug 11, 2023
Jul 14, 2022
Mar 21, 2022
Jun 20, 2024
Nov 23, 2022
Jan 20, 2022

Repository files navigation

Johnathan.org

This is the repository for johnathan.org. The site is powered by Bridgetown v1.3.

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