https://github.com/baruchiro/bcsstudent
My blog, mainly about programming, in Hebrew
https://github.com/baruchiro/bcsstudent
blog gridsome hebrew markdown static-site students vue
Last synced: 10 months ago
JSON representation
My blog, mainly about programming, in Hebrew
- Host: GitHub
- URL: https://github.com/baruchiro/bcsstudent
- Owner: baruchiro
- License: mit
- Created: 2018-12-28T07:41:41.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-02-11T09:56:46.000Z (over 1 year ago)
- Last Synced: 2025-02-11T10:41:47.014Z (over 1 year ago)
- Topics: blog, gridsome, hebrew, markdown, static-site, students, vue
- Language: TypeScript
- Homepage: https://bscstudent.netlify.app/
- Size: 25.3 MB
- Stars: 1
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [Baruch Odem](https://baruchiro.com/)
To be a computer science student.
## About
My blog, mainly about programming, in Hebrew.
Built with [Next.js](https://nextjs.org/) and deployed on [Vercel](https://vercel.com/), based on [Tailwind Nextjs Starter Blog](https://github.com/timlrx/tailwind-nextjs-starter-blog).
[](https://baruchiro.com/)
## Communities Collection
To add a new community:
1. Create a markdown file in `data/communities/` (e.g., `my-community.md`).
2. Use the following frontmatter structure:
```yaml
---
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.