https://github.com/sintel-dev/sintel-dev.github.io
https://github.com/sintel-dev/sintel-dev.github.io
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sintel-dev/sintel-dev.github.io
- Owner: sintel-dev
- Created: 2021-09-21T18:26:58.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-31T07:15:14.000Z (about 1 year ago)
- Last Synced: 2025-09-17T20:00:37.806Z (9 months ago)
- Language: CSS
- Size: 16.1 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sintel-dev.github.io <-> sintel.dev
This is the home page for the sintel project at MIT.
- Site URL:
- Stack: Jekyll + Gulp 4 + Bootstrap 4 + Browser-sync
## Install build dependencies
1. [Install Jekyll](https://jekyllrb.com/docs/installation/)
1. [NodeJS](https://nodejs.org/en/download/)
1. [NPM](https://www.npmjs.com/get-npm)
1. [Gulp](https://gulpjs.com/docs/en/getting-started/quick-start/)
## Install site and site dependencies
1. Clone or download this repository.
1. Run `npm install` (*this step is optional if you update content only: images/text/data files*)
1. Run `bundle install` (*required for Jekyll*)
## Running
* **For Development** Run `gulp` to bundle assets (js/styles) and generate website into *_site* folder
* **For Editing** should be using `bundle exec jekyll serve` to run server or *Option with force livereload browser `bundle exec jekyll serve --livereload`*
*Dev Note:*
- Check gulpfile.js for automated tasks, like `gulp purgecss` to update critical css
- For local development, change url to localhost in `_config.yml`