diff --git a/content/posts/exploring_falyx.md b/content/posts/exploring_falyx.md index 61c2a44..67ef9de 100644 --- a/content/posts/exploring_falyx.md +++ b/content/posts/exploring_falyx.md @@ -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(): diff --git a/hugo.toml b/hugo.toml index 9bf82e3..ec99609 100644 --- a/hugo.toml +++ b/hugo.toml @@ -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'