https://github.com/lttr/lukastrumm
My website about software engineering
https://github.com/lttr/lukastrumm
css html javascript personal-website web-engineering web-platform
Last synced: about 1 year ago
JSON representation
My website about software engineering
- Host: GitHub
- URL: https://github.com/lttr/lukastrumm
- Owner: lttr
- License: mit
- Created: 2018-01-13T16:40:37.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-06-03T09:15:44.000Z (about 1 year ago)
- Last Synced: 2025-06-03T20:24:58.218Z (about 1 year ago)
- Topics: css, html, javascript, personal-website, web-engineering, web-platform
- Language: JavaScript
- Homepage: https://lukastrumm.com
- Size: 5.39 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# lukastrumm.com
[](https://app.netlify.com/sites/lukastrumm/deploys)
This is my personal website.
It is built using [Eleventy](https://www.11ty.dev/) and deployed to [Netlify](https://www.netlify.com/).
## How does it work
A bunch of markdown and javascript files are processed and spits out a bunch of html files.
Develop
```
npm start
```
Build for production
```
npm run build
```
## Features
Markdown rendering features are showcased in [this blog post](https://lukastrumm.com/blog/2020/markdown-capabilities-in-eleventy/).
## License
MIT