Physical Address

304 North Cardinal St.
Dorchester Center, MA 02124

zemna

zemna

How to migrate Google Workspace account to Gmail

1. Allow Less secure app in Admin Console Login in to your Admin Console and Go to [Security] -> [Access and data control] -> [Less secure apps]. Choose ‘Allow users to manage their access to less secure apps’ and save…

How to set favicon in WordPress website easily

Setting up a favicon on your website is not as easy as you might think. But you can do this using Favicon by RealFaviconGenerator wordpress plugin. Install Favicon by RealFaviconGenerator WordPress Plugin Search ‘Favicon by RealfaviconGenerator’ in [Plugins] -> [Add…

How to generate Sitemap in NuxtJS project

Install @nuxtjs/sitemap package Create route generation utility file Create createRoute.js file in /utils folder. /utils folder is not default folder by NuxtJS. So you can create it by manual. Than add source code like bellow. This source code is from…

How to add Disqus Comments to NuxtJS project

Install vue-disqus package from npm Create plugin file(ex. disqus.js) in /plugins folder You can get your shortname after register your webiste in Disqus Admin. Register plugin file in nuxt.config.js Add Disqus vue component to your vue file Add DisqusCount vue…