|
| 1 | +--- |
| 2 | +layout: character |
| 3 | +### |
| 4 | + |
| 5 | +# MUST start with "c:". Each character MUST have a unique ID. They are case sensitive. |
| 6 | +char_id: c:example |
| 7 | + |
| 8 | +# Leave empty to use "default.css". |
| 9 | +# If custom, this will look for a file in `assets/css/`. |
| 10 | +theme: |
| 11 | + |
| 12 | +# The layout of your page. |
| 13 | +# 0 - Wiki |
| 14 | +# 1 - Full-body |
| 15 | +style: 0 |
| 16 | + |
| 17 | +tags: |
| 18 | +- example |
| 19 | + |
| 20 | +# Basic |
| 21 | +name: Character Name |
| 22 | +tagline: A tagline for this character. |
| 23 | +image: |
| 24 | + # A square image used for widget icons and favicons. |
| 25 | + icon: example_icon.png |
| 26 | + # Basic image. Is required for the Wiki layout. |
| 27 | + block: example_block.png |
| 28 | + # Full-body image. Is required for the Full-body layout. |
| 29 | + body: |
| 30 | +attributes: |
| 31 | + Full Name: Full Character Name |
| 32 | + Aliases: Example Name |
| 33 | + Gender: Nonexistent |
| 34 | + Pronouns: any/all |
| 35 | + Age: Adult |
| 36 | + Orientation: AroAce |
| 37 | + Species: Nonexistent |
| 38 | + |
| 39 | +# Relationships |
| 40 | +# The `relation_type` let's you choose whether the relationships are displayed |
| 41 | +# with the attributes table or has it's own section where you can write |
| 42 | +# extra details about the relationship. |
| 43 | +# 0 - Attributes Table |
| 44 | +# 1 - Detailed |
| 45 | +relation_type: 0 |
| 46 | +relationships: |
| 47 | + Relationship name: |
| 48 | + name: |
| 49 | + url: |
| 50 | + icon: |
| 51 | + details: | |
| 52 | + Relationship details. |
| 53 | +
|
| 54 | +# Colors |
| 55 | +# The `color_type` controls the shape of the color buttons. |
| 56 | +# If you click a color button, it copies the hex code of the color to your |
| 57 | +# clipboard. |
| 58 | +# 0 - Square |
| 59 | +# 1 - Circle |
| 60 | +# 2 - Star |
| 61 | +# 3 - diamond |
| 62 | +color_type: 0 |
| 63 | +colors: # Hex codes without the "#" symbol. |
| 64 | + - "000000" |
| 65 | + - "333333" |
| 66 | + - "666666" |
| 67 | + - "999999" |
| 68 | + - "cccccc" |
| 69 | + - "ffffff" |
| 70 | + |
| 71 | +# Text Sections |
| 72 | +# You can add as many sections as you'd like. The more the better! |
| 73 | +section: |
| 74 | + Biography: | |
| 75 | + Character's biography. |
| 76 | + Appearance: | |
| 77 | + Character's appearance. |
| 78 | + Personality: | |
| 79 | + Character's personality. |
| 80 | + Any Heading you want: | |
| 81 | + Any text you want. |
| 82 | +
|
| 83 | +# Gallery |
| 84 | +gallery: |
| 85 | + Image Name: |
| 86 | + artist: Artist name |
| 87 | + artist_url: https://example.com |
| 88 | + alt: Alternative text for image. |
| 89 | + file: |
| 90 | + characters: |
| 91 | + Character Name: |
| 92 | + url: https://example.com |
| 93 | + description: | |
| 94 | + A description for the image. |
| 95 | +
|
| 96 | +# Permissions & Ownership |
| 97 | +permissions: |
| 98 | + Fan Works: Allowed |
| 99 | + Commissions: Ask First |
| 100 | + Shipping: Only with Character Canon Love Interest |
| 101 | + OC Interaction: Allowed |
| 102 | + Franchise Interaction: Allowed |
| 103 | + |
| 104 | +ownership: |
| 105 | + Owner: Me |
| 106 | + Designer: Me |
| 107 | + Up For Sale: Never |
| 108 | + Up For Trade: Never |
| 109 | +--- |
0 commit comments