Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anandchowdhary/anandchowdhary.com
đ Anand Chowdhary's personal website, blog, and portfolio
https://github.com/anandchowdhary/anandchowdhary.com
hugo personal-website
Last synced: 3 months ago
JSON representation
đ Anand Chowdhary's personal website, blog, and portfolio
- Host: GitHub
- URL: https://github.com/anandchowdhary/anandchowdhary.com
- Owner: AnandChowdhary
- Created: 2014-05-14T17:08:28.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2024-08-12T15:30:34.000Z (6 months ago)
- Last Synced: 2024-11-09T03:42:10.623Z (3 months ago)
- Topics: hugo, personal-website
- Language: TypeScript
- Homepage: https://anandchowdhary.com
- Size: 374 MB
- Stars: 19
- Watchers: 3
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# đ Anand Chowdhary's personal website
> **Note**
> I'm currently redesigning my personal website. This README is for the upcoming version. If you're looking for the current site's source code, see [tree `82c8a7a`](https://github.com/AnandChowdhary/anandchowdhary.com/tree/82c8a7a9cd1fd2ff9f0a4bed9e08bc3574c18686).No content is hosted in this repository. Instead, all content is fetched from source-of-truth GitHub repositories:
- [ ] Add 2x image URLs
- [ ] Add cover photos as OG images## đģ Development
### Stack
- [Deno](https://deno.land)
- [Fresh](https://fresh.deno.dev)
- [Preact](https://preactjs.com)
- [Twind](https://twind.dev)### Scripts
Start a local development server:
```bash
deno task start
```### Directory structure
```
root
âŖ components
â âŖ data
â â âŖ Timeline
â âŖ layout
â â text
âŖ islands
âŖ routes
âŖ static
âŖ utils
âŖ deno.json
âŖ dev.ts
âŖ fresh.gen.ts
âŖ import_map.json
âŖ main.ts
â twind.config.ts
```The configuration files in the root directory are:
- `deno.json` - Deno tasks and compiler options
- `dev.ts` - Development server script
- `fresh.gen.ts` - Autogenerated Fresh manifest
- `import_map.json` - Dependency import map
- `main.ts` - Entrypoint
- `twind.config.ts` - Twind (Tailwind-in-JS) configuration## đ License
[MIT](./LICENSE) Šī¸ [Anand Chowdhary](https://anandchowdhary.com)