To be a computer science student.
My blog, mainly about programming, in Hebrew.
Built with Next.js and deployed on Vercel, based on Tailwind Nextjs Starter Blog.
To add a new community:
- Create a markdown file in
data/communities/(e.g.,my-community.md). - Use the following frontmatter structure:
---
name: 'Community Name'
description: 'Short description in Hebrew.'
image: '/static/images/communities/community-image.png'
links:
Telegram: 'https://t.me/community'
Website: 'https://community.com'
tags:
- tag-one
- tag-two
---- Store images in
public/static/images/communities/. - Use 2-5 tags, lowercase, hyphens for spaces, and prefer existing tags.
- Write all content in Hebrew and follow RTL conventions.