Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lukasondrejka/lukasondrejka.com
- Owner: lukasondrejka
- Created: 2023-03-26T16:45:29.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-21T07:21:40.000Z (4 months ago)
- Last Synced: 2024-11-19T08:30:02.811Z (2 months ago)
- Topics: 11ty, eleventy, github-pages, jamstack, jamstack-site, personal-website, websites
- Language: Nunjucks
- Homepage: https://lukasondrejka.com
- Size: 129 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)