Neocities-MkDocs
https://github.com/fu-sen/Neocities-MkDocs
MkDocs with Neocities (minimal configuration)
How to use
- Edit
mkdocs.ymlanddocs/index.md, add more files if needed. - Add the pip package to
requirements.txt. (Themes and plugins) - Log in to Neocities and select
Settings. - Select
Manage Site SettingsinManage Sites. - Select
Generate API KeyinAPI Key. - The API Key will be displayed, so save this text string.
- Select
Settingsfor your GitHub project. - Select
Secrets and variablesinSecrets. - Select
Actions - Select
New repository secrets. - Enter
NEOCITIES_API_KEYin Name and API Key in Value. - Commit to a GitHub project:
git push