Update blog
rtj.dev Build and Deploy / Build-and-Deploy (push) Successful in 10s
Details
rtj.dev Build and Deploy / Build-and-Deploy (push) Successful in 10s
Details
This commit is contained in:
parent
38191d9b01
commit
b17a2a381e
|
@ -31,7 +31,7 @@ By defining your CLI structure in a configuration file (`falyx.yaml` or `falyx.t
|
|||
#### Example
|
||||
|
||||
```bash
|
||||
❯ falyx
|
||||
$ falyx
|
||||
🛠️ Config-Driven CLI
|
||||
|
||||
[C] Cleanup temp files
|
||||
|
@ -170,7 +170,7 @@ And adds a starter `falyx.yaml` and `tasks.py`, for example:
|
|||
aliases: [update-dotfiles]
|
||||
```
|
||||
|
||||
**\~/.config/falyx/tasks.py**
|
||||
**\~/.config/falyx/dotfiles.py**
|
||||
|
||||
```python
|
||||
async def update():
|
||||
|
|
|
@ -40,7 +40,7 @@ ShowToc = false
|
|||
|
||||
[params.homeInfoParams]
|
||||
Title = "Roland Thomas Jr \U0001F525"
|
||||
Content = 'Welcome to my blog!'
|
||||
Content = "I'm a systems-minded engineer with a focus on resilient tooling, DevSecOps automation, and CLI architecture.\n\nI build frameworks like [Falyx](https://github.com/rolandtjr/falyx) to turn complex workflows into reliable command-line experiences — in YAML or code.\n\n > “Automation should be composable, introspectable, and a pleasure to maintain."
|
||||
|
||||
[[params.socialIcons]]
|
||||
name = 'github'
|
||||
|
|
Loading…
Reference in New Issue