forked from AdaCore/learn
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable Ablog extension for blog posts.
- Loading branch information
Showing
6 changed files
with
76 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,3 +30,7 @@ begin | |
end Learn; | ||
``` | ||
|
||
```{postlist} | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
--- | ||
date: Sep 16, 2024 | ||
author: max | ||
tags: ada-ukraine | ||
--- | ||
|
||
# Ласкаво просимо на Ada Ukraine! | ||
|
||
Ми раді оголосити запуск нового ресурсу — Ada Ukraine, де кожен охочий | ||
зможе знайти корисну інформацію про мову програмування Ада українською мовою. | ||
Ми створили цей сайт, щоб допомогти студентам, новачкам у програмуванні, | ||
а також досвідченим розробникам, які хочуть поглибити свої знання або | ||
освоїти нові підходи в програмуванні. | ||
|
||
На Ada Ukraine ви знайдете: | ||
|
||
- Короткі блогпости про особливості мови Ada, її застосування та переваги. | ||
- Освітні матеріали, які допоможуть швидко освоїти основи та поступово | ||
рухатися до більш складних концепцій. | ||
- Справочники та ресурси для глибшого розуміння мови і її стандартних | ||
бібліотек. | ||
- Практичні вправи, що спрямовані на вдосконалення ваших навичок | ||
програмування. | ||
- Новини та оголошення про події, пов'язані з Ada. | ||
- Огляди інструментів, бібліотек та успішних проектів, написаних | ||
на цій мові. | ||
|
||
Ми плануємо регулярно публікувати нові матеріали та ділитися цікавими | ||
статтями на актуальні теми. Наша мета — створити спільноту розробників | ||
Ada в Україні та за її межами, де кожен зможе знайти відповіді на свої | ||
питання і поділитися своїм досвідом. | ||
|
||
Запрошуємо вас до публікації! | ||
|
||
Маєте цікавий досвід з Ада, проєкти, якими хочете поділитися, або ж просто | ||
ідеї для статей? Ми відкриті для вашого внеску! Надсилайте свої матеріали, | ||
і ми з радістю опублікуємо їх на нашій платформі. Ваша участь допоможе | ||
розвивати спільноту та робити Ada Ukraine кращим. | ||
|
||
Приєднуйтесь до нас, діліться знаннями та досвідом, і разом ми зробимо мову | ||
Ада більш доступною та зрозумілою для всіх! | ||
|
||
Слідкуйте за новинами та не пропустіть наші перші публікації! | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
blogpost: true | ||
date: Oct 10, 2020 | ||
author: max | ||
--- | ||
|
||
# Hello World | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
ablog==0.11.11 | ||
myst_parser==4.0.0 | ||
coverage==7.6.0 | ||
docutils==0.20.1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters