No description
  • HTML 81.2%
  • CSS 17.2%
  • Ruby 1.6%
Find a file
oscie b0b160ece0 Update site (alot)!
- Added new FAQ page, answering alot of questions
- New news article, going over alot of new changes
- Updated services page to include our new supports
2022-02-19 02:08:40 +00:00
_data Add a donator 2022-02-02 23:26:53 -05:00
_includes Update site (alot)! 2022-02-19 02:08:40 +00:00
_layouts Update no-section.html 2021-11-19 12:32:27 -05:00
assets Add WiiLink 2021-06-24 21:07:10 -07:00
css Add boilerplate descriptions of services 2021-05-26 19:32:41 -05:00
installation Add boilerplate descriptions of services 2021-05-26 19:32:41 -05:00
services Update site (alot)! 2022-02-19 02:08:40 +00: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 Temporarily change CNAME to force cert renewal 2021-08-23 13:34:17 -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
faq.html Update site (alot)! 2022-02-19 02:08:40 +00:00
Gemfile Update tzinfo to version 2.0.4 2021-09-26 12:39:59 +00:00
Gemfile.lock Add amazing donator! 2021-10-08 00:55:38 -05:00
index.html Update site (alot)! 2022-02-19 02:08:40 +00:00
news.html Update site (alot)! 2022-02-19 02:08:40 +00:00
README.md Add build/serve instructions 2021-04-18 16:57:55 -05:00
services.html Update site (alot)! 2022-02-19 02:08:40 +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.