jekyll site for useful links populated by staticmanapp.
This repo is only compatible with my staticman fork (as of now)
To self host staticman API see this
- Add the user whose github token is used while hosting the API as a collaborator to this repo.
- Go to
https://<api url>/v2/connect/{your GitHub username}/{your repository name}
to accept collaborator invite. - Generate a unique token (uuid) and open
https://<api url>/v2/encrypt/<unique token>
- Save the output from above in
staticman.yml
withstaticmanToken
key. - Use the decrypted token in all the entry requests sent as
options[staticman-token]
- Make changes to
_config.yml
undercollections:
anddefaults:
- Add
<category>.md
to_pages
- Edit
_data/navigation.yml
to add categories to nav bar