Abbanon / faithful-mods.github.io

Official Website

Home Page:https://faithful-mods.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

logo

Faithful Mods - Website

A massively improved version of the http://f32.me website.

GitHub issues License GitHub labels GitHub Repo stars

What is this website?

Faithul Mods was created so that you can download a custom Faithful 32-pixels resource pack for your modded adventure. With the support and help from the Faithful Teams community, more and more mods are supported every day. You can also contribute thanks to the instructions below.

You want to contribute?

Contribute to the website

You can create a fork of this repository, apply your changes/additions and then create a pull request

Installation process

You need a two requirements before developing the website. First you need Ruby (download page). With Ruby you will need to install Jekyll by typing the following command in your favorite terminal:

gem install bundler jekyll

Then you need to install the bundle provided in the Gemfile:

bundle install

Then you need to build the website with this command:

jekyll build

Eventually, in order to automatically rebuild the website if an existing file was updated, you can run:

jekyll serve

After that you can enjoy your website on your local machine at the following address: http://127.0.0.1:4000/. Enjoy!

Contribute by adding mods

We made a beautiful tutorial that you can read on this page: https://faithful-mods.github.io/help-us

About

Official Website

https://faithful-mods.github.io/

License:Other


Languages

Language:JavaScript 50.9%Language:CSS 25.7%Language:HTML 21.5%Language:Ruby 1.9%