website

#astro#js#html#css

git clone https://git.pyrossh.dev/website

木 Personal website of pyrossh. Built with astrojs, shiki, vite.


1c2fa8epyrossh 2026-08-11T18:46:18+05:30
fix README screenshots
a3ff3a4pyrossh 2026-08-09T15:39:12+05:30
add hurl tests and update tools
de88ec5pyrossh 2026-08-07T19:51:06+05:30
Add apps bucket
1980b5cpyrossh 2026-08-06T17:26:55+05:30
fix icons
bf7618dpyrossh 2026-08-06T10:15:06+05:30
moar improvements
09c6a56pyrossh 2026-08-06T09:59:15+05:30
moar improvements
8be9c52pyrossh 2026-08-05T21:58:19+05:30
improvements
60e980epyrossh 2026-08-05T17:52:57+05:30
improvements
fa93badpyrossh 2026-08-05T11:32:03+05:30
split cache purge into its own resource, track terraform state
5cf0743pyrossh 2026-08-05T11:27:33+05:30
update repo layout
9bd972apyrossh 2026-08-05T11:13:28+05:30
update git bucket
5a9aa2dpyrossh 2026-08-05T10:41:47+05:30
update infra
778e0a4pyrossh 2026-08-05T10:34:09+05:30
add infra
9a404c0pyrossh 2026-08-04T22:12:17+05:30
improve stuff
3931c4dpyrossh 2026-08-04T21:50:17+05:30
improve stuff
ada6e53pyrossh 2026-08-04T21:22:32+05:30
feat: switch typography/spacing to a fluid (utopia.fyi-style) scale
44991ddpyrossh 2026-08-04T20:19:48+05:30
remove stuff
3c79a68pyrossh 2026-08-04T14:49:22+05:30
feat: migrate site to Eleventy, polish theme and repo browser UI
7553b44pyrossh 2026-07-14T14:34:46+05:30
feat: add only-bible-app static pages
1f7058fpyrossh 2026-07-14T14:31:01+05:30
Task 3: static pages - layout, home, CV, robots, 404
a5ae6b8pyrossh 2026-07-14T14:04:21+05:30
Task 2: core lib modules - frontmatter, markdown, content
19e7e03pyrossh 2026-07-14T13:37:16+05:30
fix: s3.getObject dangling pointer, type mismatch in signedHeaders
8316688pyrossh 2026-07-14T13:35:03+05:30
feat: add infrastructure modules for merjs port
02990c1pyrossh 2026-07-08T20:29:31+05:30
fix: lower compatibility date for local wrangler
ff167cfpyrossh 2026-07-08T20:04:33+05:30
fix: add node types for process.env in S3 client
5f0e546pyrossh 2026-07-08T20:03:37+05:30
refactor: remove monorepo, install deps, clean up old packages
cebf5e1pyrossh 2026-07-08T20:01:09+05:30
fix: toBase64 loop for large files, SVG MIME type, unused import
d31af54pyrossh 2026-07-08T19:58:30+05:30
feat: create Hono app with all 23 routes
5675102pyrossh 2026-07-08T19:53:35+05:30
feat: port UI components to hono/html tagged templates
bd41d91pyrossh 2026-07-08T19:51:11+05:30
fix: import types from ../types in gitBug, add @types/dom
f1ed0fepyrossh 2026-07-08T19:48:31+05:30
feat: port core libraries to S3mini
ad05b07pyrossh 2026-07-08T19:43:16+05:30
feat: scaffold Hono app with config, types, and S3 client
58fbdf5pyrossh 2026-07-08T19:37:29+05:30
docs: add implementation plan for Hono rewrite
150c6c8pyrossh 2026-07-08T19:23:08+05:30
docs: use plain Hono + html/css helpers, no HonoX or JSX
0ea7b3dpyrossh 2026-07-08T19:16:16+05:30
docs: simplify to single HonoX app, no monorepo or shared packages
11f8b8cpyrossh 2026-07-08T19:14:11+05:30
docs: switch from typed-htmx to hono/jsx, simplify renderer
be00a33pyrossh 2026-07-08T19:07:38+05:30
docs: add S3mini storage layer, replace R2 binding with portable S3 API
c852bcapyrossh 2026-07-08T18:13:50+05:30
docs: add HonoX + typed-htmx migration design spec
ec165f1pyrossh 2026-07-07T19:53:24+05:30
fix: use proper CSS nesting across all worker CSS and assets worker
fe1b28fpyrossh 2026-07-07T19:15:33+05:30
fix: flatten CSS nesting, replace generic div with .wrapper class, add wrapper to header/footer
55aded2pyrossh 2026-07-07T18:18:49+05:30
fix: remove all inline styles from header/footer/layout, use CSS classes, add wrapper class
f612fe5pyrossh 2026-07-07T17:15:15+05:30
fix: properly flatten multi-level CSS nesting, restore all original Astro selectors
bfd002cpyrossh 2026-07-07T17:10:45+05:30
fix: restore original Astro class names in home worker (title, repos, repo)
b346b17pyrossh 2026-07-07T17:07:51+05:30
refactor: per-worker CSS stylesheets, each worker loads its own CSS
df4fd17pyrossh 2026-07-07T16:51:05+05:30
refactor: move CSS to external stylesheet files, no inline CSS in TS
0c2e618pyrossh 2026-07-07T15:11:53+05:30
refactor: move CSS to external stylesheet in assets, remove inline CSS
58916d5pyrossh 2026-07-07T15:09:38+05:30
fix: regenerate CSS from original Astro source, properly flattened with dark theme support
272c88fpyrossh 2026-07-07T15:05:12+05:30
fix: add comprehensive CSS reset
9e10714pyrossh 2026-07-07T15:04:29+05:30
fix: add CSS reset (box-sizing, margin, padding)
46b0b5bpyrossh 2026-07-07T15:02:13+05:30
fix: add max-width wrapper to main content area
2a0f3c8pyrossh 2026-07-07T15:00:37+05:30
fix: replace light-dark() with explicit theme blocks for broader browser support
6c4290apyrossh 2026-07-07T14:53:06+05:30
refactor: remove timeago, use server-side date formatting instead
e889ac1pyrossh 2026-07-07T14:49:24+05:30
fix: serve timeago.js inline from assets Worker, remove unsupported wrangler config
55e32cfpyrossh 2026-07-07T13:58:14+05:30
fix: remove spamscanner dependency (incompatible with Workers), fix pnpm config, resolve dev build errors
3885e71pyrossh 2026-07-07T13:50:05+05:30
fix: correct tsconfig extends paths for deeply nested workers
2f32cacpyrossh 2026-07-07T13:48:50+05:30
feat: add content/ directory and full deploy script with R2 sync
7773d16pyrossh 2026-07-07T12:34:17+05:30
fix: add missing SVG attribute types and fix boolean required attr
56689f5pyrossh 2026-07-07T12:33:11+05:30
fix: add SVG and dangerouslySetInnerHTML type declarations, fix required attribute type
cb61238pyrossh 2026-07-07T12:32:03+05:30
fix: address final review issues — tsconfig, assets, commit types, lang aliases, stale deps
7325531pyrossh 2026-07-07T12:24:30+05:30
feat: remove old Astro source after full migration to Workers
9e01f9bpyrossh 2026-07-07T12:22:17+05:30
chore: add root scripts and deployment script
1e1dc9dpyrossh 2026-07-07T12:19:44+05:30
feat: add dev router worker
c80144cpyrossh 2026-07-07T12:16:42+05:30
feat: add assets worker
08782d0pyrossh 2026-07-07T12:15:52+05:30
fix: add HX-Request guard, error handling, and issue ID validation
0856749pyrossh 2026-07-07T12:12:56+05:30
feat: add repo issues workers with htmx interactivity
b052a68pyrossh 2026-07-07T12:10:47+05:30
fix: add code language class to file view for syntax highlighting hooks
f1725a0pyrossh 2026-07-07T12:08:37+05:30
feat: add repo files workers
90559ccpyrossh 2026-07-07T12:05:22+05:30
fix: correct path index for repoId and hash in commits workers
dfd8d69pyrossh 2026-07-07T12:03:14+05:30
feat: add repo commits workers
db7aea1pyrossh 2026-07-07T12:00:29+05:30
feat: add repo readme worker
e70b046pyrossh 2026-07-07T11:58:59+05:30
fix: redirect /posts/ to /posts in blog detail worker
bb6d7b5pyrossh 2026-07-07T11:56:41+05:30
feat: add blog list and detail workers
d421288pyrossh 2026-07-07T11:54:36+05:30
feat: add only-bible-app workers
5a701fapyrossh 2026-07-07T11:50:07+05:30
fix: remove unused SITE_URL import in cv worker
b8aaafapyrossh 2026-07-07T11:49:09+05:30
feat: add cv page worker
8eb0f30pyrossh 2026-07-07T11:47:46+05:30
fix: restore responsive layout in home worker using CSS classes
01f7be1pyrossh 2026-07-07T11:44:15+05:30
feat: add home page worker
3a9fe30pyrossh 2026-07-07T11:42:12+05:30
fix: add catch-all route to not-found worker wrangler.jsonc
f2e6a46pyrossh 2026-07-07T11:41:15+05:30
feat: add simple workers — robots, rss, 404, 500
de5070apyrossh 2026-07-07T11:39:23+05:30
fix: add htmx attributes to file-layout sub-nav links
0cc3607pyrossh 2026-07-07T11:37:51+05:30
feat: add ui components package with typed-htmx JSX
df59793pyrossh 2026-07-07T11:32:22+05:30
fix: move vscode-icons to dependencies in @pyrossh/core
778948fpyrossh 2026-07-07T11:31:05+05:30
feat: port business logic to @pyrossh/core package
c192b28pyrossh 2026-07-07T11:28:17+05:30
feat: add shared types package
af5a5b2pyrossh 2026-07-07T11:26:41+05:30
feat: scaffold monorepo with shared config package
367d057pyrossh 2026-07-07T10:59:58+05:30
refactr
9ed2be6pyrossh 2026-07-04T15:17:31+05:30
fix: restore correct package.json and lockfile after merge conflict resolution
60e8429pyrossh 2026-07-04T15:14:01+05:30
style: fix formatting issues from merge
a7d5390pyrossh 2026-07-04T15:13:50+05:30
feat: replace astro-icon with unplugin-icons (+ DynamicIcon for vscode-icons)
ad9b5cepyrossh 2026-07-04T14:57:32+05:30
chore: remove astro-icon dependency
16761c2pyrossh 2026-07-04T14:56:06+05:30
refactor: migrate CV page icons to unplugin-icons
4e14b53pyrossh 2026-07-04T14:55:30+05:30
refactor: migrate FileLayout icons to DynamicIcon
ba1411cpyrossh 2026-07-04T14:54:45+05:30
refactor: migrate RepoLayout icons to unplugin-icons
f4e7793pyrossh 2026-07-04T14:53:11+05:30
refactor: migrate RecursiveList icons to unplugin-icons + DynamicIcon
b793805pyrossh 2026-07-04T14:51:50+05:30
refactor: migrate Header icons to unplugin-icons
947dfb7pyrossh 2026-07-04T14:46:24+05:30
fix: remove conflicting SVG attributes from DynamicIcon
b33c79epyrossh 2026-07-04T14:45:48+05:30
feat: add DynamicIcon component for vscode-icons
d272230pyrossh 2026-07-04T14:43:18+05:30
build: replace astro-icon with unplugin-icons
a6bacdepyrossh 2026-06-27T18:59:38+05:30
ignore local repos folder
6568665pyrossh 2026-06-27T18:54:31+05:30
Update clone url
7d03470pyrossh 2026-06-27T18:59:38+05:30
ignore local repos folder
efd63cdpyrossh 2026-06-27T18:54:31+05:30
Update clone url
be9362fpyrossh 2026-06-21T19:38:38+05:30
changes
20f0db9pyrossh 2026-05-24T17:56:52+05:30
make everything server side
d288f07pyrossh 2026-05-24T17:43:21+05:30
implement ssr
1f0213fpyrossh 2026-05-15T12:04:15+05:30
update alchemy
2f09a6cpyrossh 2026-05-15T11:08:10+05:30
Update git clone url
95c5c12pyrossh 2026-05-14T11:25:15+05:30
use cloudflare
ff21db4pyrossh 2026-05-10T17:26:00+05:30
Upgrade to astro v6.3.0
b9fbc6cpyrossh 2026-05-07T19:44:22+05:30
remove tauri
392b325pyrossh 2026-01-24T21:45:43+05:30
update site
a7f9a29pyrossh 2026-01-14T20:46:53+05:30
update Repo message
169f9fcpyrossh 2026-01-10T22:14:14+05:30
add google group
c5cfb87pyrossh 2025-12-22T19:17:19+05:30
update astro config
a72f7f6pyrossh 2025-12-13T15:39:58+05:30
fix link
0ce3195pyrossh 2025-12-05T21:14:07+05:30
fix commits
9909306pyrossh 2025-11-30T12:11:47+05:30
fix astro-color-scheme
683e5ffpyrossh 2025-11-29T21:42:24+05:30
fix project link
6ad0dc9pyrossh 2025-11-29T21:36:20+05:30
update resume
04eaa4epyrossh 2025-11-29T11:58:12+05:30
restore alchemy
699a291pyrossh 2025-11-26T22:13:09+05:30
fix alchemy cloud front permission
53d6a15pyrossh 2025-11-26T22:08:31+05:30
fix alchemy SslSupportMethod
f3e2f0cpyrossh 2025-11-24T19:03:35+05:30
update favicon
a6a85b4pyrossh 2025-11-24T18:44:49+05:30
remove badges
82308ddpyrossh 2025-11-24T18:42:55+05:30
update layout
35f8d6cpyrossh 2025-11-24T10:30:26+05:30
update alchemy
53c5f5apyrossh 2025-11-23T15:58:46+05:30
fix file icon
0227637pyrossh 2025-11-23T15:43:18+05:30
update file icons
dd32498pyrossh 2025-11-23T10:32:04+05:30
update deps
7ecf83dpyrossh 2025-11-22T22:02:48+05:30
update repo layout
17a2916pyrossh 2025-11-22T21:54:08+05:30
new repo design
c1f86c9pyrossh 2025-11-22T20:52:16+05:30
update index.astro
8718e3fpyrossh 2025-11-22T20:45:30+05:30
Change Repos to git
fa8f996pyrossh 2025-11-22T17:36:23+05:30
update commit
9ec4783pyrossh 2025-11-21T14:02:12+05:30
update commit diff
49c5a07pyrossh 2025-11-20T22:01:19+05:30
update stuff
50fbb4apyrossh 2025-11-19T21:51:33+05:30
update git clone with info
a828af6pyrossh 2025-11-17T11:02:28+05:30
update alchemy and fix csp
2de9031pyrossh 2025-11-16T22:35:50+05:30
add resume
96a56f8pyrossh 2025-11-16T22:35:07+05:30
add alchemy state
ba093c2pyrossh 2025-11-16T22:31:34+05:30
update alchemy code
9930a5bpyrossh 2025-11-15T15:01:25+05:30
add alchemy
cf73bcfpyrossh 2025-11-15T14:32:14+05:30
remve base css
136bbf7pyrossh 2025-11-15T14:30:48+05:30
update stuff
74cf8e5pyrossh 2025-11-15T11:35:41+05:30
update font sizes
a62d853pyrossh 2025-11-15T11:31:13+05:30
fix home page layout
69bc302pyrossh 2025-11-15T11:30:39+05:30
improve file tree
6d177b0pyrossh 2025-11-08T23:39:50+05:30
update packages
8851d64pyrossh 2025-11-08T23:24:14+05:30
update tab color
4b5afa1pyrossh 2025-11-08T23:21:56+05:30
improve file-tree
a279854pyrossh 2025-11-08T15:29:52+05:30
update design
b51aa36pyrossh 2025-11-08T15:11:41+05:30
update file href
8b7a076pyrossh 2025-11-08T14:34:17+05:30
add files back
b7547dbpyrossh 2025-11-04T20:59:03+05:30
update site
94878f9pyrossh 2025-10-30T21:36:11+05:30
update deploy script
e6f8f54pyrossh 2025-10-30T21:34:13+05:30
update site
6f9e3f4pyrossh 2025-10-27T22:27:11+05:30
add android back handler
d6f4fe5pyrossh 2025-10-27T22:04:47+05:30
fix safe area
6ecb884pyrossh 2025-10-27T21:40:59+05:30
improve strong
69ffe19pyrossh 2025-10-27T09:24:47+05:30
update index page
888f8bbpyrossh 2025-10-21T10:14:46+05:30
improve design
cd3c736pyrossh 2025-10-21T09:10:33+05:30
update tag color
820f98fpyrossh 2025-10-20T22:57:24+05:30
remove sr.ht
ecf582dpyrossh 2025-10-20T22:03:51+05:30
add tags
003f950pyrossh 2025-10-20T21:20:25+05:30
update styling
d2f2668pyrossh 2025-10-20T19:30:30+05:30
update zips
4e9295fpyrossh 2025-10-20T17:36:07+05:30
fix styles
4af1677pyrossh 2025-10-20T16:24:01+05:30
update zip
24f49a2pyrossh 2025-10-20T15:40:11+05:30
update routes
49801adpyrossh 2025-10-18T11:09:30+05:30
add read only user
c153354pyrossh 2025-10-11T11:45:54+05:30
update colors
8d3592fpyrossh 2025-10-10T10:01:22+05:30
fix code theme
d457bc7pyrossh 2025-10-10T09:52:39+05:30
fix theming
fc99e86pyrossh 2025-10-10T09:26:02+05:30
update repo markdown
544f85epyrossh 2025-10-09T10:11:21+05:30
update css for safe-area
1c1b237pyrossh 2025-10-07T21:11:46+05:30
remove Font
514cf1bpyrossh 2025-10-07T21:11:15+05:30
improve font
0ea8e8dpyrossh 2025-10-06T09:47:50+05:30
fix css
4960bd6pyrossh 2025-10-05T19:38:45+05:30
update base css
88391ccpyrossh 2025-09-27T18:45:31+05:30
update lock
e2ac26bpyrossh 2025-09-27T18:45:05+05:30
add theme switch
860c5b8pyrossh 2025-08-27T10:24:32+05:30
change identifier
9ea981fpyrossh 2025-08-23T14:57:27+05:30
update app name
06c79bbpyrossh 2025-08-23T14:51:35+05:30
add new icon
7806411pyrossh 2025-08-23T14:44:30+05:30
fix copyright
f2d78e5pyrossh 2025-08-23T14:38:56+05:30
fix issues
bca7e9apyrossh 2025-06-08T16:23:27+05:30
fix android build
b888faapyrossh 2025-06-08T16:22:12+05:30
update icons
194f6f6pyrossh 2025-06-07T13:22:58+05:30
update terraform
5eb44a2pyrossh 2025-06-06T22:29:24+05:30
fix zip redirect
5931fd0pyrossh 2025-06-06T22:03:43+05:30
update infra
831f1f7pyrossh 2025-06-06T21:41:03+05:30
fix readmes
5e60934pyrossh 2025-06-03T22:39:10+05:30
add tauri
0d04c01pyrossh 2025-06-02T12:22:53+05:30
add terraform code
53c2978pyrossh 2025-06-02T12:08:26+05:30
add infra code
6428361pyrossh 2025-06-02T11:57:58+05:30
update app
873cce6pyrossh 2025-05-30T23:05:44+05:30
update repos
45ef028pyrossh 2025-05-29T10:56:10+05:30
remove tailwind dep
2ad45c8pyrossh 2025-05-29T10:45:09+05:30
remove tailwind css classes
8cff548pyrossh 2025-05-25T14:43:11+05:30
improve repos
485d57apyrossh 2025-05-16T00:00:29+05:30
add basic git commits
86ff013pyrossh 2025-05-10T14:20:08+05:30
fix tests
1c7ecfbpyrossh 2025-05-10T13:57:26+05:30
improve repos and add dark theme
7bf85c2pyrossh 2025-05-03T14:06:38+05:30
add playwright
8df5c87pyrossh 2025-04-27T19:26:02+05:30
fix contacts for mobile
3b5876fpyrossh 2025-04-27T18:17:06+05:30
fix font-size
3c35041pyrossh 2025-04-27T18:16:06+05:30
fix css 2
c1c7029pyrossh 2025-04-27T18:04:46+05:30
fix css
ee84ed6pyrossh 2025-04-27T14:21:08+05:30
fix favicon
7fc7e9bpyrossh 2025-04-27T14:18:39+05:30
add publish command
bfca480pyrossh 2025-04-27T14:15:56+05:30
fix formatting
f168a0cpyrossh 2025-04-27T13:27:58+05:30
fix code link
05ffaaepyrossh 2025-04-27T13:15:45+05:30
update site
3c132d8pyrossh 2025-04-26T23:06:54+05:30
update README
16367c8pyrossh 2025-04-26T23:03:46+05:30
add astro again :)
ba4e0e8pyrossh 2025-04-18T19:24:52+05:30
improve css
f3643bbPeter John 2025-02-19T20:56:48+05:30
fix stuff
d445137Peter John 2025-02-03T13:52:34+05:30
remove outdated stuff
7eb30e3Peter John 2025-02-03T13:47:44+05:30
update website
1c62d24Peter John 2024-12-22T20:19:22+05:30
reword Software
679d90bPeter John 2024-12-21T22:42:47+05:30
fix icons
0ea94a1Peter John 2024-12-21T22:40:02+05:30
improve software block again again
4caa8bbPeter John 2024-12-21T22:37:12+05:30
improve software block again
4ccb292Peter John 2024-12-21T22:18:19+05:30
improve software block
70f6174Peter John 2024-12-20T23:32:06+05:30
update cv
1cd282bPeter John 2024-12-18T15:04:08+05:30
update info
aafedd2Peter John 2024-12-17T20:56:25+05:30
fix icons
e05e424Peter John 2024-12-17T20:44:34+05:30
improve main page
b3500fePeter John 2024-12-16T23:09:11+05:30
fix copyright link
6edde0ePeter John 2024-12-16T23:07:05+05:30
fix header link
aa49529Peter John 2024-12-16T22:52:25+05:30
change plum
da5831dPeter John 2024-12-16T22:46:53+05:30
remove github repos
f466b16Peter John 2024-12-16T22:41:06+05:30
remove github link
c704b74Peter John 2024-12-16T20:13:06+05:30
remove fish
4bf292ePeter John 2024-12-12T23:07:17+05:30
add zellij
428c073Peter John 2024-12-10T21:17:31+05:30
fix hosting
2cc8344Peter John 2024-12-02T20:18:51+05:30
add pages
d3d6415Peter John 2024-12-02T20:07:02+05:30
add pages
90d1776pyrossh 2024-10-27T22:27:56+05:30
remove typescript
f3c538bpyrossh 2024-10-27T21:37:18+05:30
upgrade to svelte 5
7abd8a8pyrossh 2024-08-25T15:21:27+05:30
add svelte inspector
40432abpyrossh 2024-08-16T12:57:45+05:30
add new post
f9d1385pyrossh 2024-08-15T22:05:51+05:30
rename
38d6980pyrossh 2024-08-06T16:32:59+05:30
add fleet
42dae00pyrossh 2024-08-06T12:00:23+05:30
improve pages
c97829cpyrossh 2024-08-04T20:27:11+05:30
remove curve
c8fb75fpyrossh 2024-08-04T16:33:38+05:30
fix copyright
fedbe50pyrossh 2024-08-04T16:22:50+05:30
fix layout
8651b5epyrossh 2024-08-04T16:08:51+05:30
improve website
5c7a655pyrossh 2024-08-04T15:13:35+05:30
update icon
105f23fpyrossh 2024-07-26T19:18:20+05:30
update app page
4713342pyrossh 2024-07-24T21:05:13+05:30
fix image
745bbadpyrossh 2024-07-22T23:13:58+05:30
add onlybible pages
4c08b63pyrossh 2024-05-11T15:45:57+05:30
fit page spacing
6e79fc0pyrossh 2024-05-11T14:46:33+05:30
Fix fonts
bf8a524pyrossh 2024-05-11T14:37:21+05:30
Fix post active
ad6bee4pyrossh 2024-05-11T14:31:22+05:30
Remove homen
5c743eapyrossh 2024-05-10T14:52:21+05:30
improve header
48bd65cpyrossh 2024-05-10T12:10:23+05:30
fix footer
d344737pyrossh 2024-05-09T10:41:27+05:30
fix icons
41486bepyrossh 2024-05-06T22:02:23+05:30
remove unocss
06a962apyrossh 2024-05-03T22:57:14+05:30
improve perf
af024aepyrossh 2024-05-03T22:36:32+05:30
add playwright dep
ac63e02pyrossh 2024-05-03T22:33:11+05:30
add tests
032ace7pyrossh 2024-05-03T22:30:46+05:30
improve sitemap
25dcc20pyrossh 2024-05-03T22:11:04+05:30
fix sitemap
8f1ecc3pyrossh 2024-05-03T22:09:28+05:30
add sitemap
7e714d0pyrossh 2024-05-01T23:35:53+05:30
improve home
99ea847pyrossh 2024-04-30T21:05:21+05:30
add GA
3ec34e6pyrossh 2024-04-30T20:56:36+05:30
add gtag
f484866pyrossh 2024-04-30T19:37:33+05:30
remove pirsch
e93d252pyrossh 2024-04-30T19:33:14+05:30
Improve cls
f926a10pyrossh 2024-04-30T19:30:27+05:30
Improve main page
84aaeaapyrossh 2024-04-30T19:06:50+05:30
update hardware
34ba21bpyrossh 2024-04-24T10:36:15+05:30
Fix posts layout
a21560bpyrossh 2024-04-23T21:01:50+05:30
Update hardware
9753430pyrossh 2024-04-20T21:26:22+05:30
fix titles
dff000dpyrossh 2024-04-20T21:18:55+05:30
fix links
43702e3pyrossh 2024-04-20T21:03:41+05:30
fix header
4770394pyrossh 2024-03-15T21:44:08+05:30
update content
6a9abfbpyrossh 2024-03-15T18:35:34+05:30
improve mobile cv
fede20epyrossh 2024-03-15T18:10:49+05:30
Fix mobile header
da5879fpyrossh 2024-03-15T11:00:52+05:30
improve content
310293cpyrossh 2024-03-15T10:53:42+05:30
Fix header links
f272160pyrossh 2024-03-15T10:46:05+05:30
add posts
14ce17fpyrossh 2024-03-14T09:57:32+05:30
add flox
0e3be1epyrossh 2024-03-14T09:57:24+05:30
fix html
2a59083pyrossh 2024-02-22T19:04:42+05:30
fix links
fa80d41pyrossh 2024-02-22T15:28:38+05:30
fix sentry
567b02dpyrossh 2024-02-22T13:46:48+05:30
fix sentry
822cd94pyrossh 2024-02-22T13:38:43+05:30
remove ga add pirsch
5b72a4dpyrossh 2024-02-21T23:32:30+05:30
fix body
1ffd566pyrossh 2024-02-21T23:25:22+05:30
add ga
f34eb73pyrossh 2024-02-21T23:18:37+05:30
add sentry
e1b9277pyrossh 2024-02-21T23:11:20+05:30
improve info
0c84c28pyrossh 2024-02-21T23:00:14+05:30
layouts
094f190pyrossh 2024-02-21T19:18:10+05:30
fix canonical url
12930e7pyrossh 2024-02-21T19:10:06+05:30
remove braces
38054c5pyrossh 2024-02-21T17:11:16+05:30
remove base path
21d70cepyrossh 2024-02-21T16:37:02+05:30
fix base
b3f1742pyrossh 2024-02-21T16:30:15+05:30
add prerender
5e5622fpyrossh 2024-02-21T16:24:48+05:30
fix deploy
46d2372pyrossh 2024-02-21T16:20:29+05:30
fix stuff
ce59379pyrossh 2024-02-21T16:15:22+05:30
Fix base path
70e1590pyrossh 2024-02-21T16:11:51+05:30
deploy always
7c4fd0apyrossh 2024-02-21T16:11:33+05:30
fix base path
452575cpyrossh 2024-02-21T16:06:05+05:30
fix build
ff1edd9pyrossh 2024-02-21T15:55:20+05:30
add deploy
97db518pyrossh 2024-02-21T15:46:51+05:30
improve
1f3d5cfpyrossh 2024-02-20T23:57:05+05:30
remove idea
48dc248pyrossh 2024-02-20T23:56:24+05:30
disable deploy
3c87be3pyrossh 2024-02-20T23:54:49+05:30
new stuff
1e66cc6pyrossh 2023-12-22T13:58:47+05:30
fix analytics
7640f70pyrossh 2023-12-22T13:38:49+05:30
improve analytics
80ae053pyrossh 2023-12-22T13:19:41+05:30
Fix browsers, countries
309efffpyrossh 2023-12-22T12:56:40+05:30
imporve analytics
39bbb49pyrossh 2023-12-22T00:15:21+05:30
imporve perf
da3cf5fpyrossh 2023-12-22T00:10:19+05:30
fix country
8338b01pyrossh 2023-12-22T00:04:43+05:30
add stats
5087572Peter John 2023-12-21T07:35:28Z
add devcontainer
f2a480bpyrossh 2023-12-19T12:45:29+05:30
fix layout
1b998c9pyrossh 2023-12-18T11:41:47+05:30
Add app icons
94a7e7cpyrossh 2023-12-15T23:05:38+05:30
cleanup
fff4a18pyrossh 2023-12-04T22:56:39+05:30
improve design
c5c4cbapyrossh 2023-12-04T21:31:08+05:30
improve design
8d6a890pyrossh 2023-12-03T22:56:16+05:30
fix header for mobile
4c08a95pyrossh 2023-12-03T19:23:02+05:30
remove GA
2b22eecpyrossh 2023-12-03T19:14:31+05:30
finish remaining pages
f9d46a8pyrossh 2023-12-03T17:17:34+05:30
improve mobile
7c7a9edpyrossh 2023-12-03T17:06:46+05:30
improve index
ca24427pyrossh 2023-12-02T15:35:57+05:30
improve index
e950f33pyrossh 2023-12-02T00:08:11+05:30
re-deploy
7111b29pyrossh 2023-12-01T23:59:40+05:30
Fix project
d7dbb78pyrossh 2023-12-01T23:53:13+05:30
initial commit