https://github.com/parktest0325/im-not-notion
GUI-based content manager for Hugo static sites – write markdown, image paste, ssh terminal and hide contents.
https://github.com/parktest0325/im-not-notion
blog-management cms hugo markdown-editor static-site-generator
Last synced: 4 months ago
JSON representation
GUI-based content manager for Hugo static sites – write markdown, image paste, ssh terminal and hide contents.
- Host: GitHub
- URL: https://github.com/parktest0325/im-not-notion
- Owner: parktest0325
- Created: 2024-03-02T19:24:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2026-02-28T09:07:43.000Z (4 months ago)
- Last Synced: 2026-02-28T11:32:07.715Z (4 months ago)
- Topics: blog-management, cms, hugo, markdown-editor, static-site-generator
- Language: Svelte
- Homepage:
- Size: 5.02 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## IM NOT NOTION
This is a tauri(rust + svelte) project that allows you to manage content by connecting to a static content site server such as hugo via ssh.
After setting up the server within the app, you can freely edit the post.

## Getting Started
See [docs/guide/GETTING_STARTED.md](./docs/guide/GETTING_STARTED.md) for build, install, and run instructions.
## Feature
* Connect to hugo server and get list of posts
Enter IP(Domain), Port, ID, and Password and save.
Enter the hugo binary path, the path where the post or image is saved, and the blog's default address and save.
After refreshing, write the post as you wish.

* You can start editing by double-clicking and save with ctrl(cmd)+s

* To edit the name of a file, select the item and press F2 or Enter.
You can paste an image into a post and save it to the server.

## Documentation
See [docs/README.md](./docs/README.md) for the full documentation index.