0.0.13 • Published 4 years ago

@luxp/github-weekly v0.0.13

Weekly downloads
7
License
-
Repository
-
Last release
4 years ago

Github Weekly

使用 github 记录每周发生的事情

Online Demo

使用方法

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1" />
    <meta name="description" content="Alan 的每周分享" />

    <title>This is Alan</title>

    <!-- 替换为你的 github 仓库即可,其他可以按需要更改 -->
    <meta name="repo" value="luxp/weekly" />

    <!-- 默认样式主题 -->
    <link
      rel="stylesheet"
      href="https://unpkg.com/@luxp/github-weekly/dist/index.css"
    />
  </head>
  <body>
    <header class="header">
      Alan Lu
      <div class="links">
        <a href="https://twitter.com/luxianpo"> Twitter </a>/<a
          href="https://github.com/luxp"
        >
          GitHub
        </a>
      </div>
    </header>
    <noscript>You need to enable JavaScript to run this app.</noscript>
    <div id="root"></div>
    <!-- 这一段 JS 不要修改,会自动拉去 github 仓库的内容,具体的目录结果可以参考下面的仓库 -->
    <!-- https://github.com/luxp/weekly -->
    <script src="https://unpkg.com/@luxp/github-weekly/dist/index.js"></script>
  </body>
</html>