On this page
Basics
Google Firebase
Use Firebase Hosting, part of Firebase, to deploy a Thulite site.
Prerequisites
To follow this guide, install firebase-tools.
How to deploy
Create
firebase.jsonat the root of your project with the following content:firebase.json { "hosting": { "public": "public", "ignore": [] } }Create
.firebasercat the root of your project with the following content:.firebaserc { "projects": { "default": "<YOUR_FIREBASE_ID>" } }Run your build command:
Deploy your site:
firebase deploy
Learn more
Host on Firebase
Official Hugo guide for deploying sites on Firebase.
Prev
Gitlab PagesNext
Microsoft Azure