mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Added blog
This commit is contained in:
4
docs/blog/.authors.yml
Normal file
4
docs/blog/.authors.yml
Normal file
@@ -0,0 +1,4 @@
|
||||
willmcgugan:
|
||||
name: Will McGugan
|
||||
description: CEO / code-monkey
|
||||
avatar: https://github.com/willmcgugan.png
|
||||
3
docs/blog/index.md
Normal file
3
docs/blog/index.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# Textual Blog
|
||||
|
||||
Welcome to the Textual blog, where we post about the latest releases and developments in the Textual world.
|
||||
19
docs/blog/posts/helo-world.md
Normal file
19
docs/blog/posts/helo-world.md
Normal file
@@ -0,0 +1,19 @@
|
||||
---
|
||||
draft: false
|
||||
date: 2022-11-06
|
||||
categories:
|
||||
- News
|
||||
authors:
|
||||
- willmcgugan
|
||||
---
|
||||
|
||||
# New Blog
|
||||
|
||||
Welcome to the first post on the Textual blog.
|
||||
|
||||
<!-- more -->
|
||||
|
||||
I plan on using this as a place to make announcements regarding new releases of Textual, and any other relevant news.
|
||||
|
||||
The first piece of news is that we've reorganized this site a little. The Events, Styles, and Widgets references are now under "Reference", and what used to be under "Reference" is now "API" which contains API-level documentation. I hope that's a little clearer than it used to be!
|
||||
|
||||
Reference in New Issue
Block a user