Coder Social home page Coder Social logo

spmartin823 / remarkablemark.github.io Goto Github PK

View Code? Open in Web Editor NEW

This project forked from remarkablemark/remarkablemark.github.io

1.0 2.0 0.0 1.63 MB

:tophat: Site of @remarkablemark.

Home Page: https://remarkablemark.org

Ruby 18.83% HTML 32.32% CSS 32.71% JavaScript 16.14%

remarkablemark.github.io's Introduction

Personal site built with Jekyll and served by GitHub Pages.

Requirements

You need Ruby 2.1.0 or higher:

$ ruby --version

And Bundler:

# gem install bundler
$ bundler --version

Installation

Clone the repository:

$ git clone https://github.com/remarkablemark/remarkablemark.github.io.git
$ cd remarkablemark.github.io

Then install gem dependencies:

$ bundle install

Update

You should update your gem dependencies from time-to-time:

# git checkout master
$ git pull
$ bundle update

Run

Development server:

$ bundle exec jekyll serve

The server will be running at http://127.0.0.1:4000/.

Press CTRL-C to stop the server.

Production build:

$ bundle exec jekyll build

Your site will be generated at ./_site/.

Testing

Use HTMLProofer to validate HTML output (see post):

$ bundle exec jekyll build
$ bundle exec htmlproofer _site

License

Copyright © Menglin "Mark" Xu.

remarkablemark.github.io's People

Contributors

remarkablemark avatar

Stargazers

 avatar

Watchers

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