The way to host the website with Google Drive

You can use Google Drive as like a hosting server with DriveToWeb. It only hosts the static files but it seems to create a small website and blog.

2024-02-22
2022-12-04

Build environment with pyenv, miniconda & conda-forge

When I tried to run a python in the environment using pyenv and miniconda, it didn't work because it pointed to the wrong package.

2024-03-02
2022-08-16

Build failed when pyenv install on macOS

I installed Miniconda3 before installing pyenv, so I tried to uninstall Miniconda and then install pyenv, but it failed.

The way to uninstall Miniconda

I tried to uninstall Miniconda 3 and reinstall it with pyenv, but I failed because some configuration remained.

2024-02-19
2022-08-15

Chromeブラウザのサイト内検索で作業効率化

Amazon や Twitter などのウェブサービスで検索するとき,毎回ウェブサイトを開いて検索するのは面倒ではないですか?Google Chrome ブラウザを使っているなら,サイト内検索機能を有効活用することでより快適に検索する環境を整えることができるのでオススメです.

2022-08-14

Hello Next.js

I tried to build my website using Next.js instead of Nuxt.js.

2024-03-04
2022-08-11

Page Not Found Error on Firebase Hosting

When I deployed a site created with Nuxt.js SSG to Firebase Hosting, I got a Page Not Found error.

2024-03-04
2022-04-05

Displaying translated messages containing HTML tags in nuxt-i18n

With nuxt-i18n, you can create a multilingual site. Messages can be translated and displayed word by word or sentence by sentence, but in some cases, you may want to use sentences that include HTML tags such as the "a" tag.

2024-03-04
2022-03-13

How to use Firebase 9 with Nuxt.js

Nuxt Firebase package exists, but it is not updated from v7.5 according to the official documentation. The latest version of its package supports the modular, but the implementation of the package is not completed. If you would like to use the modular, implement it yourself.

Try to use multipass

On macOS, you can use the virtual environment of the different OS using Multipass.

2024-03-04
2021-11-16