-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
40 additions
and
3 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 |
---|---|---|
@@ -0,0 +1,35 @@ | ||
--- | ||
title: Yet another site update | ||
author: Bhathiya Perera | ||
pubDate: 2023-12-22 | ||
layout: '../../layouts/BlogPostLayout.astro' | ||
--- | ||
|
||
import Note from '../../components/Note.astro'; | ||
|
||
# General update | ||
|
||
## Astro / Tailwindcss / DaisyUi | ||
|
||
Thanks to [GDWR](https://github.com/GDWR) and [fisher60](https://github.com/fisher60) from [AbandonTech](https://abandontech.cloud), Yaksha webiste is now recreated with Astro. 🎉 | ||
|
||
<Note mode="mascot"> | ||
* Astro allow you to build pages with `.md` and `.mdx` files. | ||
* You can also create components similar to React. | ||
* Tailwindcss is the new kid on the block when it comes to a CSS framework. However, unlike bootstrap it is basically a CSS framework. | ||
* DaisyUI - UI components built on top of Tailwindcss. | ||
</Note> | ||
|
||
😮💨 No more CSS (pain) for me. Thank you very much. 🤣 | ||
|
||
## v0.0.5 is out | ||
|
||
v0.0.5 was released recently with plenty of new features. | ||
|
||
* `sr` data type is a game changer with the ability to encapsulate `string literals`, `sds strings (not copied)`, `c strings` | ||
* Number auto cast from smaller numbers to larger. | ||
* String auto cast and default to internal compile time `:s:` string literal data type whenever posible. | ||
* MacOS binaries are now built with github actions. | ||
|
||
|
||
You can read more [here](https://github.com/YakshaLang/Yaksha/releases/tag/v0.0.5) |
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 |
---|---|---|
|
@@ -316,7 +316,7 @@ def main() -> int: | |
``` | ||
|
||
Output: | ||
```text | ||
```plaintext | ||
Hello World | ||
All done | ||
``` | ||
|
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