Skip to content
This repository has been archived by the owner on Jun 17, 2019. It is now read-only.
/ ugh-fields Public archive

A simple CMS/Static Site generator based on Dropbox API

Notifications You must be signed in to change notification settings

benpbenp/ugh-fields

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Note: I still think this is a compelling idea, but I never got very far with the implementation so I am archiving this repo.

ugh-fields

A simple CMS/Static Site generator based on Dropbox API

Ugh Fields allows a complete CMS to live inside of your Dropbox folder.

Create a new website by creating a directory under the Ugh Fields App folder within your Dropbox folder.

Under the domain directory, create the templates and url structure under a "templates" subdirectory, add CMS data under a "data" directory, and add public static assets under an "assets" directory.

Ugh Fields/
├── anotherdomain.com
└── domain.com
    ├── assets
    │   ├── css
    │   ├── img
    │   └── js
    ├── data
    │   └── projects.xlsx
    └── templates
        ├── about
        ├── index.html
        └── projects
            ├── index.html
            └── __project_id__.html

About

A simple CMS/Static Site generator based on Dropbox API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published