No description
  • HTML 81.2%
  • CSS 17.2%
  • Ruby 1.6%
Find a file
Spotlight 2771b2949a
Migrate from Font Awesome to Material Design Icons
We were using FA Pro icons (for some reason). These icons are now under a free license.
2021-04-21 19:17:03 -05:00
_data Add donator 2021-04-16 17:17:04 -05:00
_includes Migrate from Font Awesome to Material Design Icons 2021-04-21 19:17:03 -05:00
_layouts Migrate from Font Awesome to Material Design Icons 2021-04-21 19:17:03 -05:00
assets Migrate from Font Awesome to Material Design Icons 2021-04-21 19:17:03 -05:00
css Use new header 2021-04-16 22:11:31 -05:00
.gitattributes Migrate from Font Awesome to Material Design Icons 2021-04-21 19:17:03 -05:00
.gitignore Migrate from Font Awesome to Material Design Icons 2021-04-21 19:17:03 -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 Migrate from Font Awesome to Material Design Icons 2021-04-21 19:17:03 -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 Migrate from Font Awesome to Material Design Icons 2021-04-21 19:17:03 -05:00
news.html Migrate from Font Awesome to Material Design Icons 2021-04-21 19:17:03 -05:00
README.md Add build/serve instructions 2021-04-18 16:57:55 -05:00
services.html Migrate from Font Awesome to Material Design Icons 2021-04-21 19:17:03 -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.