Skip to content

jiyanM/gnusim8085.github.io

 
 

Repository files navigation

GNUSim8085 website

How to build and run the site locally

Create a Gemfile containing following two lines

  • gem "github-pages", group: :jekyll_plugins
  • gem "jekyll-optional-front-matter"
  • gem "jekyll-default-layout"
  • gem "jekyll-theme-hacker"

Run following commands on terminal

$ sudo apt-get install jekyll
$ sudo apt-get install bundler
$ bundle install
$ jekyll build
$ jekyll serve

Open link http://127.0.0.1:4000/ in browser

About

GNUSim8085 website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • HTML 85.7%
  • CSS 11.7%
  • JavaScript 2.6%