Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sharparam/sharparam.github.io
My personal site
https://github.com/sharparam/sharparam.github.io
11ty eleventy homepage personal site website
Last synced: about 2 months ago
JSON representation
My personal site
- Host: GitHub
- URL: https://github.com/sharparam/sharparam.github.io
- Owner: Sharparam
- Created: 2024-01-15T02:04:39.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-01T23:19:04.000Z (about 1 year ago)
- Last Synced: 2024-12-18T19:12:36.963Z (about 2 months ago)
- Topics: 11ty, eleventy, homepage, personal, site, website
- Language: XSLT
- Homepage: https://sharparam.github.io/
- Size: 20.5 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sharparam.github.io
```sh
yarn install
yarn dev
```## Commands
All commands are run from the root of the project, from a terminal:
| Command | Action |
| :--------------------- | :----------------------------------------------- |
| `yarn install` | Installs dependencies |
| `yarn dev` | Starts local dev server at `localhost:4321` |
| `yarn build` | Build your production site to `./dist/` |
| `yarn preview` | Preview your build locally, before deploying |
| `yarn astro ...` | Run CLI commands like `astro add`, `astro check` |
| `yarn astro -- --help` | Get help using the Astro CLI |