No description
  • HTML 81.2%
  • CSS 17.2%
  • Ruby 1.6%
Find a file
2021-06-09 14:48:47 -05:00
_data Add amazing donator! 2021-06-09 14:48:47 -05: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 boilerplate descriptions of services 2021-05-26 19:32:41 -05: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 Add boilerplate descriptions of services 2021-05-26 19:32:41 -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 Add boilerplate descriptions of services 2021-05-26 19:32:41 -05:00
README.md Add build/serve instructions 2021-04-18 16:57:55 -05:00
services.html Add boilerplate descriptions of services 2021-05-26 19:32:41 -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.