Git Product home page Git Product logo

markdown-resume's Introduction

Feature

Getting Start

fork 專案

右上角 fork 按下去

Git Clone

$ git clone <forked url>

寫履歷

使用習慣的編輯器修改 index.md,如果沒有習慣的編輯器可以選擇 Viual Code 或是 Vim

看一下效果怎樣

如果你沒有 Jekyll,請先安裝

$ gem install jekyll

讓 Jekyll live 的 rebuild 我們的履歷,瀏覽器打開 http://127.0.0.1:400 查看效果

$ jekyll serve
Configuration file: /Users/liyang/Markdown-Resume/_config.yml
            Source: /Users/liyang/Markdown-Resume
       Destination: /Users/liyang/Markdown-Resume/_site
 Incremental build: disabled. Enable with --incremental
      Generating...
                    done in 0.385 seconds.
 Auto-regeneration: enabled for '/Users/liyang/Markdown-Resume'
    Server address: http://127.0.0.1:4000
  Server running... press ctrl-c to stop.

此時編輯完 index.md, 只需要重新整理瀏覽器就可以看到結果

按 Control + C 可以退出這個程式

Deploy to Github Page

設定 google analytics track id, 編輯 _config.yml

google_analytics: <your_google_analytics_tracking_code>

用下列指令將靜態的檔案 build 到 _site

$ jekyll build 

靜態的檔案 build 好之後我們要將他部署在 GitHub Page 上 透過下列指令會自動幫你把 _site 資料夾放進 remote repo origingh-pages branch

$ ./bin/deploy 

Thanks

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.