No description
  • HTML 81.2%
  • CSS 17.2%
  • Ruby 1.6%
Find a file
2021-04-19 02:53:00 -05:00
_data Add donator 2021-04-16 17:17:04 -05:00
_includes Use new header 2021-04-16 22:11:31 -05:00
_layouts Correct font-awesome assets path 2021-04-19 02:53:00 -05:00
assets Use vendored version of font-awesome 2021-04-19 02:51:11 -05:00
css Use new header 2021-04-16 22:11:31 -05:00
.gitattributes Use vendored version of font-awesome 2021-04-19 02:51:11 -05:00
.gitignore Convert to Jekyll 2021-04-16 17:12:06 -05:00
_config.yml Convert to Jekyll 2021-04-16 17:12:06 -05:00
CNAME Update CNAME 2020-12-16 02:42:09 -05:00
donators.html Add donator 2021-04-16 17:17:04 -05:00
eula.txt Create eula.txt 2021-01-07 23:43:12 -05:00
Gemfile Convert to Jekyll 2021-04-16 17:12:06 -05:00
Gemfile.lock Convert to Jekyll 2021-04-16 17:12:06 -05:00
index.html Use new header 2021-04-16 22:11:31 -05:00
news.html Convert to Jekyll 2021-04-16 17:12:06 -05:00
README.md Add build/serve instructions 2021-04-18 16:57:55 -05:00
services.html Use vendored version of font-awesome 2021-04-19 02:51:11 -05:00
wiiroom.html Convert to Jekyll 2021-04-16 17:12:06 -05:00

WiiLink24 Website

This site is generated by Jekyll, a Ruby-based static site generator. It's built by GitHub and served automatically on commit.

To build and serve this website locally for testing:

  1. Install Ruby. Typically, the latest version is what you want to install.
  2. Ensure bundle, a dependency management system for Ruby, is installed by running gem install bundler.
  3. Run bundle install to pull in Jekyll and other dependencies.
  4. You can now run bundle exec jekyll serve! By default, the site will be available on http://localhost:4000.