Skip to content

wadmiraal/wadmiraal.net

Repository files navigation

Wouter Admiraal's Blog

Find it here !

All code is licensed under MIT, with the exception of code located under src/js/vendor and vendor CSS inlined in src/css/all.css.

Posts are licensed under CC BY-SA 3.0.

Concept and logic

The blog is fully static, built with Eleventy (11ty). Except a custom build of Modernizr and of Prism (including only the relevant modules), as well as Normalize, the site uses no libraries.

Fork it

Feel free to use it for your own blog !

Develop and build

Install dependencies:

npm install

Build the site (output goes to _site/):

npm run build

While writing (or hacking), you can run the dev server:

npm run serve

This will build the site, start serving it at http://localhost:8080, and watch for changes.

About

My personal website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors