Giter Site home page Giter Site logo

chiayutsaipersonal.github.io's Introduction

STATIC

This directory is not required, you can delete it if you don't want to use it.

This directory contains your static files. Each file inside this directory is mapped to /.

Example: /static/robots.txt is mapped as /robots.txt.

More information about the usage of this directory in the documentation.

DEPLOYMENT TO GITHUB PAGES

  1. steps for first deployment:

  2. create a github pages repository with its name exactly as your github account

  3. run 'git clone https://github.com/username/username.github.io' under the root folder of where the deployment files should reside. This will create a 'username.github.io' folder under the root folder

  4. run 'npm run generate' on your static site project, to build the static site files, which are placed under the './dist' folder

  5. copy everything under this './dist' folder to the 'username.github.io' folder

  6. with a terminal console, move to 'username.github.io' folder, then run: $ git add -all $ git commit -m "commit message/information" $ git push -u origin master

  7. fire up 'https://username.github.io" in your browser

  8. future deployment steps:

  9. run 'npm run generate' at the project folder

  10. remove everything under 'username.github.io' folder

  11. copy everything under './dist' to 'username.github.io'

  12. with a terminal console, run the following commands at the 'username.github.io' folder: $ git add -all $ git commit -m "commit message/information" $ git push -u origin master

  13. done

chiayutsaipersonal.github.io's People

Contributors

juniorcitizen avatar

Watchers

 avatar

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.