Code Monkey home page Code Monkey logo

academiasinicanlplab.github.io's Introduction

A static site for Academia Sinica NLPLab

Host

How to update the content?

  1. clone this repository

    git clone [email protected]:AcademiaSinicaNLPLab/AcademiaSinicaNLPLab.github.io.git
    cd AcademiaSinicaNLPLab.github.io
  2. make some modifications

  3. push to github

    git add .								# add files modified
    git commit -m "awesome modification"	# leave commit message
    git push origin master

    if you got the following error message, run this script to pull the newest version first!

    git pull origin master

    git push error message

    To [email protected]:AcademiaSinicaNLPLab/AcademiaSinicaNLPLab.github.io.git
     ! [rejected]        master -> master (fetch first)
    error: failed to push some refs to '[email protected]:AcademiaSinicaNLPLab/AcademiaSinicaNLPLab.github.io.git'
    hint: Updates were rejected because the remote contains work that you do
    hint: not have locally. This is usually caused by another repository pushing
    hint: to the same ref. You may want to first integrate the remote changes
    hint: (e.g., 'git pull ...') before pushing again.
    hint: See the 'Note about fast-forwards' in 'git push --help' for details.
  4. Access academiasinicanlplab.github.io, have fun :P

Troubleshooting

  • Got permission denined while cloning the .git ?!

     git clone xxxxx.git
     Permission denied (publickey).
    

    take easy, just tell Github that I have the key (permission) to do this :P

    1. open your terminal

      ssh-keygen
      
    2. press enter, enter and enter to use default setting

      cat ~/.ssh/id_rsa.pub
      
    3. copy the prompt "what-the-hell" string

    4. go to github > setting > SSH Keys

    5. click the Add SSH key button and paste the "what-the-hell" string, done.

Credits

  • Template

    Miniport 2.5 by HTML5 UP

    html5up.net | @n33co

    Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)

  • Components

    jQuery (jquery.com) skelJS (skeljs.org) html5shiv.js (@afarkas @jdalton @jon_neal @rem)

Redesigned by

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.