Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/juanfernandes/juanfernandes-uk
Source files for my personal website built with Eleventy and hosted with Guru.co.uk.
https://github.com/juanfernandes/juanfernandes-uk
11ty jamstack static-site
Last synced: 3 months ago
JSON representation
Source files for my personal website built with Eleventy and hosted with Guru.co.uk.
- Host: GitHub
- URL: https://github.com/juanfernandes/juanfernandes-uk
- Owner: juanfernandes
- Created: 2024-05-01T15:38:14.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-09-09T18:59:30.000Z (4 months ago)
- Last Synced: 2024-10-01T09:04:48.325Z (3 months ago)
- Topics: 11ty, jamstack, static-site
- Language: Nunjucks
- Homepage:
- Size: 62.2 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Built with 11ty.dev](https://img.shields.io/badge/powered%20by-11ty.io-%23000.svg)](https://11ty.dev/)
---
# juanfernandes.uk
> Source files for my [personal website](https://www.juanfernandes.uk) built with Eleventy and hosted with [Guru.co.uk](https://my.guru.co.uk/aff.php?aff=6526).
## Getting Started
```bash
# Clone this repository:
git clone [email protected]:juanfernandes/juanfernandes.uk.git# Navigate to the directory
cd juanfernandes.uk# Install dependencies
npm install# Start local dev server
npm run start
```