Skip to content

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

License

Notifications You must be signed in to change notification settings

tmyengstrom/masilotti.com

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Masilotti.com, built with Jekyll and Tailwind CSS

This repo holds the code for Masilotti.com.

The site is built with Jekyll and styled with Tailwind CSS.

Install

git clone [email protected]:joemasilotti/masilotti.com-tailwind masilotti.com
cd masilotti.com
bin/bootstrap

Usage

# Start the server on http://localhost:3000
bin/start

# Create a new post
bin/new POST_TITLE

Deploy

The GitHub Action deploys commits to main to masilotti.com via rsync. This is configured via the following GitHub Actions secrets.

REMOTE_HOST - the 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 Jekyll and Tailwind CSS.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 74.5%
  • JavaScript 9.5%
  • CSS 7.9%
  • Swift 6.0%
  • Ruby 1.7%
  • Shell 0.4%