A somewhat empty blog. https://fwdekker.com/blog/
Go to file
Florine W. Dekker d5bf6b0752
Expand installation instructions
2022-05-26 21:52:30 +02:00
src/main Expand installation instructions 2022-05-26 21:52:30 +02:00
.eleventy.js Add link to Rimworld post, rectify codec choice 2021-07-18 14:56:52 +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 Use meta tags for templating, remove JS + Webpack 2021-07-18 11:25:41 +02:00
LICENSE Update Eleventy dependency 2022-02-25 20:58:24 +01:00
README.md Fix paths in README 2021-05-08 16:13:09 +02:00
package-lock.json Expand installation instructions 2022-05-26 21:52:30 +02:00
package.json Expand installation instructions 2022-05-26 21:52:30 +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/.