build: initial configuration of Tailwind CSS
This commit is contained in:
parent
613c6b1e0e
commit
87c694eec3
4 changed files with 24 additions and 2 deletions
|
@ -1,7 +1,8 @@
|
|||
'use strict';
|
||||
|
||||
const fractal = module.exports = require('@frctl/fractal').create();
|
||||
const mandelbrot = require("@frctl/mandelbrot")
|
||||
const mandelbrot = require("@frctl/mandelbrot");
|
||||
const path = require("path");
|
||||
|
||||
fractal.set('project.title', 'oliverdavies.uk');
|
||||
|
||||
|
@ -9,8 +10,11 @@ fractal.components.set('path', __dirname + '/src/components');
|
|||
fractal.components.engine(require('@frctl/nunjucks'));
|
||||
fractal.components.set('ext', '.njk');
|
||||
|
||||
|
||||
fractal.docs.set('path', __dirname + '/src/docs');
|
||||
|
||||
fractal.web.set('static.path', path.join(__dirname, 'public'));
|
||||
|
||||
fractal.web.theme(
|
||||
mandelbrot({
|
||||
information: [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue