Git Product home page Git Product logo

Comments (8)

Renovamen avatar Renovamen commented on July 27, 2024

Which tab?

from playground-macos.

im-coder-lg avatar im-coder-lg commented on July 27, 2024

the main tab in the browser

from playground-macos.

Renovamen avatar Renovamen commented on July 27, 2024

In src/configs/websites.js.

Most of the personal information can be configurated in folder src/configs/.

from playground-macos.

im-coder-lg avatar im-coder-lg commented on July 27, 2024

I was asking, how do you rename the site's tab name in Google Chrome or, in my case, Vivaldi

from playground-macos.

im-coder-lg avatar im-coder-lg commented on July 27, 2024

also how to change the favicon too

from playground-macos.

Renovamen avatar Renovamen commented on July 27, 2024

Oh I got it. In public/index.html:

<title>Xiaohan Zou's Portfolio</title>

from playground-macos.

Renovamen avatar Renovamen commented on July 27, 2024

also how to change the favicon too

Set your favicon here:

<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo/logo192.png" />

and here:

{
"short_name": "playground-macos",
"name": "Xiaohan Zou's Portfolio",
"icons": [
{
"src": "logo/favicon.svg",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
},
{
"src": "logo/logo192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "logo/logo512.png",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}

from playground-macos.

im-coder-lg avatar im-coder-lg commented on July 27, 2024

Thanks

from playground-macos.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.