Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jaymody/website
https://github.com/jaymody/website
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jaymody/website
- Owner: jaymody
- Created: 2022-08-16T13:24:24.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-19T18:44:06.000Z (3 months ago)
- Last Synced: 2024-08-20T22:25:39.032Z (3 months ago)
- Language: Liquid
- Homepage: website-jaymody.vercel.app
- Size: 992 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My Website
My personal website/blog, built from scratch with [eleventy](https://www.11ty.dev).### Installation
```bash
npm install
```### Usage
```bash
npm run serve
```By default, the example posts under `posts/` are included in the output. These posts are useful as a reference when making changes to the website (includes example markdown, gifs, images, image captions, mathjax, block code, inline code, etc ...). To ignore these posts:
```bash
npm run serve-prod
```### Structure
- `src`: Input directory for eleventy.
- `static`: Anything in this directory is copied to the site root.
- `.eleventy.js`: Eleventy configuration.