A somewhat empty blog. https://fwdekker.com/blog/
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.
 
 
 
Florine W. Dekker 72f7943647
Fix background colour of "back" button
3 months ago
src/main Fix background colour of "back" button 3 months ago
.eleventy.js Upgrade to template v3 4 months ago
.gitattributes Migrate to default template 3 years ago
.gitignore Migrate to Eleventy 3 years ago
Gruntfile.js Use meta tags for templating, remove JS + Webpack 2 years ago
LICENSE Update Eleventy dependency 1 year ago
README.md Fix paths in README 2 years ago
package-lock.json Upgrade to template v3 4 months ago
package.json Fix background colour of "back" button 3 months ago

README.md

Blog

My personal blog.

Development

Requirements

Setting up

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

Building

# Build the blog in `dist/` for development
$> npm run dev
# Build the blog in `dist/` for deployment
$> npm run deploy

You may need to change the pathprefix option of Eleventy when using WebStorm so that the root of the blog is changed to /blog/dist/ instead of /blog/.