![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
@arshad/gatsby-theme-phoenix
Advanced tools
@arshad/gatsby-theme-phoenix A Gatsby theme that bundles a blog, portfolio, photography and podcast. It uses Tailwind CSS for theming and includes code highlighting with Pris
A Gatsby theme that bundles a blog, portfolio, photography and podcast. It uses Tailwind CSS for theming and includes code highlighting with Prism, RSS feed, a dark mode and great typography. It is accessible and optimized for search engines.
gatsby new site arshad/gatsby-starter-phoenix
gatsby new my-site arshad/gatsby-starter-phoenix
.env
Copy .env.example
to .env
and update SITE_URL
.
cd my-site/
gatsby develop
Place your pages inside content/pages
as follows:
my-site
├── content
│ └── pages
│ └── about
│ ├── image.jpg
│ └── index.mdx
├── node_modules
├── gatsby-config.js
└── package.json
content/pages/about/index.mdx:
title: Hello, I'm Nulla Texier
excerpt: Temporibus tenetur eveniet ipsa. Enim eum consequatur magnam. Nulla quaerat est nam consequatur magnam.
Place your blog posts inside content/posts
as follows:
my-site
├── content
│ └── posts
│ └── 2019-11-19-slug-for-post
│ ├── image.jpg
│ └── index.mdx
├── node_modules
├── gatsby-config.js
└── package.json
content/posts/2019-11-19-slug-for-post/index.mdx:
---
title: Mollitia quaerat perspiciatis eaque vel officiis
date: 2018-09-01
excerpt: Nobis et distinctio ipsam officia rem similique. Ipsa facilis doloremque quos culpa similique quidem autem. Expedita doloribus.
image: ./image.jpg
caption: Illustration by <a href="https://illlustrations.co">illlustrations.co</a>
tags: ["nobis", "animi"]
---
Et aliquip labore id minim adipisicing excepteur labore in ex deserunt duis quis cillum in. Sint enim proident incididunt cillum esse sit sunt laboris dolore. Eu qui proident eu ut eiusmod sunt aliquip ut dolor. Ipsum consequat culpa officia dolor.
Place your projects inside content/projects
as follows:
my-site
├── content
│ └── projects
│ └── name-of-project
│ ├── image.jpg
│ └── index.mdx
├── node_modules
├── gatsby-config.js
└── package.json
content/projects/name-of-project/index.mdx:
---
title: Aspernatur voluptates
excerpt: Quos totam nihil saepe ipsam incidunt. Quo ipsam soluta sapiente.
url: https://example.com
image: image.jpg
---
Place your photos inside content/photos
as follows:
site
├── content
│ └── photos
│ └── photo-1
│ ├── photo.jpg
│ └── index.mdx
├── node_modules
├── gatsby-config.js
└── package.json
content/photos/photo-1/index.mdx
---
title: Proident enim aliqua
date: 2019-10-11
excerpt: Consequat consectetur mollit commodo nisi reprehent velit aliqua quis nisi laborum.
image: ./photo.jpg
---
Et aliquip labore id minim adipisicing excepteur labore in ex deserunt duis quis cillum in.
The following theme options and configuration is available:
// gatsby-config.js
{
title: `Phoenix.`,
description: `Description for your site.`,
siteUrl: process.env.SITE_URL,
startUrl: `/`,
copyright: `© YYYY Phoenix. All rights reserved.`,
icon: `src/images/icon.png`,
color: `#3C64F1`,
menuLinks: [
{
name: "Home",
link: "/",
},
{
name: "Projects",
link: "/projects",
},
{
name: "Portfolio",
link: "/portfolio",
},
{
name: "Podcast",
link: "/podcast",
},
{
name: "About",
link: "/about",
},
{
name: "Contact",
link: "/contact",
},
],
socialLinks: [
{
name: "Twitter",
url: "https://twitter.com/arshadcn",
icon: "twitter",
},
{
name: "Github",
url: "https://github.com/arshad",
icon: "github",
},
],
}
Gatsby uses shadowing for theme customization. You can read more about it here.
Create an issue on the main repo @arshad/gatsby-themes.
FAQs
@arshad/gatsby-theme-phoenix A Gatsby theme that bundles a blog, portfolio, photography and podcast. It uses Tailwind CSS for theming and includes code highlighting with Pris
The npm package @arshad/gatsby-theme-phoenix receives a total of 1 weekly downloads. As such, @arshad/gatsby-theme-phoenix popularity was classified as not popular.
We found that @arshad/gatsby-theme-phoenix demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.