Appernetic favicon

Appernetic

Appernetic is a static site generator as a service (SSGaaS) for GitHub-hosted Hugo sites. With Appernetic, you can edit your content with the in-page 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. Editor With 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 view Using the visual tree view you can navigate the filesystem where the content is located, create, view and delete files and folders. Image editing In the PageDown editor, you can add a URL to an image, view and select already uploaded images from your Cloudinary image manager. Theme management You 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 control Git and GitHub are used for version control, cloning, publishing and syncing of your Hugo project. Advantages Speed - 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.

Apostrophe

Apostrophe

Apostrophe is a design-driven, in-context CMS built on Node.js and MongoDB. It provides the tools to develop both simple and c ...