Coder Social home page Coder Social logo

core's Introduction

Currently not maintained! If you would like to resume maintenance, please open an issue!

core

officially supported awoo plugins


core is the collective repository of officially supported plugins for the awoo static site generator. All of the packages here are safe and maintained.

Packages

Package Version Dependencies Description
awoo-layouts npm Dependency Status reusable html templates
awoo-markdown npm Dependency Status markdown parsing
awoo-matter npm Dependency Status frontmatter parsing
awoo-metadata npm Dependency Status custom metadata
awoo-pretty npm Dependency Status pretty links

Development

To work on core, just clone the repository, install the npm dependencies, and bootstrap the lerna stuff. Like this:

git clone https://github.com/awoojs/core.git awoo-core
cd awoo-core
npm install
npx lerna bootstrap

If you're implementing a new plugin, you can pull inspiration from the other ones (making a plugin template is still on our TODO list, sadly). Just open a pull request and we'll help you out!

Team

Code of Conduct

This repository operates under the weallbehave Code of Conduct. Its contents can be found in CODE_OF_CONDUCT.md.

License

MIT

core's People

Contributors

fredericmarx avatar greenkeeper[bot] avatar zhouhanseng avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

core's Issues

An in-range update of vfile is breaking the build 🚨

The devDependency vfile was updated from 3.0.0 to 3.0.1.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

vfile is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

Release Notes for 3.0.1
Commits

The new version differs by 11 commits.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

metadata vfile location

Hey there, just a quick little question.

As the vfile documentation suggests there is a standard location for storing custom data in a vfile under .data (https://github.com/vfile/vfile#vfiledata). Was .metadata chosen on purpose in awoo-matter and awoo-metadata? It'd make sense to store such data in its standard location.

An in-range update of endent is breaking the build 🚨

The devDependency endent was updated from 1.2.0 to 1.3.0.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

endent is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

Commits

The new version differs by 3 commits.

  • 5caa462 1.3.0
  • 1f034da Merge pull request #3 from dpogue/devDependencies
  • a3c7ba7 Move standard and tape to devDependencies

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

Filter does not seem to work

with

const mdFilesFilter = (file, options, files) => {
	return file.path.endsWith('.md');
};

// [...]

site.use(matter, { filter: mdFilesFilter });

.DS_Store still makes it through, even though the filter function return false.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.