8000 GitHub - basa-casa/admin-scms: Collections and fields for creating collections and fields - for use with basa-casa/admin
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Collections and fields for creating collections and fields - for use with basa-casa/admin

License

Notifications You must be signed in to change notification settings

basa-casa/admin-scms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

admin-scms

Static CMS collections and fields for creating and editing collections and fields, for use with basa-casa/admin. Example site includes admin pages admin/collections/index.md and admin/fields/index.md for quick deployment to your admin.

Use this module alone to create your own library, i.e. yourorg/admin-yourorg, to generate your own custom CMSes.

Prerequisites

  • Hugo (Installation instructions)

  • Git (Installation instructions)

  • A Hugo site tracked by Git

    hugo new site my-awesome-site
    cd my-awesome-site
    git init
    hugo mod init github.com/username/my-awesome-site
    
    # Replacing my-awesome-site with your site directory, and username with yours.
    

Installation

  1. Import path github.com/basa-casa/admin-scms to your module config.
  2. (optional) Copy the examplesite content and data into your project - the index.md files will give you pages at /admin/collections and /admin/fields for creating CMS parts.

Usage

Getting Started

  1. Run hugo server

  2. Open http://localhost:1313/admin/collections

/admin/collections

Create and manage collections as individual .yml files in /data/scms/collections for import to any CMS.

/admin/fields

Has collections enabled for creating 16 different types of fields as individual .yml files in /data/scms/fields for import to any collection or parent field.

About

Collections and fields for creating collections and fields - for use with basa-casa/admin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0