No description
  • HTML 81.2%
  • CSS 17.2%
  • Ruby 1.6%
Find a file
2023-04-01 17:21:25 -04:00
_data Update donators.yml 2023-04-01 17:21:25 -04:00
_includes fix tense 2023-02-26 23:47:19 +00:00
_layouts Convert news entries to individual posts 2022-09-04 02:20:35 -05:00
_posts Create 2023-02-26-issue-15.md 2023-02-27 00:18:27 +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
services Update food.html 2023-03-04 19:03:30 +00:00
.gitattributes
.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.html convert from markdown to html 2023-03-04 19:01:13 +00:00
news.html convert from markdown to html 2023-03-04 19:01:13 +00:00
README.md reformat files 2022-09-04 04:10:00 +01:00
services.html convert from markdown to html 2023-03-04 19:01: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.