diff --git a/README.md b/README.md new file mode 100644 index 00000000..05631813 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# The Odin Programming Language Website + +This is the repository for the official odin website: [https://odin-lang.org/](https://odin-lang.org/) + +## How to Build + +The website is build on [hugo](https://gohugo.io/). Follow the instructions for your preferred platform. + +Once installed simply run `hugo serve` which will launch the site at localhost and watch for any file changes. + +## Miscellaneous + +We also use Bootstrap for styling and the rest is done from scratch. diff --git a/content/news/2024-05.md b/content/news/2024-05.md new file mode 100644 index 00000000..5350b34f --- /dev/null +++ b/content/news/2024-05.md @@ -0,0 +1,33 @@ +--- +title: May 2024 Newsletter +summary: Highlights for May - Showcasing ***X*** Community Projects +slug: newsletter-2024-05 +author: Michael Kutowski +date: '2024-04-02' +draft: true +categories: + - newsletter + - odin +--- + +Read up on the compiler changes in the [monthly release](https://github.com/odin-lang/Odin/releases/tag/dev-2024-05) notes. + +## Game Releases + +Im proud to announce that two games have been released this month! We've mentioned both of these before so please check them out. + +WIP NEWS + +## Projects shared this month + +| Project Name | Description | +| --- | --- | +| example | | + +## Project Showcase + +We're going with the same layout as last month, let's see how it goes again. + +## EXMAPLE + +### EXAMPLE SUB \ No newline at end of file