Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lukasondrejka/lukasondrejka.com

Personal website
https://github.com/lukasondrejka/lukasondrejka.com

11ty eleventy github-pages jamstack jamstack-site personal-website websites

Last synced: 8 days ago
JSON representation

Personal website

Awesome Lists containing this project

README

        

# lukasondrejka.com

🌐 [lukasondrejka.com](https://lukasondrejka.com)

Personal website built with [Eleventy](https://www.11ty.dev/).

Source files are located in the `src` directory. The `dist` directory is generated by Eleventy and contains the built site.

## Commands

- `npm install` - Install dependencies
- `npm run dev` - Run development server with live reloading
- `npm run build` - Build site
- `npm run watch` - Build site and watch for changes
- `npm run clean` - Delete the `dist` directory

## Resources

- [Eleventy](https://www.11ty.dev/) (static site generator)
- [Nunjucks](https://mozilla.github.io/nunjucks/) (templating engine)
- [Sass (scss)](https://sass-lang.com/) (CSS preprocessor)