athul / archie

A minimal Hugo Theme
https://athul.github.io/archie
MIT License
977 stars 299 forks source link

how to make Utteranc.es theme follow archie's? #90

Open anthonyhan opened 1 year ago

anthonyhan commented 1 year ago

hello, I am a total beginer in web dev. I want to add comment system named "Utteranc.es" in archie. But I got some problems.

<script src="https://utteranc.es/client.js"
        repo="[ENTER REPO HERE]"
        issue-term="pathname"
        theme="github-dark"
        crossorigin="anonymous"
        async>
</script>

my plan is, the theme of utterances follows archie's dark/light mode. I tried the way like theme="github-{{mode}}" but failed. But I can not find a way to do it. Any suggestions would be very appreciated!