All Projects → breadlesscode → neos-blog

breadlesscode / neos-blog

Licence: MIT License
A simple blog plugin for Neos CMS

Programming Languages

PHP
23972 projects - #3 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to neos-blog

KaufmannDigital.GDPR.CookieConsent
A ready-to-run package, that integrates an advanced cookie consent banner into your Neos CMS site.
Stars: ✭ 21 (+23.53%)
Mutual labels:  neoscms, neos-cms, neos, neos-plugin
Wysiwyg.ABTesting
A/B Testing Package for Neos
Stars: ✭ 16 (-5.88%)
Mutual labels:  neoscms, neos, neos-plugin
neos-debug
Adds a debug panel to your Neos CMS website
Stars: ✭ 31 (+82.35%)
Mutual labels:  neoscms, neos-plugin
NeosAcl
No description or website provided.
Stars: ✭ 13 (-23.53%)
Mutual labels:  neoscms, neos
threaded-comments
Reddit styled threaded comments using Supabase and Next.js
Stars: ✭ 111 (+552.94%)
Mutual labels:  comments
Sitegeist.Kaleidoscope
Responsive Images for Neos CMS
Stars: ✭ 27 (+58.82%)
Mutual labels:  neoscms
Psmb.Newsletter
Render email newsletters with Fusion in Neos CMS
Stars: ✭ 12 (-29.41%)
Mutual labels:  neoscms
fusion-form
No description or website provided.
Stars: ✭ 16 (-5.88%)
Mutual labels:  neoscms
smart-tagz
🏷Smart input tags for Vue
Stars: ✭ 28 (+64.71%)
Mutual labels:  tags
Networkteam.Neos.MailObfuscator
Email address obfuscation for Neos CMS
Stars: ✭ 13 (-23.53%)
Mutual labels:  neoscms
gatsby-simple-blog
an easily configurable gatsby-starter-blog with overreacted looking and tags, breadcrumbs, disqus, i18n, eslint, algolia supported
Stars: ✭ 48 (+182.35%)
Mutual labels:  tags
bibliothecula
document organizer with tags and full-text-search, in a simple and clean sqlite3 schema
Stars: ✭ 148 (+770.59%)
Mutual labels:  tags
sic
link aggregator community organised by tags (with no javascript)
Stars: ✭ 82 (+382.35%)
Mutual labels:  tags
tag
Git utility to create tags in order to identify specific releases
Stars: ✭ 24 (+41.18%)
Mutual labels:  tags
tagflow
TagFlow is a file manager working with tags.
Stars: ✭ 22 (+29.41%)
Mutual labels:  tags
ShowMoreText
This is simple library for creating textview expandable. Like Continue or Less. This library extended versiion TextView. Easy to use.
Stars: ✭ 97 (+470.59%)
Mutual labels:  tags
PointingToTheMoon
Super slim Jekyll Theme created for math posts with easy mermaid diagram
Stars: ✭ 49 (+188.24%)
Mutual labels:  comments
lazy-load-for-comments
Lazy load WordPress default commenting system.
Stars: ✭ 17 (+0%)
Mutual labels:  comments
Id3
Library to read, modify and write ID3 & Lyrics3 tags in MP3 files. Provides an extensible framework for retrieving ID3 information from online services.
Stars: ✭ 27 (+58.82%)
Mutual labels:  tags
VINS-Mono
VINS-Mono中文注释
Stars: ✭ 149 (+776.47%)
Mutual labels:  comments

Neos Blog

Packagist Downloads Packagist semantic-release GitHub stars GitHub watchers

This Neos CMS plugin is for a simple blog functionality.

Features

  • Categories
  • Tags
  • Comments
  • Author page
  • Listing with pagination

Installation

Most of the time you have to make small adjustments to a package (e.g., the configuration in Settings.yaml). Because of that, it is important to add the corresponding package to the composer from your theme package. Mostly this is the site package located under Packages/Sites/. To install it correctly go to your theme package (e.g.Packages/Sites/Foo.Bar) and run following command:

composer require breadlesscode/neos-blog --no-update

The --no-update command prevent the automatic update of the dependencies. After the package was added to your theme composer.json, go back to the root of the Neos installation and run composer update. Your desired package is now installed correctly.

Documentation

Documentation: https://breadlesscode.github.io/neos-blog

Contribution

We'd love you to contribute to neos-blog. We try to make it as easy as possible. We are using semantic-release to have more time to concentrate on important stuff instead of struggling in the dependency or release hell.

Therefore the first rule is to follow the eslint commit message guideline. It is really easy, when you always commit via yarn commit. Commitizen will guide you.

All PRs will be merged into the master branch. Travis and semantic release will check the commit messages and start building a new release when the analysis of the latest commits will trigger that.

If you have questions just ping us on twitter or github.

License

The MIT License (MIT). Please see License File for more information.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].