A somewhat empty blog. https://fwdekker.com/blog/
Go to file
Florine W. Dekker 229af091bc
Add minor QoL improvements
Breaking space after title, no extra margin below titles, post name in page title, fixed excessive gap between posts on main page.
2021-11-14 11:23:58 +01:00
src/main Add minor QoL improvements 2021-11-14 11:23:58 +01: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 dependencies, improve styling, fix typos 2021-07-18 11:16:26 +02:00
README.md Fix paths in README 2021-05-08 16:13:09 +02:00
package-lock.json Re-install dependencies 2021-07-18 14:59:17 +02:00
package.json Add minor QoL improvements 2021-11-14 11:23:58 +01: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/.