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.
|
3 months ago | |
---|---|---|
src/main | 3 months ago | |
.eleventy.js | 4 months ago | |
.gitattributes | 3 years ago | |
.gitignore | 3 years ago | |
Gruntfile.js | 2 years ago | |
LICENSE | 1 year ago | |
README.md | 2 years ago | |
package-lock.json | 4 months ago | |
package.json | 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/
.