diff --git a/.editorconfig b/.editorconfig index 7d554d5..ebe51d3 100644 --- a/.editorconfig +++ b/.editorconfig @@ -9,5 +9,4 @@ indent_size = 2 end_of_line = lf charset = utf-8 trim_trailing_whitespace = false -insert_final_newline = false -max_line_length = 150 \ No newline at end of file +insert_final_newline = false \ No newline at end of file diff --git a/.gitea/workflows/ManualVarCheck.yaml b/.gitea/workflows/ManualVarCheck.yaml new file mode 100644 index 0000000..77489e9 --- /dev/null +++ b/.gitea/workflows/ManualVarCheck.yaml @@ -0,0 +1,10 @@ +name: Var Check +run-name: ${{ gitea.actor }} checked the value of the variables +on: workflow_dispatch + +jobs: + echo-vars: + runs-on: ubuntu-latest + steps: + - name: Echo branch var + run: echo ${{ vars.BRANCH }} diff --git a/.gitea/workflows/OnMergeOnPushToLive.yaml b/.gitea/workflows/OnMergeOnPushToLive.yaml index 6c64e27..60b2f8e 100644 --- a/.gitea/workflows/OnMergeOnPushToLive.yaml +++ b/.gitea/workflows/OnMergeOnPushToLive.yaml @@ -6,6 +6,9 @@ on: - closed branches: - prod + push: + branches: + - prod jobs: build-and-deploy: diff --git a/src/pages/blog/index.astro b/src/pages/blog/index.astro index cfed363..ac543c5 100644 --- a/src/pages/blog/index.astro +++ b/src/pages/blog/index.astro @@ -5,7 +5,9 @@ import TransFlagPanel from "../../layouts/TransFlagPanel.astro"; import Panel from "../../layouts/Panel.astro"; import "../../styles/blogIndex.scss"; -const latestPosts = (await getCollection("blog")).sort((a, b) => b.data.pubDate.valueOf() - a.data.pubDate.valueOf()); +const latestPosts = (await getCollection("blog")).sort( + (a, b) => b.data.pubDate.valueOf() - a.data.pubDate.valueOf(), +); ---
@@ -16,7 +18,10 @@ const latestPosts = (await getCollection("blog")).sort((a, b) => b.data.pubDate. latestPosts.map((post) => { return ( - +

{post.data.description}

diff --git a/src/pages/index.astro b/src/pages/index.astro index 29e38c3..a772566 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -15,25 +15,50 @@ import "../styles/Badge.scss";

- Hai! I'm Riley! A transfem  foxgirl who likes programming & self-hosting who lives in the UK. Nice - to meet you meow! >^w^< + Hai! I'm Riley! A transfem  foxgirl + who likes programming & self-hosting who lives in the UK. Nice to meet you meow! + >^w^<

- {FriendBadges.map((badge) => )} + { + FriendBadges.map((badge) => ( + + )) + }
- {OtherBadges.map((badge) => )} + { + OtherBadges.map((badge) => ( + + )) + }

- โ† + ๐Ÿก  Linuxposting webring - โ†’ + ๐Ÿกข