Internal Template Blog
This website is built using Docusaurus 2, a modern static website generator.
open file docusaurus.config.js
see on lines 9 - 11, and change the title or favicon
title: "Creatif Studio Blog",
tagline: "Dinosaurs are cool",
favicon: "img/favicon.ico",
open file docusaurus.config.js
see on line 67, and change the title & logo navbar on key navbar
like this:
navbar: {
title: "Creatif Studio",
logo: {
src: "img/logo-light.png",
srcDark: "img/logo-dark.png",
},
}
src
for light logo
srcDark
for dark logo
This command starts a development server and opens up a browser window.
$ yarn
$ yarn build
$ yarn start