https://github.com/blankriser/ram.codes
v2 of ram.codes
https://github.com/blankriser/ram.codes
blog contentlayer nextjs portfolio tailwind
Last synced: 6 months ago
JSON representation
v2 of ram.codes
- Host: GitHub
- URL: https://github.com/blankriser/ram.codes
- Owner: BlankRiser
- License: gpl-3.0
- Created: 2023-05-28T06:24:15.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-15T14:57:55.000Z (almost 2 years ago)
- Last Synced: 2024-09-15T18:04:56.198Z (almost 2 years ago)
- Topics: blog, contentlayer, nextjs, portfolio, tailwind
- Language: TypeScript
- Homepage: https://v2.ram.codes
- Size: 45.4 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ram.codes
Personal portfolio of Ram Shankar
## TODO
- [ ] Use [imagekit](https://imagekit.io/plans) or [cloudinary](https://cloudinary.com/pricing) to serve images
- [ ] Improve seo using [google search console](https://search.google.com/search-console?resource_id=https%3A%2F%2Fram.codes%2F) and [microsoft webmaster tools](https://www.bing.com/webmasters/sitescan?siteUrl=https://ram.codes/)
### Built using
- NextJS
- TailwindCSS
- Framer Motion
- [content-collections](https://www.content-collections.dev/)
- Syntax highlight using [rehype-pretty-code](https://rehype-pretty-code.netlify.app/) which is a rehype plugin powered by [shiki](https://github.com/shikijs/shiki)
### Attributions
- General Sans font from [fontshare](https://www.fontshare.com/fonts/general-sans)
- icons from [simpleicons.org](https://simpleicons.org/) and [iconoir](https://iconoir.com/)
- analytics from [beam analytics](https://beamanalytics.io/)
- [Tailwind Color Palette Generator](https://www.tints.dev/brand/1FFF5E)
### Inspiration
- [Rauno Craft](https://rauno.me/craft)
- [ibelick Lab](https://www.ibelick.com/lab)
- [Aceternity UI](https://ui.aceternity.com/)
- [Magic UI](https://magicui.design/)
### How to use MDX Components
#### Images
```mdx
```
#### Full width image with bleed
```mdx
```
### Issues
Sometimes the build fails becuase of git cache issues. To fix this run the following command
```bash
git rm -r --cached .
git add .
git commit --allow-empty -m "Fixed git cache issues"
git push
```
Alternatively you can also delete the `hooks` folder from `.git` folder.