Template used for pages on fwdekker.com https://static.fwdekker.com/lib/template/
Go to file
Florine W. Dekker 86d6783ccc
Rename main exported files
Also add a page for test purposes, and change the layout of the CSS files a bit.
2021-04-21 23:55:54 +02:00
src Rename main exported files 2021-04-21 23:55:54 +02:00
.editorconfig Set up basic template 2020-05-02 23:02:42 +02:00
.gitattributes Set up basic template 2020-05-02 23:02:42 +02:00
.gitignore Fix footer overlap 2020-05-03 18:58:08 +02:00
Gruntfile.js Rename main exported files 2021-04-21 23:55:54 +02:00
LICENSE Set up basic template 2020-05-02 23:02:42 +02:00
README.md Provide defaults for footer params 2021-04-15 23:37:33 +02:00
package-lock.json Prepare for centralised deployment 2021-04-15 19:09:42 +02:00
package.json Rename main exported files 2021-04-21 23:55:54 +02:00

README.md

FWDekker Template

The base template for pages on fwdekker.com.

This module contains templating functions (e.g. header, footer), CSS libraries, and some common utility methods that are used on nearly all pages anyway.

Development

Requirements

Setting up

# Install dependencies (only needed once)
$> npm ci

Building

# Build the template in `dist/` for development
$> npm run dev
# Run the `dev` task and automatically rerun it whenever files are changed
$> npm run dev:server
# Build the template in `dist/` for deployment
$> npm run deploy