Coder Social home page Coder Social logo

x157.github.io's Introduction

x157.github.io

This is the source for x157.github.io

This site uses:

Preferred Editor

I'm a JetBrains fanboi. I edit this repository with:

Local Testing

I'm now able to locally test x157.github.io on my Windows workstation thanks to WSL. It's amazing to have Linux on Windows. Thanks WSL!

To set it up, follow the steps below. For additional reading, consider: Testing your GitHub Pages site locally with Jekyll

Set up WSL - Windows Linux Subsystem

Install Jekyll

  • requires Ruby:
    • install rbenv
    • install ruby + headers (required)
    sudo apt install rbenv
    sudo apt install ruby-dev
  • requires github-pages gem
    • to install:
      gem install github-pages
      gem install jekyll-theme-hacker
    • Update these gems whenever you get out of sync with Github
      gem update github-pages jekyll-theme-hacker

Clone this repo

  • Repo MUST BE:
    • Owned by your Linux user
    • On your Linux filesystem
  • Must initialize it the first time:
    git clone https://github.com/x157/x157.github.io
    cd x157.github.io
    ./script/bootstrap
    • While bootstrap fails, find + fix errors + try again.

View your local copy

cd x157.github.io
bundle exec jekyll serve
  • Open browser to http://localhost:4000
  • Notice: You may need to restart Jekyll each time you save a file in order to see the change.
    • If so, try jekyll serve --livereload

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.