monfresh / masilotti.com

Source for masilotti.com, built with Bridgetown and Tailwind CSS.

Home Page:https://masilotti.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Masilotti.com

This repo holds the code for Masilotti.com.

The site is built with Bridgetown, a next-generation site generator powered by Ruby.

Requirements

Install

git clone git@github.com:joemasilotti/masilotti.com
cd masilotti.com
bundle install
yarn install

Development

Start the server and navigate to localhost:4000.

bin/bridgetown start

Deployment

The GitHub Action copies builds the site then copies output/ via rsync to a remote server. This is configured via the following actions secrets.

  • REMOTE_HOST - Server to copy the code to
  • REMOTE_KEY - SSH key
  • REMOTE_KEY_PASS - Password for SSH key
  • REMOTE_PATH - Where the code is deployed on the server
  • REMOTE_USER - authenticated user for the SSH key

About

Source for masilotti.com, built with Bridgetown and Tailwind CSS.

https://masilotti.com


Languages

Language:HTML 39.7%Language:JavaScript 28.3%Language:Ruby 24.9%Language:CSS 5.8%Language:Liquid 1.3%