Open a PR to Wappalyzer chrome extension so it can detect VuePress sites.
Yes
We can identify a VuePress website by adding a generator meta tag <meta name="generator" content="Vuepress v1.2.0">
Can I take this up? @kefranabg
Sure @nimitbhargava, let me know if you have some questions.
@kefranabg
I checked https://vuepress.vuejs.org/ but I don't see <meta name="generator" content="Vuepress v1.2.0"> tag there. Is this going to implemented later? 馃
Nope, you have to open a PR in VuePress 馃槈
Got it. So I will create PR in VuePress and then Wappalyzer 馃憤
Shall I use VuePress instead of Vuepress here (<meta name="generator" content="Vuepress v1.2.0">)?
I think VuePress is better. I think you can remove the version after VuePress for now.
Just letting you know, I haven't start this yet. But do plan to 馃榿
I am currently going through VuePress source code.
Hi @nimitbhargava are you still working on this one?
I got stuck while running VuePress locally.
@kefranabg Is it possible to pair up for sometime?
@nimitbhargava sorry for the delay 馃槄I just made the PR as it was just an html tag to add to the template. see #2133 Hope it's ok for you! Feel free to do a code review if you want to
It seems that the meta tag shows up in page source but not in developer tools unlike the other meta tags (description and theme-color) which is causing Wappalyzer to not detect VuePress as a technology on VuePress sites.