+
Submit an Article
@@ -42,8 +42,8 @@ export default function SubmitPage() {
{/* Topics We Cover */}
-
-
+
+
Topics We Cover
@@ -88,16 +88,16 @@ export default function SubmitPage() {
{/* How to Submit */}
- How to Submit an Article
+ How to Submit an Article
We welcome contributions from writers, researchers, and experts who share our commitment to thoughtful,
well-researched content. Here's how to submit your article:
{/* Step 1 */}
-
-
-
+
+
+
1
Prepare Your Article
@@ -128,16 +128,16 @@ export default function SubmitPage() {
{/* Step 2 */}
-
-
-
+
+
+
2
Format Your Article
Create a file with this structure:
-
- {`---
+
+ {`---
title: "Your Article Title Here"
author: "Your Name"
date: "2024-01-25"
@@ -164,9 +164,9 @@ Remember to cite your sources and provide value to our readers!`}
{/* Step 3 */}
-
-
-
+
+
+
3
Submit your Article to the GitHub Repo
@@ -176,18 +176,18 @@ Remember to cite your sources and provide value to our readers!`}
{/* Sub-step 3.1 */}
-
-
-
+
+
+
1
Go to our repository
-
+
Visit{" "}
github.com/StabilityNexus/StableViewpoints
@@ -195,9 +195,9 @@ Remember to cite your sources and provide value to our readers!`}
{/* Sub-step 3.2 */}
-
-
-
+
+
+
2
Fork the repository
@@ -208,20 +208,20 @@ Remember to cite your sources and provide value to our readers!`}
{/* Sub-step 3.3 */}
-
-
-
+
+
+
3
Add your images
-
- In your forked repository, click on
public{" "}
+ In your forked repository, click on public{" "}
folder
-
- Then click on
images folder
+ Then click on images folder
- Click "Add file" → "Upload files"
- Drag and drop your images or click "choose your files"
@@ -230,28 +230,28 @@ Remember to cite your sources and provide value to our readers!`}
-
Naming: Use descriptive names with hyphens (e.g.,{" "}
-
bitcoin-price-chart.jpg)
+ bitcoin-price-chart.jpg)
- Commit the images with a message like "Add images for [article title]"
{/* Sub-step 3.4 */}
-
-
-
+
+
+
4
Add your article
-
- Navigate to
public →{" "}
- articles folder
+ Navigate to public →{" "}
+ articles folder
- Click "Add file" → "Create new file"
-
- Name your file:
your-article-title.md (use
+ Name your file: your-article-title.md (use
hyphens instead of spaces)
- Paste your article content in the editor
@@ -259,9 +259,9 @@ Remember to cite your sources and provide value to our readers!`}
{/* Sub-step 3.5 */}
-
-
-
+
+
+
5
Use images in your article
@@ -269,24 +269,24 @@ Remember to cite your sources and provide value to our readers!`}
-
Header image: Set in the frontmatter as{" "}
-
image: "/images/your-header-image.jpg"
+ image: "/images/your-header-image.jpg"
-
Inline images: Use markdown syntax{" "}
-

+ 
-
Image paths: Always start with{" "}
-
/images/ (e.g.,{" "}
- /images/defi-protocol-diagram.png)
+ /images/ (e.g.,{" "}
+ /images/defi-protocol-diagram.png)
{/* Sub-step 3.6 */}
-
-
-
+
+
+
6
Commit your changes
@@ -300,54 +300,54 @@ Remember to cite your sources and provide value to our readers!`}
{/* Step 4 - Add to Index */}
-
-
-
+
+
+
4
Add your Article to the Index
{/* Sub-step 4.1 */}
-
-
-
+
+
+
1
Navigate to the articles index
- Go to public →{" "}
- articles folder, then click on{" "}
- articles-index.json
+ Go to public →{" "}
+ articles folder, then click on{" "}
+ articles-index.json
{/* Sub-step 4.2 */}
-
-
-
+
+
+
2
Edit the file
Click the pencil icon to edit the file, then add your article information to the{" "}
- articles array at the top (it will appear first on
+ articles array at the top (it will appear first on
the website)
{/* Sub-step 4.3 */}
-
-
-
+
+
+
3
Use this format
-
- {`{
+
+ {`{
"slug": "your-article-title",
"title": "Your Article Title Here",
"author": "Your Name",
@@ -360,9 +360,9 @@ Remember to cite your sources and provide value to our readers!`}
{/* Sub-step 4.4 */}
-
-
-
+
+
+
4
Important formatting notes
@@ -371,7 +371,7 @@ Remember to cite your sources and provide value to our readers!`}
Add a comma after the previous entry and ensure proper JSON formatting
Featured articles: Set{" "}
- "featured": true if you want your article
+ "featured": true if you want your article
highlighted with a star (ask us first)
Commit the changes with a message like "Add [article title] to index"
@@ -380,18 +380,18 @@ Remember to cite your sources and provide value to our readers!`}
{/* Step 5 - Create Pull Request */}
-
-
-
+
+
+
5
Create a Pull Request
{/* Sub-step 5.1 */}
-
-
-
+
+
+
1
Start the pull request
@@ -402,9 +402,9 @@ Remember to cite your sources and provide value to our readers!`}
{/* Sub-step 5.2 */}
-
-
-
+
+
+
2
Add details
@@ -416,9 +416,9 @@ Remember to cite your sources and provide value to our readers!`}
{/* Sub-step 5.3 */}
-
-
-
+
+
+
3
Submit
@@ -428,9 +428,9 @@ Remember to cite your sources and provide value to our readers!`}
{/* Step 6 - Review Process */}
-
-
-
+
+
+
6
Review Process
@@ -466,14 +466,14 @@ Remember to cite your sources and provide value to our readers!`}
{/* Image Guidelines */}
-
-
+
+
Image Guidelines
-
-
- Technical Requirements
+
+
+ Technical Requirements
-
Formats: JPG, PNG, or WebP
@@ -490,8 +490,8 @@ Remember to cite your sources and provide value to our readers!`}
-
- Content Guidelines
+
+ Content Guidelines
-
Copyright: Only use images you own or have permission to use
@@ -509,18 +509,18 @@ Remember to cite your sources and provide value to our readers!`}
-
- Naming Convention
+
+ Naming Convention
- Use descriptive, lowercase names with hyphens
-
Examples:{" "}
-
blockchain-network-diagram.jpg,{" "}
- defi-yield-comparison.png
+ blockchain-network-diagram.jpg,{" "}
+ defi-yield-comparison.png
-
Avoid spaces, special characters, or generic names like{" "}
-
image1.jpg
+ image1.jpg
@@ -528,11 +528,11 @@ Remember to cite your sources and provide value to our readers!`}
{/* Submission Guidelines */}
- Submission Guidelines
+ Submission Guidelines
-
-
- Content Standards
+
+
+ Content Standards
-
Original work only - no plagiarism or previously published content
@@ -549,8 +549,8 @@ Remember to cite your sources and provide value to our readers!`}
-
- Technical Requirements
+
+ Technical Requirements
-
Markdown format (.md file)
@@ -568,7 +568,7 @@ Remember to cite your sources and provide value to our readers!`}
{/* Contact */}
- Questions?
+ Questions?
If you have questions about the submission process or want to discuss a potential article idea, contact
us via:
diff --git a/components/footer.tsx b/components/footer.tsx
index 5401ecb..513f64e 100644
--- a/components/footer.tsx
+++ b/components/footer.tsx
@@ -34,9 +34,9 @@ export default function Footer() {
Fostering thoughtful dialogue toward a more stable future.
-
+
Connect with us:
-
+
-
+
+
Topics We Cover
@@ -88,16 +88,16 @@ export default function SubmitPage() {
{/* How to Submit */}
- How to Submit an Article
+ How to Submit an Article
We welcome contributions from writers, researchers, and experts who share our commitment to thoughtful,
well-researched content. Here's how to submit your article:
{/* Step 1 */}
-
-
-
+
+
+
1
Prepare Your Article
@@ -128,16 +128,16 @@ export default function SubmitPage() {
{/* Step 2 */}
-
-
-
+
+
+
2
Format Your Article
Create a file with this structure:
-
- {`---
+
+ {`---
title: "Your Article Title Here"
author: "Your Name"
date: "2024-01-25"
@@ -164,9 +164,9 @@ Remember to cite your sources and provide value to our readers!`}
{/* Step 3 */}
-
-
-
+
+
+
3
Submit your Article to the GitHub Repo
@@ -176,18 +176,18 @@ Remember to cite your sources and provide value to our readers!`}
{/* Sub-step 3.1 */}
-
-
-
+
+
+
1
Go to our repository
-
+
Visit{" "}
github.com/StabilityNexus/StableViewpoints
@@ -195,9 +195,9 @@ Remember to cite your sources and provide value to our readers!`}
{/* Sub-step 3.2 */}
-
-
-
+
+
+
2
Fork the repository
@@ -208,20 +208,20 @@ Remember to cite your sources and provide value to our readers!`}
{/* Sub-step 3.3 */}
-
-
-
+
+
+
3
Add your images
-
- In your forked repository, click on
public{" "}
+ In your forked repository, click on public{" "}
folder
-
- Then click on
images folder
+ Then click on images folder
- Click "Add file" → "Upload files"
- Drag and drop your images or click "choose your files"
@@ -230,28 +230,28 @@ Remember to cite your sources and provide value to our readers!`}
-
Naming: Use descriptive names with hyphens (e.g.,{" "}
-
bitcoin-price-chart.jpg)
+ bitcoin-price-chart.jpg)
- Commit the images with a message like "Add images for [article title]"
{/* Sub-step 3.4 */}
-
-
-
+
+
+
4
Add your article
-
- Navigate to
public →{" "}
- articles folder
+ Navigate to public →{" "}
+ articles folder
- Click "Add file" → "Create new file"
-
- Name your file:
your-article-title.md (use
+ Name your file: your-article-title.md (use
hyphens instead of spaces)
- Paste your article content in the editor
@@ -259,9 +259,9 @@ Remember to cite your sources and provide value to our readers!`}
{/* Sub-step 3.5 */}
-
-
-
+
+
+
5
Use images in your article
@@ -269,24 +269,24 @@ Remember to cite your sources and provide value to our readers!`}
-
Header image: Set in the frontmatter as{" "}
-
image: "/images/your-header-image.jpg"
+ image: "/images/your-header-image.jpg"
-
Inline images: Use markdown syntax{" "}
-

+ 
-
Image paths: Always start with{" "}
-
/images/ (e.g.,{" "}
- /images/defi-protocol-diagram.png)
+ /images/ (e.g.,{" "}
+ /images/defi-protocol-diagram.png)
{/* Sub-step 3.6 */}
-
-
-
+
+
+
6
Commit your changes
@@ -300,54 +300,54 @@ Remember to cite your sources and provide value to our readers!`}
{/* Step 4 - Add to Index */}
-
-
-
+
+
+
4
Add your Article to the Index
{/* Sub-step 4.1 */}
-
-
-
+
+
+
1
Navigate to the articles index
- Go to public →{" "}
- articles folder, then click on{" "}
- articles-index.json
+ Go to public →{" "}
+ articles folder, then click on{" "}
+ articles-index.json
{/* Sub-step 4.2 */}
-
-
-
+
+
+
2
Edit the file
Click the pencil icon to edit the file, then add your article information to the{" "}
- articles array at the top (it will appear first on
+ articles array at the top (it will appear first on
the website)
{/* Sub-step 4.3 */}
-
-
-
+
+
+
3
Use this format
-
- {`{
+
+ {`{
"slug": "your-article-title",
"title": "Your Article Title Here",
"author": "Your Name",
@@ -360,9 +360,9 @@ Remember to cite your sources and provide value to our readers!`}
{/* Sub-step 4.4 */}
-
-
-
+
+
+
4
Important formatting notes
@@ -371,7 +371,7 @@ Remember to cite your sources and provide value to our readers!`}
Add a comma after the previous entry and ensure proper JSON formatting
Featured articles: Set{" "}
- "featured": true if you want your article
+ "featured": true if you want your article
highlighted with a star (ask us first)
Commit the changes with a message like "Add [article title] to index"
@@ -380,18 +380,18 @@ Remember to cite your sources and provide value to our readers!`}
{/* Step 5 - Create Pull Request */}
-
-
-
+
+
+
5
Create a Pull Request
{/* Sub-step 5.1 */}
-
-
-
+
+
+
1
Start the pull request
@@ -402,9 +402,9 @@ Remember to cite your sources and provide value to our readers!`}
{/* Sub-step 5.2 */}
-
-
-
+
+
+
2
Add details
@@ -416,9 +416,9 @@ Remember to cite your sources and provide value to our readers!`}
{/* Sub-step 5.3 */}
-
-
-
+
+
+
3
Submit
@@ -428,9 +428,9 @@ Remember to cite your sources and provide value to our readers!`}
{/* Step 6 - Review Process */}
-
-
-
+
+
+
6
Review Process
@@ -466,14 +466,14 @@ Remember to cite your sources and provide value to our readers!`}
{/* Image Guidelines */}
-
-
+
+
Image Guidelines
-
-
- Technical Requirements
+
+
+ Technical Requirements
-
Formats: JPG, PNG, or WebP
@@ -490,8 +490,8 @@ Remember to cite your sources and provide value to our readers!`}
-
- Content Guidelines
+
+ Content Guidelines
-
Copyright: Only use images you own or have permission to use
@@ -509,18 +509,18 @@ Remember to cite your sources and provide value to our readers!`}
-
- Naming Convention
+
+ Naming Convention
- Use descriptive, lowercase names with hyphens
-
Examples:{" "}
-
blockchain-network-diagram.jpg,{" "}
- defi-yield-comparison.png
+ blockchain-network-diagram.jpg,{" "}
+ defi-yield-comparison.png
-
Avoid spaces, special characters, or generic names like{" "}
-
image1.jpg
+ image1.jpg
@@ -528,11 +528,11 @@ Remember to cite your sources and provide value to our readers!`}
{/* Submission Guidelines */}
- Submission Guidelines
+ Submission Guidelines
-
-
- Content Standards
+
+
+ Content Standards
-
Original work only - no plagiarism or previously published content
@@ -549,8 +549,8 @@ Remember to cite your sources and provide value to our readers!`}
-
- Technical Requirements
+
+ Technical Requirements
-
Markdown format (.md file)
@@ -568,7 +568,7 @@ Remember to cite your sources and provide value to our readers!`}
{/* Contact */}
- Questions?
+ Questions?
If you have questions about the submission process or want to discuss a potential article idea, contact
us via:
diff --git a/components/footer.tsx b/components/footer.tsx
index 5401ecb..513f64e 100644
--- a/components/footer.tsx
+++ b/components/footer.tsx
@@ -34,9 +34,9 @@ export default function Footer() {
Fostering thoughtful dialogue toward a more stable future.
-
+
Connect with us:
-
+
How to Submit an Article
+How to Submit an Article
We welcome contributions from writers, researchers, and experts who share our commitment to thoughtful, well-researched content. Here's how to submit your article:
{/* Step 1 */} -
-
+
+
+
1
Prepare Your Article
@@ -128,16 +128,16 @@ export default function SubmitPage() {
{/* Step 2 */}
-
-
-
+
+
+
2
Format Your Article
Create a file with this structure:
-
- {`---
+
+ {`---
title: "Your Article Title Here"
author: "Your Name"
date: "2024-01-25"
@@ -164,9 +164,9 @@ Remember to cite your sources and provide value to our readers!`}
{/* Step 3 */}
-
-
-
+
+
+
3
Submit your Article to the GitHub Repo
@@ -176,18 +176,18 @@ Remember to cite your sources and provide value to our readers!`}
{/* Sub-step 3.1 */}
-
-
-
+
+
+
1
Go to our repository
-
+
Visit{" "}
github.com/StabilityNexus/StableViewpoints
@@ -195,9 +195,9 @@ Remember to cite your sources and provide value to our readers!`}
{/* Sub-step 3.2 */}
-
-
-
+
+
+
2
Fork the repository
@@ -208,20 +208,20 @@ Remember to cite your sources and provide value to our readers!`}
{/* Sub-step 3.3 */}
-
-
-
+
+
+
3
Add your images
-
- In your forked repository, click on
public{" "}
+ In your forked repository, click on public{" "}
folder
-
- Then click on
images folder
+ Then click on images folder
- Click "Add file" → "Upload files"
- Drag and drop your images or click "choose your files"
@@ -230,28 +230,28 @@ Remember to cite your sources and provide value to our readers!`}
-
Naming: Use descriptive names with hyphens (e.g.,{" "}
-
bitcoin-price-chart.jpg)
+ bitcoin-price-chart.jpg)
- Commit the images with a message like "Add images for [article title]"
{/* Sub-step 3.4 */}
-
-
-
+
+
+
4
Add your article
-
- Navigate to
public →{" "}
- articles folder
+ Navigate to public →{" "}
+ articles folder
- Click "Add file" → "Create new file"
-
- Name your file:
your-article-title.md (use
+ Name your file: your-article-title.md (use
hyphens instead of spaces)
- Paste your article content in the editor
@@ -259,9 +259,9 @@ Remember to cite your sources and provide value to our readers!`}
{/* Sub-step 3.5 */}
-
-
-
+
+
+
5
Use images in your article
@@ -269,24 +269,24 @@ Remember to cite your sources and provide value to our readers!`}
-
Header image: Set in the frontmatter as{" "}
-
image: "/images/your-header-image.jpg"
+ image: "/images/your-header-image.jpg"
-
Inline images: Use markdown syntax{" "}
-

+ 
-
Image paths: Always start with{" "}
-
/images/ (e.g.,{" "}
- /images/defi-protocol-diagram.png)
+ /images/ (e.g.,{" "}
+ /images/defi-protocol-diagram.png)
{/* Sub-step 3.6 */}
-
-
-
+
+
+
6
Commit your changes
@@ -300,54 +300,54 @@ Remember to cite your sources and provide value to our readers!`}
{/* Step 4 - Add to Index */}
-
-
-
+
+
+
4
Add your Article to the Index
{/* Sub-step 4.1 */}
-
-
-
+
+
+
1
Navigate to the articles index
- Go to public →{" "}
- articles folder, then click on{" "}
- articles-index.json
+ Go to public →{" "}
+ articles folder, then click on{" "}
+ articles-index.json
{/* Sub-step 4.2 */}
-
-
-
+
+
+
2
Edit the file
Click the pencil icon to edit the file, then add your article information to the{" "}
- articles array at the top (it will appear first on
+ articles array at the top (it will appear first on
the website)
{/* Sub-step 4.3 */}
-
-
-
+
+
+
3
Use this format
-
- {`{
+
+ {`{
"slug": "your-article-title",
"title": "Your Article Title Here",
"author": "Your Name",
@@ -360,9 +360,9 @@ Remember to cite your sources and provide value to our readers!`}
{/* Sub-step 4.4 */}
-
-
-
+
+
+
4
Important formatting notes
@@ -371,7 +371,7 @@ Remember to cite your sources and provide value to our readers!`}
Add a comma after the previous entry and ensure proper JSON formatting
Featured articles: Set{" "}
- "featured": true if you want your article
+ "featured": true if you want your article
highlighted with a star (ask us first)
Commit the changes with a message like "Add [article title] to index"
@@ -380,18 +380,18 @@ Remember to cite your sources and provide value to our readers!`}
{/* Step 5 - Create Pull Request */}
-
-
-
+
+
+
5
Create a Pull Request
{/* Sub-step 5.1 */}
-
-
-
+
+
+
1
Start the pull request
@@ -402,9 +402,9 @@ Remember to cite your sources and provide value to our readers!`}
{/* Sub-step 5.2 */}
-
-
-
+
+
+
2
Add details
@@ -416,9 +416,9 @@ Remember to cite your sources and provide value to our readers!`}
{/* Sub-step 5.3 */}
-
-
-
+
+
+
3
Submit
@@ -428,9 +428,9 @@ Remember to cite your sources and provide value to our readers!`}
{/* Step 6 - Review Process */}
-
-
-
+
+
+
6
Review Process
@@ -466,14 +466,14 @@ Remember to cite your sources and provide value to our readers!`}
{/* Image Guidelines */}
-
-
+
+
Image Guidelines
-
-
- Technical Requirements
+
+
+ Technical Requirements
-
Formats: JPG, PNG, or WebP
@@ -490,8 +490,8 @@ Remember to cite your sources and provide value to our readers!`}
-
- Content Guidelines
+
+ Content Guidelines
-
Copyright: Only use images you own or have permission to use
@@ -509,18 +509,18 @@ Remember to cite your sources and provide value to our readers!`}
-
- Naming Convention
+
+ Naming Convention
- Use descriptive, lowercase names with hyphens
-
Examples:{" "}
-
blockchain-network-diagram.jpg,{" "}
- defi-yield-comparison.png
+ blockchain-network-diagram.jpg,{" "}
+ defi-yield-comparison.png
-
Avoid spaces, special characters, or generic names like{" "}
-
image1.jpg
+ image1.jpg
@@ -528,11 +528,11 @@ Remember to cite your sources and provide value to our readers!`}
{/* Submission Guidelines */}
- Submission Guidelines
+ Submission Guidelines
-
-
- Content Standards
+
+
+ Content Standards
-
Original work only - no plagiarism or previously published content
@@ -549,8 +549,8 @@ Remember to cite your sources and provide value to our readers!`}
-
- Technical Requirements
+
+ Technical Requirements
-
Markdown format (.md file)
@@ -568,7 +568,7 @@ Remember to cite your sources and provide value to our readers!`}
{/* Contact */}
- Questions?
+ Questions?
If you have questions about the submission process or want to discuss a potential article idea, contact
us via:
diff --git a/components/footer.tsx b/components/footer.tsx
index 5401ecb..513f64e 100644
--- a/components/footer.tsx
+++ b/components/footer.tsx
@@ -34,9 +34,9 @@ export default function Footer() {
Fostering thoughtful dialogue toward a more stable future.
-
+
Connect with us:
-
+
+ 1 Prepare Your Article @@ -128,16 +128,16 @@ export default function SubmitPage() {
-
+
+
+
2
Format Your Article
Create a file with this structure:
-
- {`---
+
+ {`---
title: "Your Article Title Here"
author: "Your Name"
date: "2024-01-25"
@@ -164,9 +164,9 @@ Remember to cite your sources and provide value to our readers!`}
{/* Step 3 */}
-
-
-
+
+
+
3
Submit your Article to the GitHub Repo
@@ -176,18 +176,18 @@ Remember to cite your sources and provide value to our readers!`}
{/* Sub-step 3.1 */}
-
-
-
+
+
+
1
Go to our repository
-
+
Visit{" "}
github.com/StabilityNexus/StableViewpoints
@@ -195,9 +195,9 @@ Remember to cite your sources and provide value to our readers!`}
{/* Sub-step 3.2 */}
-
-
-
+
+
+
2
Fork the repository
@@ -208,20 +208,20 @@ Remember to cite your sources and provide value to our readers!`}
{/* Sub-step 3.3 */}
-
-
-
+
+
+
3
Add your images
-
- In your forked repository, click on
public{" "}
+ In your forked repository, click on public{" "}
folder
-
- Then click on
images folder
+ Then click on images folder
- Click "Add file" → "Upload files"
- Drag and drop your images or click "choose your files"
@@ -230,28 +230,28 @@ Remember to cite your sources and provide value to our readers!`}
-
Naming: Use descriptive names with hyphens (e.g.,{" "}
-
bitcoin-price-chart.jpg)
+ bitcoin-price-chart.jpg)
- Commit the images with a message like "Add images for [article title]"
{/* Sub-step 3.4 */}
-
-
-
+
+
+
4
Add your article
-
- Navigate to
public →{" "}
- articles folder
+ Navigate to public →{" "}
+ articles folder
- Click "Add file" → "Create new file"
-
- Name your file:
your-article-title.md (use
+ Name your file: your-article-title.md (use
hyphens instead of spaces)
- Paste your article content in the editor
@@ -259,9 +259,9 @@ Remember to cite your sources and provide value to our readers!`}
{/* Sub-step 3.5 */}
-
-
-
+
+
+
5
Use images in your article
@@ -269,24 +269,24 @@ Remember to cite your sources and provide value to our readers!`}
-
Header image: Set in the frontmatter as{" "}
-
image: "/images/your-header-image.jpg"
+ image: "/images/your-header-image.jpg"
-
Inline images: Use markdown syntax{" "}
-

+ 
-
Image paths: Always start with{" "}
-
/images/ (e.g.,{" "}
- /images/defi-protocol-diagram.png)
+ /images/ (e.g.,{" "}
+ /images/defi-protocol-diagram.png)
{/* Sub-step 3.6 */}
-
-
-
+
+
+
6
Commit your changes
@@ -300,54 +300,54 @@ Remember to cite your sources and provide value to our readers!`}
{/* Step 4 - Add to Index */}
-
-
-
+
+
+
4
Add your Article to the Index
{/* Sub-step 4.1 */}
-
-
-
+
+
+
1
Navigate to the articles index
- Go to public →{" "}
- articles folder, then click on{" "}
- articles-index.json
+ Go to public →{" "}
+ articles folder, then click on{" "}
+ articles-index.json
{/* Sub-step 4.2 */}
-
-
-
+
+
+
2
Edit the file
Click the pencil icon to edit the file, then add your article information to the{" "}
- articles array at the top (it will appear first on
+ articles array at the top (it will appear first on
the website)
{/* Sub-step 4.3 */}
-
-
-
+
+
+
3
Use this format
-
- {`{
+
+ {`{
"slug": "your-article-title",
"title": "Your Article Title Here",
"author": "Your Name",
@@ -360,9 +360,9 @@ Remember to cite your sources and provide value to our readers!`}
{/* Sub-step 4.4 */}
-
-
-
+
+
+
4
Important formatting notes
@@ -371,7 +371,7 @@ Remember to cite your sources and provide value to our readers!`}
Add a comma after the previous entry and ensure proper JSON formatting
Featured articles: Set{" "}
- "featured": true if you want your article
+ "featured": true if you want your article
highlighted with a star (ask us first)
Commit the changes with a message like "Add [article title] to index"
@@ -380,18 +380,18 @@ Remember to cite your sources and provide value to our readers!`}
{/* Step 5 - Create Pull Request */}
-
-
-
+
+
+
5
Create a Pull Request
{/* Sub-step 5.1 */}
-
-
-
+
+
+
1
Start the pull request
@@ -402,9 +402,9 @@ Remember to cite your sources and provide value to our readers!`}
{/* Sub-step 5.2 */}
-
-
-
+
+
+
2
Add details
@@ -416,9 +416,9 @@ Remember to cite your sources and provide value to our readers!`}
{/* Sub-step 5.3 */}
-
-
-
+
+
+
3
Submit
@@ -428,9 +428,9 @@ Remember to cite your sources and provide value to our readers!`}
{/* Step 6 - Review Process */}
-
-
-
+
+
+
6
Review Process
@@ -466,14 +466,14 @@ Remember to cite your sources and provide value to our readers!`}
{/* Image Guidelines */}
-
-
+
+
Image Guidelines
-
-
- Technical Requirements
+
+
+ Technical Requirements
-
Formats: JPG, PNG, or WebP
@@ -490,8 +490,8 @@ Remember to cite your sources and provide value to our readers!`}
-
- Content Guidelines
+
+ Content Guidelines
-
Copyright: Only use images you own or have permission to use
@@ -509,18 +509,18 @@ Remember to cite your sources and provide value to our readers!`}
-
- Naming Convention
+
+ Naming Convention
- Use descriptive, lowercase names with hyphens
-
Examples:{" "}
-
blockchain-network-diagram.jpg,{" "}
- defi-yield-comparison.png
+ blockchain-network-diagram.jpg,{" "}
+ defi-yield-comparison.png
-
Avoid spaces, special characters, or generic names like{" "}
-
image1.jpg
+ image1.jpg
@@ -528,11 +528,11 @@ Remember to cite your sources and provide value to our readers!`}
{/* Submission Guidelines */}
- Submission Guidelines
+ Submission Guidelines
-
-
- Content Standards
+
+
+ Content Standards
-
Original work only - no plagiarism or previously published content
@@ -549,8 +549,8 @@ Remember to cite your sources and provide value to our readers!`}
-
- Technical Requirements
+
+ Technical Requirements
-
Markdown format (.md file)
@@ -568,7 +568,7 @@ Remember to cite your sources and provide value to our readers!`}
{/* Contact */}
- Questions?
+ Questions?
If you have questions about the submission process or want to discuss a potential article idea, contact
us via:
diff --git a/components/footer.tsx b/components/footer.tsx
index 5401ecb..513f64e 100644
--- a/components/footer.tsx
+++ b/components/footer.tsx
@@ -34,9 +34,9 @@ export default function Footer() {
Fostering thoughtful dialogue toward a more stable future.
-
+
Connect with us:
-
+
+ 2 Format Your Article
Create a file with this structure:
-{`---
+
+ {`---
title: "Your Article Title Here"
author: "Your Name"
date: "2024-01-25"
@@ -164,9 +164,9 @@ Remember to cite your sources and provide value to our readers!`}
{/* Step 3 */}
-
-
-
+
+
+
3
Submit your Article to the GitHub Repo
@@ -176,18 +176,18 @@ Remember to cite your sources and provide value to our readers!`}
{/* Sub-step 3.1 */}
-
-
-
+
+
+
1
Go to our repository
-
+
Visit{" "}
github.com/StabilityNexus/StableViewpoints
@@ -195,9 +195,9 @@ Remember to cite your sources and provide value to our readers!`}
{/* Sub-step 3.2 */}
-
-
-
+
+
+
2
Fork the repository
@@ -208,20 +208,20 @@ Remember to cite your sources and provide value to our readers!`}
{/* Sub-step 3.3 */}
-
-
-
+
+
+
3
Add your images
-
- In your forked repository, click on
public{" "}
+ In your forked repository, click on public{" "}
folder
-
- Then click on
images folder
+ Then click on images folder
- Click "Add file" → "Upload files"
- Drag and drop your images or click "choose your files"
@@ -230,28 +230,28 @@ Remember to cite your sources and provide value to our readers!`}
-
Naming: Use descriptive names with hyphens (e.g.,{" "}
-
bitcoin-price-chart.jpg)
+ bitcoin-price-chart.jpg)
- Commit the images with a message like "Add images for [article title]"
{/* Sub-step 3.4 */}
-
-
-
+
+
+
4
Add your article
-
- Navigate to
public →{" "}
- articles folder
+ Navigate to public →{" "}
+ articles folder
- Click "Add file" → "Create new file"
-
- Name your file:
your-article-title.md (use
+ Name your file: your-article-title.md (use
hyphens instead of spaces)
- Paste your article content in the editor
@@ -259,9 +259,9 @@ Remember to cite your sources and provide value to our readers!`}
{/* Sub-step 3.5 */}
-
-
-
+
+
+
5
Use images in your article
@@ -269,24 +269,24 @@ Remember to cite your sources and provide value to our readers!`}
-
Header image: Set in the frontmatter as{" "}
-
image: "/images/your-header-image.jpg"
+ image: "/images/your-header-image.jpg"
-
Inline images: Use markdown syntax{" "}
-

+ 
-
Image paths: Always start with{" "}
-
/images/ (e.g.,{" "}
- /images/defi-protocol-diagram.png)
+ /images/ (e.g.,{" "}
+ /images/defi-protocol-diagram.png)
{/* Sub-step 3.6 */}
-
-
-
+
+
+
6
Commit your changes
@@ -300,54 +300,54 @@ Remember to cite your sources and provide value to our readers!`}
{/* Step 4 - Add to Index */}
-
-
-
+
+
+
4
Add your Article to the Index
{/* Sub-step 4.1 */}
-
-
-
+
+
+
1
Navigate to the articles index
- Go to public →{" "}
- articles folder, then click on{" "}
- articles-index.json
+ Go to public →{" "}
+ articles folder, then click on{" "}
+ articles-index.json
{/* Sub-step 4.2 */}
-
-
-
+
+
+
2
Edit the file
Click the pencil icon to edit the file, then add your article information to the{" "}
- articles array at the top (it will appear first on
+ articles array at the top (it will appear first on
the website)
{/* Sub-step 4.3 */}
-
-
-
+
+
+
3
Use this format
-
- {`{
+
+ {`{
"slug": "your-article-title",
"title": "Your Article Title Here",
"author": "Your Name",
@@ -360,9 +360,9 @@ Remember to cite your sources and provide value to our readers!`}
{/* Sub-step 4.4 */}
-
-
-
+
+
+
4
Important formatting notes
@@ -371,7 +371,7 @@ Remember to cite your sources and provide value to our readers!`}
Add a comma after the previous entry and ensure proper JSON formatting
Featured articles: Set{" "}
- "featured": true if you want your article
+ "featured": true if you want your article
highlighted with a star (ask us first)
Commit the changes with a message like "Add [article title] to index"
@@ -380,18 +380,18 @@ Remember to cite your sources and provide value to our readers!`}
{/* Step 5 - Create Pull Request */}
-
-
-
+
+
+
5
Create a Pull Request
{/* Sub-step 5.1 */}
-
-
-
+
+
+
1
Start the pull request
@@ -402,9 +402,9 @@ Remember to cite your sources and provide value to our readers!`}
{/* Sub-step 5.2 */}
-
-
-
+
+
+
2
Add details
@@ -416,9 +416,9 @@ Remember to cite your sources and provide value to our readers!`}
{/* Sub-step 5.3 */}
-
-
-
+
+
+
3
Submit
@@ -428,9 +428,9 @@ Remember to cite your sources and provide value to our readers!`}
{/* Step 6 - Review Process */}
-
-
-
+
+
+
6
Review Process
@@ -466,14 +466,14 @@ Remember to cite your sources and provide value to our readers!`}
{/* Image Guidelines */}
-
-
+
+
Image Guidelines
-
-
- Technical Requirements
+
+
+ Technical Requirements
-
Formats: JPG, PNG, or WebP
@@ -490,8 +490,8 @@ Remember to cite your sources and provide value to our readers!`}
-
- Content Guidelines
+
+ Content Guidelines
-
Copyright: Only use images you own or have permission to use
@@ -509,18 +509,18 @@ Remember to cite your sources and provide value to our readers!`}
-
- Naming Convention
+
+ Naming Convention
- Use descriptive, lowercase names with hyphens
-
Examples:{" "}
-
blockchain-network-diagram.jpg,{" "}
- defi-yield-comparison.png
+ blockchain-network-diagram.jpg,{" "}
+ defi-yield-comparison.png
-
Avoid spaces, special characters, or generic names like{" "}
-
image1.jpg
+ image1.jpg
@@ -528,11 +528,11 @@ Remember to cite your sources and provide value to our readers!`}
{/* Submission Guidelines */}
- Submission Guidelines
+ Submission Guidelines
-
-
- Content Standards
+
+
+ Content Standards
-
Original work only - no plagiarism or previously published content
@@ -549,8 +549,8 @@ Remember to cite your sources and provide value to our readers!`}
-
- Technical Requirements
+
+ Technical Requirements
-
Markdown format (.md file)
@@ -568,7 +568,7 @@ Remember to cite your sources and provide value to our readers!`}
{/* Contact */}
- Questions?
+ Questions?
If you have questions about the submission process or want to discuss a potential article idea, contact
us via:
diff --git a/components/footer.tsx b/components/footer.tsx
index 5401ecb..513f64e 100644
--- a/components/footer.tsx
+++ b/components/footer.tsx
@@ -34,9 +34,9 @@ export default function Footer() {
Fostering thoughtful dialogue toward a more stable future.
-
+
Connect with us:
-
+