npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

@plone-collective/volto-educal-theme

v1.0.1

Published

volto-educal-theme: Volto add-on

Downloads

3

Readme

About 💡

Features ✨

  1. Blocks 🧱 included with this add-on:

  2. Blocks that are also available as a separate add-on 🎉 :

  3. New listing variation 🔖 especially for events

  4. Navigation menu ⬇️ handles two level nested pages

  5. Animations 💫 on hover, click events

  6. Image assets 🍱 included with the theme

Features requiring Customization 🔧

  1. Categorization of pages based on tags using the categorization menu present in the left side of the header.

    NOTE: This feature requires the API call to Keywords vocabulary /++api++/@vocabularies/plone.app.vocabularies.Keywords?b_start=0 which is by default only available to authenticated users. Currently, this menu is only visible when the user is authenticated. You can make changes in Header.jsx as per the requirements.

  2. Footer section links including social handles are available but requires additional customization. Change the code in Footer.jsx as per the requirements.

  3. The Try for free button can be customized in the Header.jsx as per the requirements. For example: It can be used to route to /login route.

Community add-ons used 👥 📦

  1. volto-slate
  2. @kitconcept/volto-blocks-grid
  3. @eeacms/volto-tabs-block
  4. @eeacms/volto-block-divider

Installation 🚀

  1. Create a new volto project, if you don't have one.

  2. Add the following packages to the mrs.developer.json file of your volto project.

    {
      "volto-educal-hero-block": {
        "url": "[email protected]:collective/volto-educal-hero-block.git",
        "https": "https://github.com/collective/volto-educal-hero-block.git",
        "package": "@plone-collective/volto-educal-hero-block",
        "branch": "main",
        "path": "src"
      },
      "volto-block-banner": {
        "url": "[email protected]:collective/volto-block-banner.git",
        "https": "https://github.com/collective/volto-block-banner.git",
        "package": "@plone-collective/volto-block-banner",
        "branch": "main",
        "path": "src"
      },
      "volto-educal-theme": {
        "url": "[email protected]:collective/volto-educal-theme.git",
        "https": "https://github.com/collective/volto-educal-theme.git",
        "package": "@plone-collective/volto-educal-theme",
        "branch": "main",
        "path": "src"
      }
    }
  3. Now link the add-on in the volto project:

    1. Make sure the private field is set to true in the volto project's package.json. As yarn workspaces can only be enabled in private projects.

    2. Add src/addons/* as array members under the workspaces property in the volto project's package.json.

    3. Add @plone-collective/volto-educal-theme as an array member under the addons property in the volto project's package.json.

    Finally, the volto project's package.json should include the following lines:

    {
      "private": true,
      "workspaces": ["src/addons/*"],
      "addons": ["@plone-collective/volto-educal-theme"]
    }

    REMEMBER:

    • You just need to add this in your volto project's package.json file and not in any of the add-ons package.json file.
    • For a more detailed guide, on how to install an add-on in volto visit here.
  4. Change this line in src/theme.js of the volto project.

    - import 'semantic-ui-less/semantic.less';
    + import '@plone-collective/volto-educal-theme/semantic.less';
      import '@plone/volto/../theme/themes/pastanaga/extras/extras.less';

    You can refer the change here.

  5. Bootstrap the Plone API backend. Alternatively, you can visit the official documentation for other installation options.

  6. Run yarn to install the node modules. 📦

  7. Run yarn start command to start the volto server! 🍻

Creating the Front Page 📹

IMAGE ALT TEXT

Contributing 👩‍💻

Contributions are welcome. This project is under Plone Collective. Visit collective's documentation to know more.

License 📄

Distributed under the MIT License. See LICENSE for more information.

Screenshot 📸

image