Skip to content
/ upblog Public template

Free & Open: Your Alternative to WordPress & Blogspot

License

Notifications You must be signed in to change notification settings

creatif-studio/upblog

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