论文链接:https://arxiv.org/pdf/1503.03832.pdf

代码链接:https://github.com/davidsandberg/facenet

论文整理

Contents

科学上网GLaDOS

  • 项目地址:https://github.com/glados-network/GLaDOS
  • 邀请码:XHPEW-U932V-7GM32-KEMTG
  • 教育版有一年免费!edu邮箱绑定后点网站footer部分的for education
  • 超级良心的项目!速度快!客户端的界面简洁好看,LOGO也好可爱!

Contents

Preparation

Git | Github
Ruby | Gem, Bundle…
Jekyll | Markdown, Liquid, Rouge, YAML
Optional: RVM, Disqus, Google Search Console…

As follows, I’m trying to explain in the briefest way. It’s also good to get more detailed understandings here. Though written in English, links here I attach are almost Chinese (for better understandings).

Setup

Github pages

  1. Github > New Repository
  2. Repo > Settings > GitHub Pages > Source: the branch that your site built from.

    • Your site is published at https://[username].github.io/[Repo_name]/

Jekyll (local)

  1. Ruby
  2. RubyGems
  3. Jekyll
gem install jekyll

Operations

Construct your site (code)

  • Completely by yourself. Reference: Jekyll Structure

      git init
    
  • A template may help a lot, e.g., Jekyll Themes

      git clone <https://github.com/...> <folder>
      cd <folder>
      rm -rf .git
      git init