No description
  • HTML 81.2%
  • CSS 17.2%
  • Ruby 1.6%
Find a file
oscie 6a7f770fa1 reformat files
alot of the markdown files didnt match the common markdown specification
2022-09-04 04:10:00 +01:00
_data Add a donator 2022-02-02 23:26:53 -05:00
_includes Add poor man's table of contents 2022-07-16 15:30:50 -05:00
_layouts Use front matter to define page icon/description 2022-07-16 16:38:18 -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 Migrate icon + FAQ to config to avoid duplication 2022-07-16 16:52:05 -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 reformat files 2022-09-04 04:10:00 +01:00
Gemfile Update tzinfo to version 2.0.4 2021-09-26 12:39:59 +00:00
Gemfile.lock Expand Demae FAQ 2022-08-28 19:25:13 -05:00
index.md reformat files 2022-09-04 04:10:00 +01:00
news.html correct date 2022-08-03 02:08:40 +01: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.