Template used for pages on fwdekker.com https://static.fwdekker.com/lib/template/
Go to file
Florine W. Dekker 7e01e15379
Resolve footer overlapping contents
Fixes #4.
2021-03-22 14:18:05 +01:00
src/main Resolve footer overlapping contents 2021-03-22 14:18:05 +01: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 Fix behaviour when no header args are given 2020-05-17 16:45:46 +02:00
LICENSE Set up basic template 2020-05-02 23:02:42 +02:00
README.md Remove unnecessary publishing instruction 2020-09-15 15:30:03 +02:00
package-lock.json Resolve footer overlapping contents 2021-03-22 14:18:05 +01:00
package.json Resolve footer overlapping contents 2021-03-22 14:18:05 +01: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

Publishing

# Log in to npm
$> npm login
# Push to npm
$> npm publish --access public