Hugo-Flow: Git-based Front-end interface for Hugo
A custom, web-based Front-end interface for your static Hugo website.
Features
GitHub Integration: Commit files directly to your repository via the GitHub API.
Commit files directly to your repository via the GitHub API. Dynamic Configuration: Select your repository and paths dynamically via the UI.
Select your repository and paths dynamically via the UI. Dual Editor Mode: Switch seamlessly between a WYSIWYG Rich Text editor and a raw Markdown editor.
Switch seamlessly between a WYSIWYG Rich Text editor and a raw Markdown editor. Image Uploads: Upload images and have them automatically pushed as base64 blobs alongside your markdown post.
Local Development
Set up your .env.local file:
NEXTAUTH_URL = http://localhost:3000 NEXTAUTH_SECRET = your_random_secret_here GITHUB_ID = your_github_oauth_id GITHUB_SECRET = your_github_oauth_secret
... continue reading