Apostrophe

Apostrophe是一个用于Node.js的CMS框架,它支持上下文编辑,模式驱动的内容类型,灵活的小部件等等。(Apostrophe is a CMS framework for Node.js that supports in-context editing, schema-driven content types, flexible widgets, and much more. )

Github stars Tracking Chart

Apostrophe是一个用于Node.js的CMS框架,它支持上下文编辑,模式驱动的内容类型,灵活的小部件等等。

Apostrophe强调易用性,上下文编辑,易于开发,性能和优点在于前端和后端使用单一编程语言:JavaScript。

您现在可以使用Apostrophe开始构建网站。

$npm install apostrophe-cli -g $apostrophe create <project-name>

使用入门教程在十五分钟内开始运行。

Overview

Name With Ownerapostrophecms/apostrophe
Primary LanguageJavaScript
Program languageJavaScript (Language Count: 6)
PlatformLinux, Mac, Windows
License:MIT License
Release Count987
Last Release Name4.2.0 (Posted on )
First Release Name0.1.1 (Posted on )
Created At2013-02-08 20:04:02
Pushed At2024-04-26 17:56:31
Last Commit At
Stargazers Count4.3k
Watchers Count125
Fork Count584
Commits Count11.8k
Has Issues Enabled
Issues Count1487
Issue Open Count110
Pull Requests Count2599
Pull Requests Open Count7
Pull Requests Close Count205
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private

ApostropheCMS is a content management system (CMS) for Node.js. It supports in-context editing, schema-driven content types, flexible widgets and a great deal more. This module contains everything necessary to build a website with ApostropheCMS.

Please see the ApostropheCMS documentation for detailed information about building sites with ApostropheCMS.

TravisCI Status

Chat on Discord

Getting Started

The ApostropheCMS documentation will walk you through some simple steps to get your local environment set up with the technology stack that runs ApostropheCMS (Node.js, MongoDB, ImageMagick) along with installing ApostropheCMS itself.

Then create a new project on your computer and work on building your beautiful website.

The ApostropheCMS documentation will walk you through editing page templates, global content, creating custom widgets and navigation, along with configuring reusable "pieces" and global settings. Plus, a whole lot more!

Taking it Further

Our documentation also covers advanced topics such as managing permissions, working with ApostropheCMS data, building forms, and hosting an ApostropheCMS site in production.

Moreover, there's tons of great info in the "How To" section of the docs, and it's always growing!

Extending the Core with Modules

ApostropheCMS is Node.js all the way through, which means it can be extended in all sorts of interesting ways. Here's a list of some of our favorite modules:

Additional Resources

We've got some great open-source tools and how-to articles that can help you out deploying, managing and maintaining ApostropheCMS sites.

Community

Report bugs and submit pull requests via github.

Ask how-to questions via StackOverflow. Be sure to tag them apostrophe-cms.

Stay up to date with announcements on our forum.

Chat with the community on our Discord server.

License

ApostropheCMS is released under the MIT License.

To the top