Thanks to visit codestin.com
Credit goes to github.com

Skip to content

cdrn/cdrn.github.io

 
 

Repository files navigation

What?

Blog/personal site static generated with eleventy

Getting Started


1. Install dependencies

npm install


2. Run Eleventy

Generate a production-ready build to the `_site` folder:

npx @11ty/eleventy


Or build and host on a local development server:

npx @11ty/eleventy --serve


Or you can run [debug mode](https://www.11ty.dev/docs/debugging/) to see all the internals.

About

Personal site

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Nunjucks 38.6%
  • CSS 34.1%
  • JavaScript 27.3%