Initial commit

This commit is contained in:
2026-05-19 17:03:23 +03:00
commit 26df196bb3
38 changed files with 4185 additions and 0 deletions

36
README.md Normal file
View File

@@ -0,0 +1,36 @@
# BuildMVP
Landing page for MVP development services by [Marios Antonoudiou](https://www.linkedin.com/in/mariosant/).
## Tech
- **11ty** static site generator
- **Nunjucks** templates
- Vanilla CSS + JS
## Setup
```bash
npm install
```
## Development
```bash
npm start
```
Site served at `http://localhost:8080`.
## Build
```bash
npm run build
```
Output goes to `_site/`.
## SEO
- Canonical URL, Open Graph, Twitter Card, and JSON-LD structured data (`Person`, `Service`, `FAQPage`) are set via `src/_includes/base.njk`.
- Sitemap at `/sitemap.xml` and `robots.txt` at `/robots.txt` are auto-generated by Eleventy templates.