Skip to content

creatif-team/creatif-blog

Repository files navigation

Upblog

Template blog for everyone

License: MIT GitHub issues GitHub stars

This website is built using Docusaurus 2, a modern static website generator.

Change Title & favicon Web

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",

Change Navbar Logo & Title

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

Setup

This command starts a development server and opens up a browser window.

$ yarn
$ yarn build
$ yarn start

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published