Skip to content

RodFireProductions/Lil-Ref

Repository files navigation

Lil-Ref

An original character directory template. Inspired by sites like Toyhou.se and RefSheet.

You can see the demo here: demo

The spiritual successor of RefMine, a project that got rewritten multiple times but never released. A project I started when I was a lot less experienced. I just needed to restart again with a blank slate.

Features

  • Two layout styles: Wiki, and Full-Body.

Set Up Locally

Pre-requisites:

Once Jekyll is installed, open the project folder in your command prompt and run this:

bundle install
bundle exec jekyll serve

Your site should be available at http://localhost:4000/

Creating Character Pages

  1. Create a new markdown file in _characters.
  2. Copy and paste the contents of blank_charater.md in drafts into your new file.
  3. Then you just gotta fill in your character's info! (There are multiple comments to help you.)

Contribution

Contribution is very much welcome. I'm sure there are many things that can be improved.

License

Lil-Ref's code is licensed under the Do What The F*ck You Want To Public License.

Basically, you can do whatever you want with this. I'd love to see your creations, though.