You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: clarify issue template instructions in README, add Mandatory Fun
Step 3 now walks users through creating the issue from the template.
Added Mandatory Fun to theme listing. Replaced placeholder URL with
Settings > Pages instructions.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: README.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,8 +81,10 @@ At the top of this repository's page, look for the green **"Use this template"**
81
81
In your brand new repository:
82
82
83
83
- Click the **Issues** tab (near the top of the page, next to "Code")
84
-
- You should see an issue called **"Set up my author site"**
85
-
- Open it — this is your step-by-step checklist
84
+
- Click **New issue**
85
+
- Select **"Set Up Your Author Site"**
86
+
- Click **Create**
87
+
- This is your step-by-step checklist — follow it from top to bottom
86
88
87
89
### Step 4: Follow the checklist
88
90
@@ -97,19 +99,13 @@ Each step tells you exactly which file to edit and what to change. You can check
97
99
98
100
### Step 5: Visit your site!
99
101
100
-
Once you've made your first edit, GitHub automatically starts building your site. Give it about 60 seconds, then visit:
101
-
102
-
```
103
-
https://YOUR-USERNAME.github.io/YOUR-REPO-NAME/
104
-
```
105
-
106
-
If you see a 404 error, go to your repository's **Settings** > **Pages** and make sure the Source is set to **"GitHub Actions"**.
102
+
Once you've completed the checklist, go to **Settings > Pages** in your repo — your live URL is shown at the top. It may take a minute for the first build to complete.
107
103
108
104
---
109
105
110
106
## Choosing a Theme
111
107
112
-
AuthorPage comes with three themes. You can always switch later.
108
+
AuthorPage comes with four themes. You can always switch later.
113
109
114
110
### Inkwell
115
111
@@ -123,9 +119,13 @@ Bold and eye-catching. Your book covers take center stage. Great for genre ficti
123
119
124
120
Dark and moody with a retro vibe. Monospace fonts and vintage textures. Ideal for horror, noir, or anyone who wants personality.
125
121
122
+
### Mandatory Fun
123
+
124
+
Bold and playful with geometric accents. Purple and coral palette with bouncy animations. For authors who don't take themselves too seriously.
125
+
126
126
### How to switch themes
127
127
128
-
Open `config.yaml` and change the `theme:` line to one of: `inkwell`, `paperback`, or `typewriter`.
128
+
Open `config.yaml` and change the `theme:` line to one of: `inkwell`, `paperback`, `typewriter`, or `mandatory-fun`.
0 commit comments