appernetic is a static site generator as a service (ssgaas) for githubhosted hugo sites. with appernetic, you can edit your content with the inpage editor, upload, manage and crop images as well as use different themes. when you are ready to go live, just press the publish button! it is also easy to connect your own custom domain name.
editorwith the pagedown editor, you have a formatting toolbar and a preview. you will preferably use markdown for formatting, which is easier to use than html, but you can also write html and also javascript code.
visual tree viewusing the visual tree view you can navigate the filesystem where the content is located, create, view and delete files and folders.
image editingin the pagedown editor, you can add a url to an image, view and select already uploaded images from your cloudinary image manager.
theme managementyou can clone themes from your github account or from someone else's repository. appernetic follows a simple convention for themes, theme config files are copied from the theme examplesite folder if it exists, if not found a search is done to find it. then it is easy to configure the settings from the settings tab.
version controlgit and github are used for version control, cloning, publishing and syncing of your hugo project.
advantagesspeed web servers are very good at delivering static pages quickly.version control having a repository where people can collaboratively work on a project is a win.security with no database and no processing of scripts, there's not much to mess up.maintenance there's no packages, libraries, modules and frameworks to maintain.traffic surges unexpected traffic peaks is less of a problem as static html pages consumes a very small amount of server resources.