csshugs / dennisheibuelt.com

The code for my personal blog.

Home Page:https://www.dennisheibuelt.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

I’m using the fabulous 11ty static site generator for building my blog.

Getting Started

To get started, install all npm dependencies:

$ npm install

Running

If you are tweaking things on the blog or are working on posts, you can run the 11ty server:

$ npx eleventy --serve

This starts a local server on http://localhost:8081 and watches the templates and posts for changes and reloads the browser if file updates were detected.

Generate

If you want to generate a static output of the website, run:

$ npm run eleventy

This generates the static website into the _site/ folder.

About

The code for my personal blog.

https://www.dennisheibuelt.com

License:Other


Languages

Language:Nunjucks 95.3%Language:JavaScript 4.7%