/tlienart2.github.io

Example of a user website using Franklin

Primary LanguageCSS

Franklin - example of user website

Notes

Repo setup

  • Generate keys with ssh-keygen -N "" -f franklin.
  • Add the content of franklin to a new secret of the repository named FRANKLIN_PRIV (Settings > Secrets).
  • Add the content of franklin.pub to a new deploy key of the repository named FRANKLIN_PUB with write access (Settings > Deploy Keys).

Git setup

  • Observe that the source is on the dev branch.
  • Generated files are on the master branch (required by GitHub for a user website).

GitHub action setup