8000 GitHub - creatif-studio/creatif-blog: Internal Blog Template
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

creatif-studio/creatif-blog

Repository files navigation

Creatif Blog

Internal Template Blog

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

Internal Blog Template

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  
0