No description
- HTML 81.2%
- CSS 17.2%
- Ruby 1.6%
Fixes a typo in the address FAQ. Merges #26 Co-Authored-By: osfanbuff63 <91388253+osfanbuff63@users.noreply.github.com> |
||
|---|---|---|
| _data | ||
| _includes | ||
| _layouts | ||
| assets | ||
| css | ||
| installation | ||
| services | ||
| .gitattributes | ||
| .gitignore | ||
| _config.yml | ||
| CNAME | ||
| donators.html | ||
| eula.txt | ||
| faq.md | ||
| Gemfile | ||
| Gemfile.lock | ||
| index.md | ||
| news.html | ||
| README.md | ||
| services.md | ||
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:
- Install Ruby. Typically, the latest version is what you want to install.
- Ensure
bundle, a dependency management system for Ruby, is installed by runninggem install bundler. - Run
bundle installto pull in Jekyll and other dependencies. - You can now run
bundle exec jekyll serve! By default, the site will be available on http://localhost:4000.