Add another repo content inside this theme #2032
Unanswered
cobrasanjay1
asked this question in
Q&A
Replies: 1 comment
-
If you want to keep portfolio separately but still incorporate it inside the chirpy, try the following:
---
icon: fas fa-info-circle
order: 5
---
<iframe src="https://raw.githubusercontent.com/MZaFaRM/portfolio/refs/heads/main/index.html"></iframe> However, if portfolio is not available by its own URL, you will experience issues loading resources like JS/CSS and so it will require modifications for such specific usage. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Checklist
How did you create the site?
Generated from
chirpy-starter
Description
I want to add a new category called portfolio in sidebar and, in that category it should display index.html of this repo https://github.com/MZaFaRM/portfolio
Operations you have already tried
i created a new category called portfolio in in _tabs dir
i created portfolio.html in _layouts
I don't know how to link my index.html in that sidebar with chirpy theme
Anything else?
No response
Beta Was this translation helpful? Give feedback.
All reactions