Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lesliecdubs/leslie.dev
Leslie Cohn-Wein's personal site
https://github.com/lesliecdubs/leslie.dev
blog portfolio webdevelopment
Last synced: 9 days ago
JSON representation
Leslie Cohn-Wein's personal site
- Host: GitHub
- URL: https://github.com/lesliecdubs/leslie.dev
- Owner: lesliecdubs
- Created: 2020-03-25T00:40:29.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-05-20T21:53:26.000Z (6 months ago)
- Last Synced: 2024-10-11T05:51:03.841Z (26 days ago)
- Topics: blog, portfolio, webdevelopment
- Language: CSS
- Homepage: https://leslie.dev
- Size: 5.27 MB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Leslie Cohn-Wein's Personal Site
[![Netlify Status](https://api.netlify.com/api/v1/badges/056b4a67-70e6-4af4-9be5-dee151b8e906/deploy-status)](https://app.netlify.com/sites/leslie-dot-dev/deploys)
This site was built with [Phil Hawksworth's](https://github.com/philhawksworth) [EleventyOne](https://github.com/philhawksworth/eleventyone) template.
EleventyOne includes:
- [Eleventy](https://11ty.io) with a skeleton site
- A date format filter for Nunjucks based on [Luxon](https://moment.github.io/luxon)
- A tiny CSS pipeline with PostCSS
- A tiny inline JS pipeline
- JS search index generator
- [Netlify Dev](https://www.netlify.com/products/dev) for testing [Netlify redirects](https://netlify.com/docs/redirects/)
- Serverless (FaaS) development pipeline with [Netlify Dev](https://www.netlify.com/products/dev) and [Netlify Functions](https://www.netlify.com/products/functions)## Prerequisites
- [Node and NPM](https://nodejs.org/)
## Running locally
```bash
# install the dependencies
npm install# It will then be available locally for building with
npm run start
```## Add some Netlify helpers
Netlify Dev adds the ability to use Netlify redirects, proxies, and serverless functions.```bash
# install the Netlify CLI in order to get Netlify Dev
npm install -g netlify-cli# run a local server with some added Netlify sugar in front of Eleventy
netlify dev
```A serverless functions pipeline is included via Netlify Dev. By running `netlify dev` you'll be able to execute any serverless functions directly.