Template used for pages on fwdekker.com https://static.fwdekker.com/lib/template/
Go to file
Florine W. Dekker 161a36b308
Add template elements based on meta tags
Fixes #20.
2021-06-08 22:56:51 +02:00
src Add template elements based on meta tags 2021-06-08 22:56:51 +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 Deprecate nav.css 2021-04-22 16:22:41 +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 Add template elements based on meta tags 2021-06-08 22:56:51 +02:00
package.json Add template elements based on meta tags 2021-06-08 22:56:51 +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