-
I’d like to fetch the README.md files from (some of) my other repositories as the content for pages or posts on my portfolio made with github pages. Can this be automated somehow with Jekyll? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
In a way you can, yes. When you have a GitHub Pages site for your user account at You can find out more about this in the GitHub help on Pages. |
Beta Was this translation helpful? Give feedback.
In a way you can, yes. When you have a GitHub Pages site for your user account at
[https://username.github.io](https://username.github.io)
you can also turn on GitHub Pages for individual projects that you want connected to that site. When you go into the Settings tab of your project, scroll down to the section marked “GitHub Pages”. Once you’re there you can select a source for the Pages site and choose a theme. When you’ve done that, it will automatically be published to[https://username.github.io/project-name/](https://username.github.io/project-name/)
You can find out more about this in the GitHub help on Pages.