diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ecdb7f21..63b248f3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,6 +18,7 @@ jobs: cd hugoBasicExample mv content/post content/posts sed -i 's/posts/post/g' content/posts/_index.md + sed -i 's/{{< twitter_simple \([0-9]*\) >}}/{{< tweet user="DesignReviewed" id="\1" >}}/' content/posts/rich-content.md mkdir content/about && mv content/about.md content/about/_index.md mkdir -p themes/meme