Giter Site home page Giter Site logo

cheeyi.github.io's Introduction

This is my humble attempt at a personal website that acts both as a rarely-updated blog and a résumé.

Setup

  1. Clone (or fork, if you wish) this repo:
git clone https://github.com/cheeyi/cheeyi.github.io.git blog
  1. cd into the directory you cloned the repo into (blog in the example from the previous step), and run bundle install from the command line to set up dependencies.
  2. Posts are located in the _posts directory, so feel free to modify them or add new posts.
  3. Once you're satisfied, you'll need to build the site. From the Jekyll docs:

Jekyll is a static site generator so we need Jekyll to build the site before we can view it. There are two commands you can run in the root of your site to build it:

  • bundle exec jekyll build - Builds the site and outputs a static site to a directory called _site.
  • bundle exec jekyll serve - Does the same thing except it rebuilds any time you make a change and runs a local web server at http://localhost:4000.

Updating dependencies

  1. Update Gemfile as you see fit.
  2. Run bundle install to add new gems, or if you're prepared for updates that may potentially break some gems' compatibility with one another, bundle update.

License

This project is licensed under the MIT license

cheeyi.github.io's People

Contributors

cheeyi avatar

Stargazers

Ryan Kornetzke avatar Barry Brown avatar  avatar

Watchers

 avatar

cheeyi.github.io's Issues

To-do

The blog repo is now publicly available since my student developer pack for GitHub (which allows me to make an unlimited number of private repos) is expiring 😢

To-dos

  • Update logo (waiting on design)
  • Remove redundant files
  • Replace copyrighted images with my own
  • Squash all set up into 1 commit

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.