No description
  • HTML 81.2%
  • CSS 17.2%
  • Ruby 1.6%
Find a file
2022-09-04 02:58:52 -05:00
_data Add a donator 2022-02-02 23:26:53 -05:00
_includes Synthesize issue ID from posts array 2022-09-04 02:58:52 -05:00
_layouts Convert news entries to individual posts 2022-09-04 02:20:35 -05:00
_posts Convert news entries to individual posts 2022-09-04 02:20:35 -05:00
assets Add Set Personal Data FAQ 2022-07-16 17:11:24 -05:00
css reformat files 2022-09-04 04:10:00 +01: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 Migrate from Font Awesome to Material Design Icons 2021-04-21 19:17:03 -05: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 Create eula.txt 2021-01-07 23:43:12 -05:00
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 Synthesize issue ID from posts array 2022-09-04 02:58:52 -05:00
README.md reformat files 2022-09-04 04:10:00 +01:00
services.md reformat files 2022-09-04 04:10:00 +01: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.