Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/louisguitton/guitton.co

My personal serverless website
https://github.com/louisguitton/guitton.co

nextjs

Last synced: about 21 hours ago
JSON representation

My personal serverless website

Awesome Lists containing this project

README

        

# guitton.co

Urgent:

- [ ] add CRM

- [ ] add newsletter signup pointing to Hubspot for Blog
- [ ] replace contact form with leadgen form pointing to Hubspot for Freelance services

- [ ] remove headlessui in favor of shadcn
- [ ] migrate nav
- [ ] migrate mobile contact form

High:

- [ ] add
- [ ] add "Download CV" CTA for resume
- [ ] add precommit hooks

Future:

- [ ] get inspired by tailwind-nextjs-starter-blog
- [ ] add siteMetadata once and reuse it
- [ ] add RSS feed
- [ ] add Algolia search
- [ ] add Speaking page
- [ ] add Engineering Manager Handbook sections or tutos behind paywall like "Machine Learning Flashbards"
- [ ] add 2048 as native and easter-egg on 404 page
- Tests
- [ ] add test: HTTPS page has internal links to HTTP
- [ ] add test: link to broken page 404
- [ ] add test: H1 tag missing or empty -> easy with jest
- [ ] add test: logevent when clicking on featured post or getting 404

## References

Next + Tailwind + MDX

-

Note on MDX support:

- v1 was `next-mdx-remote`
- v2 was `mdx-bundler`
- v3 is `contentlayer`

Next + markdown

-
-
-
-
-

## Notes on JSON Resume implementation

- types were adapted from code generated from the jsonschema available at using
- components were adapted from
- styles were adapted from