
Security News
Google’s OSV Fix Just Added 500+ New Advisories — All Thanks to One Small Policy Change
A data handling bug in OSV.dev caused disputed CVEs to disappear from vulnerability feeds until a recent fix restored over 500 advisories.
@frontity/mars-theme
Advanced tools
@frontity/mars-theme
A 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 14 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.
Security News
A data handling bug in OSV.dev caused disputed CVEs to disappear from vulnerability feeds until a recent fix restored over 500 advisories.
Research
/Security News
175 malicious npm packages (26k+ downloads) used unpkg CDN to host redirect scripts for a credential-phishing campaign targeting 135+ organizations worldwide.
Security News
Python 3.14 adds template strings, deferred annotations, and subinterpreters, plus free-threaded mode, an experimental JIT, and Sigstore verification.