Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/patrickniyogitare28/blog.patrickniyo.com
My personal blogging garden, where I share programming skills, tutorials and Best coding and performance practices.
https://github.com/patrickniyogitare28/blog.patrickniyo.com
mdx nextjs seo tailwind
Last synced: 25 days ago
JSON representation
My personal blogging garden, where I share programming skills, tutorials and Best coding and performance practices.
- Host: GitHub
- URL: https://github.com/patrickniyogitare28/blog.patrickniyo.com
- Owner: PatrickNiyogitare28
- License: mit
- Created: 2024-06-10T21:37:33.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-06-10T21:40:40.000Z (5 months ago)
- Last Synced: 2024-10-14T03:42:24.847Z (25 days ago)
- Topics: mdx, nextjs, seo, tailwind
- Language: MDX
- Homepage: https://blog.patrickniyo.com
- Size: 4.17 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# [patrickniyo.com](https://patrickniyo.com)
My personal blogging garden, where I share programming skills, tutorials and Best coding and performance practices.
![Build Workflows](https://github.com/PatrickNiyogitare28/codeark.com/actions/workflows/superlinter.yml/badge.svg)
## Tools
- [Typescript](https://www.typescriptlang.org/)
- Write posts with [MDX](https://mdxjs.com/)
- Style with [Tailwind CSS](https://tailwindcss.com/)
- Linting with [ESLint](https://eslint.org/)
- Formatting with [Prettier](https://prettier.io/)
- Linting, typechecking and formatting on by default using [`husky`](https://github.com/typicode/husky) for commit hooks
- Testing with [Jest](https://jestjs.io/) and [`react-testing-library`](https://testing-library.com/docs/react-testing-library/intro)## Live Demo
[Deployed with vercel](https://codeark-com.vercel.app/)
## Getting Started
```bash
git clone https://github.com/PatrickNiyogitare28/codeark.com.git
cd codeark.comyarn install
# or
npm installyarn dev
# or
npm run dev
```Your new site will be up at http://localhost:3000/
## CODE OF CONDUCT
We pledge to act and interact in ways that contribute to an open, welcoming,
diverse, inclusive, and healthy community. Read the [code of conduct](https://github.com/PatrickNiyogitare28/codeark.com/blob/master/CODE_OF_CONDUCT.md) before contributing## LICENSE
[MIT](https://github.com/PatrickNiyogitare28/codeark.com/blob/master/LICENSE)
## MAINTAINER