A somewhat empty blog. https://fwdekker.com/blog/
Go to file
Florine W. Dekker 8455123b1e
Fix paths in README
2021-05-08 16:13:09 +02:00
src/main Remove unnecessary header element 2021-05-08 16:00:29 +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 Add dev:server task for quicker development 2021-05-03 19:09:33 +02:00
LICENSE Add LICENSE and .gitignore 2019-06-26 20:54:47 +02:00
README.md Fix paths in README 2021-05-08 16:13:09 +02:00
package-lock.json Add dev:server task for quicker development 2021-05-03 19:09:33 +02:00
package.json Fix paths in README 2021-05-08 16:13:09 +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/.