Skip to content

Commit fdc4b9a

Browse files
committed
add admonitions
1 parent 5c1a993 commit fdc4b9a

6 files changed

Lines changed: 35 additions & 4 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
# Hugo
22
/public/
3+
/resources/
34
.hugo_build.lock

.idea/vcs.xml

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,5 @@ git submodule update --remote --merge
2828
## Docs
2929

3030
- [Blowfish Theme](https://blowfish.page/docs/)
31-
- [Host Hugo on GitHub Pages](https://gohugo.io/host-and-deploy/host-on-github-pages/)
31+
- [Host Hugo on GitHub Pages](https://gohugo.io/host-and-deploy/host-on-github-pages/)
32+
- [Hugo Admonitions](https://github.com/KKKZOZ/hugo-admonitions)

config/_default/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# https://blowfish.page/docs/configuration/
2-
theme = "blowfish"
2+
theme = ["hugo-admonitions", "blowfish"]
33
baseURL = "https://docs.fflegacy.club/"
44
title = "FFLegacy Docs"
55
colorScheme = "forest"
Lines changed: 28 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,30 @@
11
+++
2-
draft = true
3-
title = 'Summary'
2+
title = 'Waivers'
43
+++
4+
5+
## Description
6+
7+
This league uses game-time waivers i.e. a player gets added to the Waiver Wire
8+
once their game starts until the Waiver Period ends on Tuesday at 11:59 Pacific
9+
Time.
10+
11+
When a player is dropped, they get added to the Waiver Wire and are kept there
12+
for a minimum of 1 day. That player can be kept on the Waiver Wire for more than
13+
one day if their game for that week has already started.
14+
15+
> [!NOTE]
16+
> A player dropped on Wednesday who has a Thursday night game will move
17+
> off the Waiver Wire that Thursday.
18+
19+
## Examples
20+
21+
- Player dropped on Friday, spends Saturday on Waiver Wire, resolves Sunday
22+
morning before his game
23+
- Player dropped on Saturday, spends Sunday on Waiver Wire, resolves Wednesday
24+
morning since his game was on Sunday
25+
- Player dropped Monday before game, resolves Wednesday morning at the end of
26+
Weekly Waiver Period
27+
- Owner tries to drop player after MNF starts, fails
28+
- Player dropped Wednesday, resolves Thursday morning in time for game that night
29+
- Player dropped Wednesday, resolves Thursday even though his game is on Sunday
30+
```

themes/hugo-admonitions

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit cf5e7cfb438c6495f8b03e80d9ee6b0d12ec6a1d

0 commit comments

Comments
 (0)