Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/middlebury/senior-celebration
Senior Celebration static site built with EleventyJS and deployed with GitHub Actions
https://github.com/middlebury/senior-celebration
eleventy static-site
Last synced: about 2 months ago
JSON representation
Senior Celebration static site built with EleventyJS and deployed with GitHub Actions
- Host: GitHub
- URL: https://github.com/middlebury/senior-celebration
- Owner: middlebury
- Created: 2020-05-06T18:29:08.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-10-03T00:27:35.000Z (over 1 year ago)
- Last Synced: 2024-11-06T20:34:52.947Z (3 months ago)
- Topics: eleventy, static-site
- Language: HTML
- Homepage: http://www.middlebury.edu/senior-celebration
- Size: 4.66 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Senior Celebration
> Built using [Eleventy](https://www.11ty.dev/) and [Tailwindcss](https://tailwindcss.com/). Deployed with [GitHub Actions](https://github.com/features/actions)
![Deploy](https://github.com/middlebury/senior-celebration/workflows/Deploy/badge.svg)
## Requirements
- Node 12.14+
## Getting started
```bash
# clone repo then...# install dependencies
npm install# run local dev server
npm start# OR
# build production site
npm run build
```## Deploy
Simply push to `master` branch and GitHub Actions will build and deploy to `site` branch.
### Manual deploy
Cleans, builds, and deploys via gh-pages manually
```bash
npm run deploy
```