No description
  • HTML 81.2%
  • CSS 17.2%
  • Ruby 1.6%
Find a file
Oscar Hudson e2286e1b50 a
2023-02-21 01:25:13 +00:00
_data Add a donator 2022-02-02 23:26:53 -05:00
_includes Brand New Super Epic Status Page 100% 2022-10-25 19:20:02 -07:00
_layouts Convert news entries to individual posts 2022-09-04 02:20:35 -05:00
_posts Create 2022-11-08-issue-14.md 2022-11-09 00:27:26 +00:00
assets new logo 2022-12-23 02:51:44 +00:00
css Prevent odd horizontal scrolling on mobile 2022-09-04 03:09:48 -05:00
installation reformat files 2022-09-04 04:10:00 +01:00
services reformat files 2022-09-04 04:10:00 +01:00
.gitattributes Migrate from Font Awesome to Material Design Icons 2021-04-21 19:17:03 -05:00
.gitignore new logo 2022-12-23 02:51:44 +00:00
_config.yml Add RSS feed 2022-09-04 02:22:02 -05:00
CNAME Temporarily change CNAME to force cert renewal 2021-08-23 13:34:17 -05:00
donators.html Use front matter to define page icon/description 2022-07-16 16:38:18 -05:00
eula.txt
faq.md Add line break after title for other pages 2022-09-04 01:20:05 -05:00
Gemfile Add RSS feed 2022-09-04 02:22:02 -05:00
Gemfile.lock Add RSS feed 2022-09-04 02:22:02 -05:00
index.md reformat files 2022-09-04 04:10:00 +01:00
news.md Add link to RSS 2022-09-04 12:49:01 -05:00
README.md reformat files 2022-09-04 04:10:00 +01:00
services.md a 2023-02-21 01:25:13 +00: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.