A somewhat empty blog. https://fwdekker.com/blog/
Go to file
Florine W. Dekker 229259595a
Remove all inline styles and scripts
2021-04-24 22:07:17 +02:00
src/main Remove all inline styles and scripts 2021-04-24 22:07:17 +02:00
.eleventy.js Fix incorrect eleventy path 2021-04-18 21:11:04 +02:00
.gitattributes Migrate to default template 2020-05-06 19:31:25 +02:00
.gitignore Migrate to Eleventy 2020-05-06 18:21:28 +02:00
Gruntfile.js Remove all inline styles and scripts 2021-04-24 22:07:17 +02:00
LICENSE Add LICENSE and .gitignore 2019-06-26 20:54:47 +02:00
README.md Migrate to default template 2020-05-06 19:31:25 +02:00
package-lock.json Remove all inline styles and scripts 2021-04-24 22:07:17 +02:00
package.json Remove all inline styles and scripts 2021-04-24 22:07:17 +02:00

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/.