Skip to content

Commit

Permalink
change over from themorningstar.dev to lilt.rocks
Browse files Browse the repository at this point in the history
  • Loading branch information
drinklilt committed Jun 15, 2024
1 parent 1c357a2 commit badade7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: a8a36534044486b6a07ecdf1a69272e3
projectName: themorningstardotdev
projectName: liltdotrocks
directory: www


6 changes: 3 additions & 3 deletions src/_data/site.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"url": "https://themorningstar.dev",
"title": "the morning star dot dev",
"description": "the morning star dot dev",
"url": "https://lilt.rocks",
"title": "lilt dot rocks",
"description": "lilt dot rocks (lilt.rocks)",
"author": "Lilith",
"pronouns": "she/they"
}
2 changes: 1 addition & 1 deletion src/index.njk
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ layout: "layouts/default.njk"
<p>
Hey! I'm {{site.author}}<sup>({{site.pronouns}})</sup>; welcome to my website! I do many things, but here you'll find my blog, portfolio, and maybe some demos in the future.
By day, I'm a .NET software developer, and by night, I'm still a developer, but I use random technologies that I find interesting.
Currently, I am learning functional programming with <a href="https://gleam.run/">gleam</a>, and I'm making this website with <a href="https://www.11ty.dev/">eleventy</a>.
Currently, I am learning how to make cli apps with <a href="https://go.dev">golang</a> and I'm making this website with <a href="https://www.11ty.dev/">eleventy</a>.
<br>
If you want to get in touch, check out the <a href="/contact/">contact</a> page.
</p>

0 comments on commit badade7

Please sign in to comment.