diff --git a/blog/2021-08-26-welcome/index.md b/blog/2021-08-26-welcome/index.md index 169459f..9455168 100644 --- a/blog/2021-08-26-welcome/index.md +++ b/blog/2021-08-26-welcome/index.md @@ -1,13 +1,25 @@ --- slug: welcome -title: ברוכים הבאים -authors: [ticker, mashgiach, thefourcraft] -tags: [מתחילים, הדוקומנטציה העברית] +title: Welcome +authors: [slorber, yangshun] +tags: [facebook, hello, docusaurus] --- -![לוגו](../../static/branding/logo.jpg) -# **שלום רב! ברוך הבא לדוקומנטציה העברית!** -אנחנו כל כך שמחים שאת/ה פה, ואנחנו לא יכולים להתחיל ללמוד ביחד אתך את עולם התכנות ברובלוקס! אבל, מגיע לך הסבר: -# הסבר -הודקומנטציה העברית הינו פרויקט קהילתי שמהותו לתת מענה למתכנתים צעירים/חדשים שרוצים ללמוד בשפת הקודש 🕍 בעזרת כולם, נוכל להפוך את החלום של דוקומנטציות בעברית למציאות! 🔮 -ובעצם, אתם נמצאים באתר בו ים אנשים בואו ביחד ועזרו לנו לכתוב מדריך Zero To Hero (ממתחיל למתקדם) לתכנות ברובלוקס **בשפה העברית**, מרגש לא? +[Docusaurus blogging features](https://docusaurus.io/docs/blog) are powered by the [blog plugin](https://docusaurus.io/docs/api/plugins/@docusaurus/plugin-content-blog). + +Simply add Markdown files (or folders) to the `blog` directory. + +Regular blog authors can be added to `authors.yml`. + +The blog post date can be extracted from filenames, such as: + +- `2019-05-30-welcome.md` +- `2019-05-30-welcome/index.md` + +A blog post folder can be convenient to co-locate blog post images: + +![Docusaurus Plushie](./docusaurus-plushie-banner.jpeg) + +The blog supports tags as well! + +**And if you don't want a blog**: just delete this directory, and use `blog: false` in your Docusaurus config. diff --git a/blog/authors.yml b/blog/authors.yml index 46bcf61..bcb2991 100644 --- a/blog/authors.yml +++ b/blog/authors.yml @@ -1,17 +1,17 @@ -ticker: - name: Ticker - title: Project Manager - url: https://niro.team - image_url: https://github.com/tickerdev.png +endi: + name: Endilie Yacop Sucipto + title: Maintainer of Docusaurus + url: https://github.com/endiliey + image_url: https://github.com/endiliey.png -mashgiach: - name: MrMash - title: Core Maintainer - url: https://github.com/avivzusim.png - image_url: +yangshun: + name: Yangshun Tay + title: Front End Engineer @ Facebook + url: https://github.com/yangshun + image_url: https://github.com/yangshun.png -thefourcraft: - name: TheFourCraft - title: Infrastructure Manager - url: https://ims-network.net - image_url: https://github.com/thefourcraft.png +slorber: + name: Sébastien Lorber + title: Docusaurus maintainer + url: https://sebastienlorber.com + image_url: https://github.com/slorber.png