Template used for pages on fwdekker.com https://static.fwdekker.com/lib/template/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Go to file
Florine W. Dekker 9a3227b43f
Ensure whole nav row is clickable
2 years ago
src Ensure whole nav row is clickable 2 years ago
.editorconfig Set up basic template 3 years ago
.gitattributes Set up basic template 3 years ago
.gitignore Fix footer overlap 3 years ago
Gruntfile.js Deprecate nav.css 2 years ago
LICENSE Set up basic template 3 years ago
README.md Provide defaults for footer params 2 years ago
package-lock.json Simplify code for visibility toggle 2 years ago
package.json Ensure whole nav row is clickable 2 years ago

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