Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mathieubellon/hugy
Hugy is an Electron desktop app acting as a GUI for the Hugo static site generator.
https://github.com/mathieubellon/hugy
content content-management-system hugo static-site-generator
Last synced: about 13 hours ago
JSON representation
Hugy is an Electron desktop app acting as a GUI for the Hugo static site generator.
- Host: GitHub
- URL: https://github.com/mathieubellon/hugy
- Owner: mathieubellon
- License: mit
- Created: 2020-04-23T14:04:12.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-27T04:52:31.000Z (about 2 years ago)
- Last Synced: 2023-03-04T10:40:20.391Z (almost 2 years ago)
- Topics: content, content-management-system, hugo, static-site-generator
- Language: Vue
- Homepage:
- Size: 108 MB
- Stars: 44
- Watchers: 5
- Forks: 3
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Hugy
The dead simple Hugo companion.Hugy is an Electron desktop app acting as a GUI for the [Hugo](https://gohugo.io) static site generator.
Designed for copywriters onboarding Hugo projects without command line knowledge needed.
## 🚨 *Warning - not production ready - pre-alpha stage*
This is a proof of concept at the moment, almost pre-alpha. Test it but only on versioned Hugo projects.## Table of Contents
- [Introduction](#introduction)
- [Features](#features)
- [Screenshots](#screenshots)
- [Feedback](#feedback)
- [Development](#development)## Introduction
Hugy is a desktop (Electron) app aimed at content editors onboarding projects using the [Hugo](https://gohugo.io) static site generator.
Static sites are great and Hugo is a great static site generator, but due to its technical nature (a command line tool) it may be hard to ask copywriters to use it in projects.Hugy assumes that your workflow is git-centered as it will allow the content editor to push changes to a git repo.
## Roadmap
### V1.0
* Download available for Mac and Windows
* Create or clone Hugo project
* Navigate content folder, add, edit content with a nice WYSIWYG tool
* Manage project configuration (config.toml)
* Live preview your website as you edit content
* Manage multiples local versions of your website. Rollback changes.
* Publish (push) your changes### V1.x
* Create new content based on archetypes
* Manage taxonomies
* Manage menus
* Configure Hugy with a versioned config file
* Embedded documentation (Both for Hugy and Hugo)## Screenshots
### Live edit
### Manage Hugo
### Instant real preview
## Feedback
Use GitHub issues. We probably will create a discourse/Gitter space in the near future.## Development
Clone the repo and ..
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn electron:serve
```### Compiles and minifies for production
Not working yet