willsir14 / new

Front end of new SFD website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SFD 2019 | NOSK, Website

The site is open source (here's all the code!).

Submit issues and pull requests for stories, site ideas or copy edits.

Goals

  • Demystify open source terminology
  • Showcase the class members to promote connections and sharing between individuals
  • Starting with git and GitHub
  • Whatever best, you can think off

Under the Hood

This site is made with Jekyll, an open source static site generator. This means the Jekyll program takes the content we want to be on the site and turns them into HTML files ready to be hosted somewhere. Awesomely, GitHub provides free web hosting for repositories, called GitHub Pages, and that's how this site is hosted.

Contributing

Fix/Edit Content

If you see an error or a place where content should be improved or updated, just fork this repository to your account, make the change you'd like and then submit a pull request. If you're not able to make the change, file an issue.

To Set up Locally

You can take all the files of this site and run them 'just' on your computer as if it were live online, only it's just on your machine.

Requirements

Should you face any problem, feel free to ping Ashish or Nischal.

To copy the repository's files from here onto your computer and to view and serve those files locally, at your computer's command line type:

git clone https://github.com/officialnosk/new.git
cd new
bundle install
jekyll serve

Open http://localhost:4000 in your browser

About

Front end of new SFD website

License:Creative Commons Attribution 4.0 International


Languages

Language:HTML 97.2%Language:JavaScript 1.5%Language:Ruby 1.3%