
Security News
Crates.io Users Targeted by Phishing Emails
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
@openarchitex/gatsby-theme-minimal-portfolio
Advanced tools
Minimal portfolio with About, Projects and Contact sections
A simple portfolio with About Us
, Projects
and Contact Us
sections created using
Theme UI and MDX
Please refer to Gatsby themes for more information about themes and how to use them. Also the shadowing section explains how you can override the sections of the theme and customize it.
You can install the theme simply by executing the following command within your Gatsby project.
npm i @openarchitex/gatsby-theme-minimal-portfolio
If you'd want to set up a simple portfolio web page this is a great theme to use.
It has three sections About Us
, Projects
and Contact Us
.
// gatsby-config.js
module.exports = {
plugins: [
{
resolve: `@openarchitex/gatsby-theme-minimal-portfolio`,
options: {},
},
],
};
You can use theme shadowing to override the sections in the theme.
All the files relevant to the theme should go under @opanarchitex/gatsby-theme-minimal-portfolio
.
For example banner.mdx
and logo.svg
is overridden in the example site.
From the root of the theme folder (i.e: gatsby-theme-minimal-portfolio
) you can run the theme in development mode using,
yarn gatsby develop
The structure of the repo is as follows:
src/components
: This contains all components
src/templates
: This is the entry point to all the other components
src/sections
: The mdx documents that is used by the theme
src/images
: All images used by the theme
gatsby-plugin-theme-ui
: The styles related to Theme UI
If you have any suggestions for improvement do not hesitate to open an issue or pull request.
FAQs
Minimal portfolio with About, Projects and Contact sections
The npm package @openarchitex/gatsby-theme-minimal-portfolio receives a total of 0 weekly downloads. As such, @openarchitex/gatsby-theme-minimal-portfolio popularity was classified as not popular.
We found that @openarchitex/gatsby-theme-minimal-portfolio demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
Product
Socket now lets you customize pull request alert headers, helping security teams share clear guidance right in PRs to speed reviews and reduce back-and-forth.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.