Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ PKG_INSTALL_CMD = bun install
DEV_SERVER_CMD = bun run dev
BUILD_CMD = bun run build

# testing port
PORT = 8080

# Targets
.PHONY: all install-bun dev build

Expand All @@ -18,6 +21,9 @@ install-bun:
else \
echo "bun is already installed"; \
fi

demo:
cd dist && python3 -m http.server $(PORT)

dev:
$(PKG_INSTALL_CMD)
Expand Down
21 changes: 20 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,25 @@
# vxc.github.io
Venkatesh Home Pages

# TODOs

- [x] Generate bib pdf
- [x] ~Add an embedding page under biography~ added bibliography directly using citations.js
- [ ] Github actions for deployment
- [x] Contact details update
- [x] Spell checks
- [x] Poem page and link from footer


Other QoL improvements
- [ ] remove section if no content
- [ ] use `hr` and others for spacing
- [ ] design improvements





## Getting Started

Instructions for getting started.
Expand Down Expand Up @@ -55,4 +74,4 @@ export const GLOBAL = {
blog: "/blog",
}
};
```
```
Binary file modified bun.lockb
Binary file not shown.
44 changes: 44 additions & 0 deletions dist/404.html

Large diffs are not rendered by default.

25 changes: 25 additions & 0 deletions dist/_astro/client.Bybk49nB.js

Large diffs are not rendered by default.

31 changes: 31 additions & 0 deletions dist/_astro/contactDialog.BydiQRtQ.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

78 changes: 78 additions & 0 deletions dist/_astro/dialog.CPynrgQx.js

Large diffs are not rendered by default.

Loading