
Research
/Security News
9 Malicious NuGet Packages Deliver Time-Delayed Destructive Payloads
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.
@frontity/mars-theme
Advanced tools
@frontity/mars-themeA starter theme for Frontity
Full info about this theme can be found in the docs

npm i @frontity/mars-theme
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
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
| Path | Description |
|---|---|
./types.ts | Typescript interface for MarsTheme settings. |
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
Have a look at the latest updates of this package in the CHANGELOG
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:
@frontity.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.
FAQs
A starter theme for Frontity
The npm package @frontity/mars-theme receives a total of 12 weekly downloads. As such, @frontity/mars-theme popularity was classified as not popular.
We found that @frontity/mars-theme demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 5 open source maintainers collaborating on the project.
Did you know?

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.

Research
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.