Skip to content

Commit

Permalink
Initial Tailor-specific content
Browse files Browse the repository at this point in the history
  • Loading branch information
emurphy42 committed Feb 23, 2025
1 parent ba9c2db commit 8073467
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 73 deletions.
3 changes: 1 addition & 2 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Agora Nomic

url: https://agoranomic.com
# TODO: Replace with your repository name, e.g., `/Webmastor`
baseurl: /officer-template
baseurl: /Tailor

permalink: none
103 changes: 32 additions & 71 deletions index.md
Original file line number Diff line number Diff line change
@@ -1,75 +1,36 @@
---
title: Officer Template
title: Tailor
layout: puremd
---

Hiya! This is the `gh-pages` branch of [`officer-template`](<https://github.com/AgoraNomic/officer-template>). This template uses Jekyll to build a website. You can view what it looks like over at <https://agoranomic.org/officer-template>.

Here are some things to do to get started:

1. Update `_config.yml` by replacing `/officer-template` with your repository's name, e.g., `/Webmastor`.
2. **Optionally,** if you anticipate using your own CSS, create your `style.css` file and insert the following line where indicated in `_layouts/default.html` (replacing `YOUR-REPOSITORY-NAME` with same name you used in step 1.)

```html
<link rel="stylesheet" href="https://agoranomic.org/YOUR-REPOSITORY-NAME/style.css">
```

3. Update the title in the prelude of this `index.md` file (`Officer Template`) and change the contents to what you want people to see when they first open your microsite.
4. Add additional pages for more content. Be sure to link to them!

## What goes on my microsite?

If you aren't sure where to go with the site, here are some ideas:

- Introducing new players to your associated mechanics,
- Archiving historical reports,
- Providing a list of items you're tracking (rules, switches, documents, etc.), or
- Explaining your workflow to prospecting officers.
- Add some fun ASCII art.

## What are all these files/Where does my content go?

In this template, we have:

- `.gitignore` tells Git which files shouldn't ever be uploaded to GitHub. These are generally build artifacts.
- `_includes/` holds widgets and segments, such as the navigation bar or chat box.
- `_layouts/` holds layouts used to format content.
- `_config.yml` holds basic Jekyll configuration.
- `index.md` is the main page, accessible at <https://agoranomic.org/officer-template>.

Any files with a header such as the following will be processed by Jekyll:

```md
---
title: My Page
layout: default
---
```

All other files are made available via the website.

Here are some examples of file paths and their associated URLs:

- `index.md` is available at `agoranomic.org/officer-template`.
- `hello-world.md` is available at `agoranomic.org/officer-template/hello-world`
- `reports/2025-02-06.txt` is available at `agoranomic.org/officer-template/reports/2025-02-06.txt`

## Layouts

Two layouts are provided as standard:

- `puremd` should be used by most Markdown pages. This helps with positioning content on the default layout.
- `default` should be used by any pages that are already wrapped in a `<div class="content">`.

## Resources

Here are some resources to check out if you're curious about how anything works:

- [Git Guide](<https://github.com/git-guides>)
- [MDN Markdown Introduction](<https://developer.mozilla.org/en-US/docs/MDN/Writing_guidelines/Howto/Markdown_in_MDN>)
- [MDN HTML Tutorials, Guides, and References](<https://developer.mozilla.org/en-US/docs/Web/HTML>) for structuring content within your pages.
- [MDN CSS Tutorials, References, and Cookbook](<https://developer.mozilla.org/en-US/docs/Web/CSS>) for changing how HTML looks.
- [MDN JavaScript Tutorials, Guides, and References](<https://developer.mozilla.org/en-US/docs/Web/JavaScript>)
- [Jekyll Docs](<https://jekyllrb.com/docs/>)

Of course, feel free to reach out to your Webmastor if you have any questions or just want a hand with executing any ideas. 🙂
Ribbons (Rule 2438) are more or less a set of achievements. They last indefinitely, even past deregistration, and you can turn in a full set for a win.

Festivals (Rules 2480 and 2481), Agora's defense mechanism against griefers seeking to break the game indefinitely, is also keyed to Ribbons (whose collectors are assumed to be uninterested in such breakage):
* Laudability tracks the highest Ribbon count you've ever had.
* A group of five Laudable players can start a Festival lasting up to two weeks, during which more specific defenses can be proposed and adopted.
* During a Festival, insufficiently Laudable players have nerfed voting strength and can't support tabled actions.

## Ribbons currently owned

See the [Tailor's web site](http://johnpeters.us.to/tailor/).

## Types of ribbons and how to gain them

| Color | Abbreviation | Method |
| ----------- | ------------ | ---------------------------------------------------------------------------------------------------- |
| Red         | R | Successfully propose a rule change at Power 3 or higher |
| Orange      | O | Your proposal is unanimously adopted |
| Green       | G | Hold an elected office for 30 days, without Tardiness |
| Emerald     | E | Win an election |
| Cyan        | C | Deputise or delegate for an office |
| Blue        | B | Judge a CFJ within the time limit |
| Magenta     | M | Claim on Agora's Birthday |
| Ultraviolet | U | Become Champion not by Renaissance (usually by winning the game) |
| Violet      | V | Receive a Patent Title (other than Champion or a degree) |
| Indigo      | I | Receive a degree |
| Platinum    | P | Be the Speaker of Agora |
| Lime        | L | Co-author three adopted proposals within 7 days |
| White       | W | Never own a White Ribbon before; or, receive from someone who has never gifted a White Ribbon before |
| Black       | K | N/A; only possible by proposal or scam |
| Gray        | A | Awarded monthly by the Tailor |
| Transparent | T | Receive or qualify for 5 Ribbons within 7 days |

0 comments on commit 8073467

Please sign in to comment.