Abdelaziz Mahmoud
Abdelaziz Mahmoud
it would be a great assistance, thanks :-)
Hey @DevinNorgarb That will be a great assist. I wrote this project about two years ago when I started learning web development. The main purpose is to create something very...
This is great, Ok we can keep our conversation here 😊
Hi @MostafaAttia, thanks for your feedback, there is a wiki page for the installations instructions https://github.com/abdelaziz321/Q-Blog/wiki/Installation .. for the failed packages, I will try to figure out what cause this...
I think this is just a work around, but it works. ```vue export default { name: 'blog-index', mounted() { let utterancScript = document.createElement('script'); utterancScript.setAttribute('src', 'https://utteranc.es/client.js'); utterancScript.setAttribute('repo', 'abdelaziz321/abdelaziz321.github.io'); utterancScript.setAttribute('issue-term', 'pathname'); utterancScript.setAttribute('label',...