Closed
Description
My friend's blog post (deployed and source) uses the Author
component via :Author src=github
. I also think their github
configuration is correct (which was the issue in #18). This is consistent when the output of codedoc check
, which says
twilliams@EDMONDS MINGW64 /c/Code/ThirdParty/coding-blog (master)
$ codedoc check
# Checking CODEDOC configuration ...
# Checking Title configuration ...
# Checking GitHub configuration ...
# No issues detected.
I tried updating all dependencies to their latest version (by running codedoc install
after deleting node_modules
and packages-lock.json
). Still had the same behavior (when hosting locally).
What am I missing? Why does the Author
component on my friend's blog post show an anonymous author?