Git Product home page Git Product logo

portal-blog's Introduction

Portal Network Blog

This is the source repository for the Portal Network blog hosted at https://blog.ethportal.net

Adding posts

Option A: Clone the repository and create a feature branch. PR from your branch into main Option B: Fork the repository and PR from your fork to main

Prepare your development environment by navigating to your project directory and:

npm i next react react-dom nextra nextra-theme-blog

If you want to add a post to the blog, you should add a page to pages/posts. The page should be a markdown file, and it should begin with the following frontmatter:

---
title: <title that will appear in the feed>
date: <date posted>
description: <short description that will appear in feed>
tag: <theme tage>
author: < your name / handle>
---

The tags should describe the theme of the post. Try to re-use tags from previous posts where possible.

No other changes are required, as files in pages/posts are automatically detected and added to the feed on the front page.

Add the page by PR to the main branch.

Check the changes locally using

npm run dev

portal-blog's People

Contributors

jmcook1186 avatar kolbyml avatar pipermerriam avatar njgheorghita avatar scottypoi avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.