Official repository for the PS! Wi-Fi GitHub site.
- Many thanks to ProjectAkala for the site template.
- Huge thanks to @LegoFigure11 for migrating the site to jekyll, adding a fancy navigation bar, making the blacklist page, and other assorted fixes!
This site is powered by the Jekyll gem! You can see their docs for more information.
- Install Ruby. For more information, please see "Installing Ruby" in the Ruby docs.
- Install Bundler.
- Open a command prompt or terminal window.
- Navigate to the folder on your computer containing this repository in the command line with the
cd
command.- Example:
cd C:\Users\ExampleUser\Documents\GitHub\PSWiFi.github.io
- Example:
- Run the command
bundle install
.
- Open a command prompt or terminal window.
- Navigate to the folder on your computer containing this repository in the command line with the
cd
command.- Example:
cd C:\Users\ExampleUser\Documents\GitHub\PSWiFi.github.io
- Example:
- Run the command
bundle exec jekyll serve
. - You can now view the generated site by navigating to
http://localhost:4000
in your browser! - Once you're done, commit your changes and send a Pull Request!
Important note!
The live preview will be generated in the _site
folder. Any changes you make to files in this folder will not be saved!