No description
  • HTML 81.2%
  • CSS 17.2%
  • Ruby 1.6%
Find a file
2021-05-26 18:55:04 -04:00
_data Update donators.yml 2021-05-26 18:55:04 -04:00
_includes Consistently use WiiLink branding 2021-05-26 15:54:30 -05:00
_layouts Default to having a page wrapped in a section 2021-05-03 21:00:22 -05:00
assets Add potential redesign 2021-05-26 02:50:04 -05:00
css Do not use a solid black 2021-05-26 16:22:44 -05:00
installation added how to set up email 2021-05-15 19:57:04 +01:00
services Default to having a page wrapped in a section 2021-05-03 21:00:22 -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 Default to having a page wrapped in a section 2021-05-03 21:00:22 -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 Add potential redesign 2021-05-26 02:50:04 -05:00
index.html Consistently use WiiLink branding 2021-05-26 15:54:30 -05:00
news.html Fix accidental typo from previous fix 2021-05-26 15:59:42 -05:00
README.md Add build/serve instructions 2021-04-18 16:57:55 -05:00
services.html Adjust colors to match dark theme 2021-05-26 15:47:02 -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.