A static website workflow forked from Crius.
With hyperion you can:
- Write HTML with Nunjucks
- Accessible variables within Nunjucks by using the
app.jsonfile. To reference a variable, useapp.variable.path.... - If a
NODE_ENVis set, the script will look for a property insideenvironmentswith the same name as the environment name to set theappobject. - Create new Nunjucks context variables and filters by editing
hyperion.js.
- Accessible variables within Nunjucks by using the
- Write CSS with Stylus
- Build your website's grid with the RolleiFLEX flex helper framework. (stylus)
- Use simplified media queries with rupture (stylus)
- Responsive font-size and other useful mixins
- Write modern Javascript
- See live changes (CSS/JS/HTML) on your project with browserSync
- Need to manage a new type of resource, like, let's say... sounds? Just define it in the
crius.jsonand let the magic happen!