quatauta / photo-port

Photographer Portfolio - Mirror of https://gitlab.com/quatauta/photo-port

Home Page:https://gitlab.com/quatauta/photo-port

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 tranditional web servers by simply building and copying the output folder to your HTML root.

Read the Bridgetown Deployment Documentation for more information.

Visuals

I build the logo with Adobe Express Logo Maker, the Wilderness icon found at the Noun Project, Inkscape, the Noteworthy font (Apple macOS system font), and Jake Archibald's SVGOMG SVG optimizer.

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

About

Photographer Portfolio - Mirror of https://gitlab.com/quatauta/photo-port

https://gitlab.com/quatauta/photo-port

License:MIT License


Languages

Language:Ruby 35.4%Language:JavaScript 29.0%Language:Liquid 22.8%Language:Shell 11.7%Language:CSS 0.8%Language:HTML 0.4%