GithubHelp home page GithubHelp logo

Comments (3)

ttskch avatar ttskch commented on May 29, 2024

@gernotstarke Thanks for using. You can use /assets/img/ dir for putting your own images. For example,

image

This change shows the specified image correctly like below.

image

I hope this helps you. Thanks.

from jekyll-ttskch-theme.

gernotstarke avatar gernotstarke commented on May 29, 2024

from jekyll-ttskch-theme.

ttskch avatar ttskch commented on May 29, 2024

@gernotstarke So sorry for my late response 🙇

And I belatedly realized that relative path like assets/img/ogp.png works well in a limited situation. It works well only when the jekyll site is located immediately below the domain top (iow, url of the site is like http://xxx.github.io/ or http://localhost:4000/) and the page using the relative reference is the top page (iow, url of the page isn't http://xxx.github.io/some-posts/ but just http://xxx.github.io/).

So you have to use absolute path every time. In this case, I think you have to do below:

  1. If your site has some baseurl (iow, url is like http://xxx.github.io/site-name/)
    • Write markdown like ![](/site-name/assets/img/ogp.png)
  2. If your site has no baseurl (iow, url is like http://xxx.gihutb.io/)
    • Write markdown like ![](/assets/img/ogp.png)

Thanks.

from jekyll-ttskch-theme.

Related Issues (15)

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.