GithubHelp home page GithubHelp logo

website's Introduction

Personal Site

Welcome to building out your first personal site! Here are some basic things you need to know to get developing:

  • You do not need to use the Sass, Gulp, or Node files If you don't care about that stuff / you find it too complicated, delete the sass/ folder, the gulpfile.js file, and the package.json file
  • DO NOT WRITE DIRECTLY INTO THE CSS FOLDER. Write all of your styles in the Sass files. Gulp automatically compiles your Sass into CSS so write all of your styles into the .scss files; otherwise, your styles will get overwritten.
  • Install node & npm to use gulp
  • Gulp is a build system that makes development a little easier for us by compiling our Sass and automatically reloading

To duplicate the contents of this repo into your own repo, please follow the instructions here or type these:

git clone --bare https://github.com/uiucwebmonkeys/personal-site.git
# Make a bare clone of the repository

cd personal-site.git
git push --mirror https://github.com/<your username here>/<your repository here>.git
# Mirror-push to the new repository

cd ..
rm -rf personal-site.git
# Remove our temporary local repository

Clone your repo:

git clone https://github.com/<your username here>/<your repository here>.git
cd <your repository here>

To get started with development:

npm install
gulp build

NOTE: you may need to install gulp globally

Every time you want to start development with live reloading, now just type:

gulp

Before pushing your changes to Github for hosting, ensure that your Sass has compiled to CSS. To see your site hosted with Github pages, create a branch called gh-pages on your repository, and go to your settings page for the url.

website's People

Contributors

sskhandek 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.