https://github.com/thatrobotdev/website
My personal website!
https://github.com/thatrobotdev/website
Last synced: 8 months ago
JSON representation
My personal website!
- Host: GitHub
- URL: https://github.com/thatrobotdev/website
- Owner: thatrobotdev
- License: other
- Created: 2024-05-30T19:10:01.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-22T16:16:21.000Z (about 1 year ago)
- Last Synced: 2025-01-22T17:26:01.024Z (about 1 year ago)
- Language: HTML
- Size: 10 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# website
My personal website!
This site is built using the static site generator [Eleventy](https://www.11ty.dev/) site generator (using the [v3.0.0 release](https://www.11ty.dev/blog/eleventy-v3/)). Built on top of [11ty/eleventy-base-blog](https://github.com/11ty/eleventy-base-blog).
## Running Locally
```sh
npm install # Install dependencies with npm (https://www.npmjs.com)
npm run start # Starts a local development server (if you just want to build the site, you can use "npm run build")
```