GithubHelp home page GithubHelp logo

emekdahl / algosig Goto Github PK

View Code? Open in Web Editor NEW

This project forked from chicagopython/algosig

0.0 0.0 0.0 3.76 MB

Algo SIG is ChiPy's special interest group where we discuss and practice all things algorithms.

Home Page: http://chicagopython.github.io/algosig/

License: MIT License

HTML 36.23% Ruby 25.83% CSS 12.78% JavaScript 25.16%

algosig's Introduction

Chicago Python Algorithms Special Interest Group

Algo SIG is a subgroup of ChiPy, the Chicago Python Users Group.

How to add new content

This site is designed for GitHub Pages, which is built with Jekyll. No local setup is required.

  1. Fork the repository
  2. Create or edit a markdown file in the _posts folder. See existing posts for header variables to include.
  3. Submit a pull request. Upon approval, your changes will be added the hosted website.

Local Development

In order to make changes to the website design or archictecture and preview the website on a local server, you will need a local development environment. Follow these steps.

Install Jekyll and Ruby

Follow the appropriate guide for your system. Specific notes for Windows are provided here.

Windows 10 with WSL

  1. Install WSL and Ubuntu from the Microsoft Store
  2. Follow the WSL Jekyll installation guide
    • If you receive a permission error at gem update or gem install jekyll bundler, read Running Jekyll as Non-Superuser (no sudo!)

    • Modify your .bashrc in your Ubuntu user directory:

      nano ~/.bashrc
    • Add the following lines :

      # Ruby exports
      
      export GEM_HOME=$HOME/gems
      export PATH=$HOME/gems/bin:$PATH
      

      Restart the terminal, or reload .bashrc:

      . ~/.bashrc
    • Resume the WSL Jekyll installation guide.

Install Jekyll Dependencies

With Jekyll installed, you now need to install the dependencies for this particular website.

Install dependencies specified in this repo's Gemfile and Gemfile.lock

bundle install
  • On WSL, you may need to issue the following commands prior to bundle install. See this guide.
    sudo apt-get install libpng-dev
    sudo apt-get install --reinstall zlibc zlib1g zlib1g-dev
    

Run the Server

bundle exec jekyll serve --future

Miscellaneous

  • Syntax styling/highlighting theme for code blocks was set via:
    rougify style github > assets/syntax.css
    

Theme Credits

Boostrap with Bootswatch theme.

algosig's People

Contributors

adambain avatar akira957 avatar alysivji avatar cgundy avatar chrisluedtke avatar dependabot[bot] avatar joannaraygoza avatar lakshmanboddoju avatar nsiwnf avatar rainy789 avatar silverdrake11 avatar sophm256 avatar tathagata 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.