This website is built using Docusaurus, a modern static website generator.
$ npm install
$ npm run
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
The zatsit blog content is hosted on a separated repository to facilitate the contribution. To fetch the content, you have to run the following command :
- Clone the repository on your workspace
- Copy the
zats-blog-content/blogfolder to theblogfolder - Copy the
zats-blog-content/authors/authors.ymlto theblogfolder
cp -r ../zats-blog-content/docs/* docs
cp -r ../zats-blog-content/blog/* blog
cp -r ../zats-blog-content/authors/authors.yml blog
cp -R ../zats-blog-content/authors/img/* static/img/authors
$ npm run build
This command generates static content into the build directory and can be served using any static contents hosting service.
Visit the Firebase CLI documentation to learn how to install the CLI or update to its latest version.
$ firebase login
Your web browser will ask you to fill in the login form.
Then you will deploy the blog with :
$ firebase deploy