https://github.com/randymorales/randymorales.dev
Personal website to share programming stuff
https://github.com/randymorales/randymorales.dev
blog google-analytics-api javascript markdown nextjs utterances
Last synced: 3 months ago
JSON representation
Personal website to share programming stuff
- Host: GitHub
- URL: https://github.com/randymorales/randymorales.dev
- Owner: randymorales
- License: mit
- Created: 2020-11-14T23:13:35.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-23T04:55:09.000Z (about 1 year ago)
- Last Synced: 2025-04-03T01:41:31.458Z (9 months ago)
- Topics: blog, google-analytics-api, javascript, markdown, nextjs, utterances
- Language: JavaScript
- Homepage: https://randymorales.dev
- Size: 6.51 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# âĸī¸ [randymorales.dev](https://randymorales.dev) âŖī¸
Randy's personal website. The idea behind this website is to share knowledge and build a community or network around interesting topics in Computer Programming.
Feel free to contribute, I am open to suggestions.
## đ Project Structure
- `components/*`: Custom react components.
- `lib/*`: Helper functions and constants.
- `pages/*`: Static and dynamic pages.
- `posts/*`: Blog posts content.
- `public/*`: Static files.
- `styles/*`: CSS.
- `.github/workflows/*`: Scripts to deploy in GitHub Pages. This was stopped since NextJS does not support `i18n` with `next export`. Deploying to vercel by the moment.
## đ§ Dev Steps
First, run the development server:
```bash
npm install
npm run dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
## đ¨ Built using
- [Next.js](https://nextjs.org/)
- [Vercel](https://vercel.com)
- [remark](https://remark.js.org/), [remark-html](https://github.com/remarkjs/remark-html), [gray-matter](https://github.com/jonschlinkert/gray-matter)
- [Utterances](https://utteranc.es/)
- [Google Analytics](https://analytics.google.com/)
## ÂŠī¸ License
This project is open source and available under the [MIT License](LICENSE).