Skip to content

Inkpotro/Inkpotro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Inkpotro

Inkpotro is a lightweight desktop application for bloggers and developers who use Hugo. With a beautiful interface and seamless local post generation, Inkpotro helps you focus on writing, not the workflow.

Features

  • Clean and structured post editor with YAML frontmatter
  • Automatically fills in your GitHub name as author
  • Organizes generated posts in standard Hugo-compatible format
  • Live Markdown Preview so you can see exactly how your post will look while writing
  • Adapts to your system theme preference with automatic light or dark mode
  • Fast, distraction-free experience, no browser required

GitHub Integration

Inkpotro uses your GitHub Personal Access Token (PAT) to personalize your writing environment.
The token is stored securely in:

  • Linux/macOS

    •  ~/.inkpotro/config/token.json
  • Windows

    •  C:\Users\YourUsername\.inkpotro\config\token.json

Installation

Windows

  • Download the latest Inkpotro for Windows from the Releases section.
  • Double-click the Inkpotro.exe file.
  • The app will run instantly, no installation or admin rights required.

Linux

  • Download the latest Linux AppImage from the Releases
  • Make the file executable

    •  chmod +x Inkpotro-x86_64.AppImage
  • Run it

    •  ./Inkpotro-x86_64.AppImage

Tip

After the first run, Inkpotro will be added to your Application Menu automatically. You can launch it from the menu without running the AppImage manually next time.

Contributing

Contributions, issues, and feature requests are welcome! Feel free to fork the repository and submit a pull request.