Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@frontity/mars-theme

Package Overview
Dependencies
Maintainers
5
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@frontity/mars-theme

A starter theme for Frontity

  • 1.6.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
5
Created
Source

@frontity/mars-theme

Version npm License: Apache--2.0

A starter theme for Frontity

Full info about this theme can be found in the docs

Table of contents

Install

npm i @frontity/mars-theme

Usage

Once installed it should be included in your frontity.settings.js. The theme options can be specified in the state.theme property.

{
  name: "@frontity/mars-theme",
  state: {
    theme: {
      menu: [
        ["Home", "/"],
        ["Nature", "/category/nature/"],
        ["Travel", "/category/travel/"],
        ["Japan", "/tag/japan/"],
        ["About Us", "/about-us/"]
      ],
      featured: {
        showOnList: true,
        showOnPost: true
      }
    }
  }
},

Full info about this theme can be found in the docs

Theme Anatomy

The file structure of this theme is:

.
├── CHANGELOG.md
├── package.json
├── README.md
├── src
│  ├── components
│  │  ├── featured-media.js
│  │  ├── header.js
│  │  ├── index.js
│  │  ├── link.js
│  │  ├── list
│  │  │  ├── index.js
│  │  │  ├── list-item.js
│  │  │  ├── list.js
│  │  │  └── pagination.js
│  │  ├── loading.js
│  │  ├── menu-icon.js
│  │  ├── menu-modal.js
│  │  ├── menu.js
│  │  ├── nav.js
│  │  ├── page-error.js
│  │  ├── post.js
│  │  └── title.js
│  └── index.js
└── types.ts
PathDescription
./types.tsTypescript interface for MarsTheme settings.

Feature Discussions

Feature Discussions about Frontity are public. You can join the discussions, vote for those you're interested in or create new ones.

These are the ones related to this package: https://community.frontity.org/tags/c/feature-discussions/33/mars-theme

Changelog

Have a look at the latest updates of this package in the CHANGELOG


Open Source Community

Channels

Community Forum Topics Twitter: frontity Frontity Github Stars

Frontity has a number of different channels at your disposal where you can find out more information about the project, join in discussions about it, and also get involved:

  • 📖 Docs: Frontity's primary documentation resource - this is the place to learn how to build amazing sites with Frontity.
  • 👨‍👩‍👧‍👦 Community forum: join Frontity's forum and ask questions, share your knowledge, give feedback and meet other cool Frontity people. We'd love to know about what you're building with Frontity, so please do swing by the forum and tell us about your projects.
  • 🐞 Contribute: Frontity uses GitHub for bugs and pull requests. Check out the Contributing section to find out how you can help develop Frontity, or improve this documentation.
  • 🗣 Social media: interact with other Frontity users. Reach out to the Frontity team on Twitter. Mention us in your tweets about Frontity and what you're building by using @frontity.
  • 💌 Newsletter: do you want to receive the latest news about Frontity and find out as soon as there's an update to the framework? Subscribe to our newsletter.

Get involved

GitHub issues by-label

Got questions or feedback about Frontity? We'd love to hear from you in our community forum.

Frontity also welcomes contributions. There are many ways to support the project! If you don't know where to start then this guide might help: How to contribute?.

If you would like to start contributing to the code please open a pull request to address one of our good first issues.

Keywords

FAQs

Package last updated on 10 Nov 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc