2019年10月5日 星期六

[note] 如何在HTML網頁檔案之中嵌入github 原始碼

這裡是示範如何在blogger or 一般網頁之中嵌入github source code

在你的 html 網頁原始碼裡面加入以下:
------------
<script src="https://gist-it.appspot.com/https://github.com/${YOUR_FILE}"></script>
------------

呈現效果就會是以下:
(此處以:https://github.com/larrywhy/learning/blob/master/Python/crawler.py 舉例)

code:
-----------

ref. to http://gist-it.appspot.com/

沒有留言:

張貼留言