콘텐츠를 자동으로 채우는 무료 GitHub 페이지에서 호스팅되는 개인 YouTube 채널 동영상 웹사이트입니다.
YouTube 채널 웹사이트 기능 - 게시물로서의 YouTube 동영상:
Jekyll 및 GitHub Actions를 사용하여 GitHub Pages에서 호스팅되는 내 채널의 YouTube 동영상에 대한 개인 웹 사이트를 만드는 이 작업 템플릿을 무료로 재사용하는 방법!
- name: YouTube-Videos-As-Posts
uses: SSanjeevi/[email protected]
with:
GoogleApiKey: ${{ secrets.GoogleApiKey }}
channelName: 'channel_Name'
- name: Commit and push update
run: |-
git config --global user.email "[email protected]"
git config --global user.name "yourUserName"
git add -A
git commit -m "Updated YouTube Video posts from GitHub Actions"
git push
이 문서here에 따라 생성된 웹사이트를 삽입하고 직접 URL은 this입니다.
웹사이트 이미지:
참조:
https://github.com/nathancy/jekyll-embed-video
Reference
이 문제에 관하여(콘텐츠를 자동으로 채우는 무료 GitHub 페이지에서 호스팅되는 개인 YouTube 채널 동영상 웹사이트입니다.), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://dev.to/ssanjeevi/personal-youtube-channel-videos-website-hosted-in-github-pages-for-free-which-populates-content-automatically-477k텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)