Skip to content

tjguk/mu-editor.github.io

This branch is 1 commit ahead of, 115 commits behind mu-editor/mu-editor.github.io:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d5f6950 · Nov 24, 2018
Mar 19, 2018
Feb 28, 2018
Sep 22, 2016
Oct 2, 2016
Oct 7, 2018
Aug 1, 2018
Oct 30, 2018
Aug 1, 2018
Aug 1, 2018
Oct 30, 2018
Aug 1, 2018
Aug 1, 2018
Aug 1, 2018
Feb 28, 2018
Sep 27, 2017
Jun 20, 2018
Mar 15, 2016
Aug 1, 2018
Aug 1, 2018
Sep 22, 2016
Oct 7, 2018
Sep 22, 2016
Aug 1, 2018
Feb 28, 2018
Jun 20, 2018
Jan 11, 2017

Repository files navigation

codewith.mu

This is the repository that generates the website https://codewith.mu

It uses the GitHub pages functionality to build a Jekyll (a static site generator) project that gets published on each commit on master.

For local development you can follow these instructions to install the toolchain required for Jekyll: https://jekyllrb.com/docs/installation/

Since Jekyll requires Ruby, RubyGems, GCC, Make, and it is not officially supported on Windows, a Vagrant image can be used for simplicity. Assuming you have Vagrant installed:

git clone https://github.com/lcreid/rails-5-jade.git
cd rails-5-jade
vagrant up
vagrant ssh
git clone https://github.com/mu-editor/mu-editor.github.io.git mu-website
cd mu-website
git submodule update --init --recursive
bundle install
jekyll serve --host 0.0.0.0 --force_polling

You can then see the output pages at http://127.0.0.1:4000:

bundle exec jekyll serve

The "nortonsw" file is to ensure that the product is accepted by the Norton virus scanner.

About

Website for the mu code editor.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 77.8%
  • Ruby 17.9%
  • CSS 4.3%