Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 1.39 KB

bio-json.mdx

File metadata and controls

41 lines (29 loc) · 1.39 KB

import DocsLayout from "@components/layouts/DocsLayout.js"; import ClipboardCopy from "@components/ClipboardCopy"; import Link from "@components/Link";

Bio - with JSON

Describe in a few words who you are.

The bio string in the json file is special! It allows for the use of Markdown. This will allow you to use the formatting styles like italic and bold.

Markdown

  1. Find your json file in the data folder using your GitHub username, for example data/sarajaoude.json

If you need help on how to edit this file, please see the Editing Guide

  1. In the bio string, you can wrap text in double asterisk to make it bold, here is an example
```json { "bio": "Open Source DevRel | Founder of **EddieHub** | **GitHub** Star" } ```

BioDrop profile using markdown in bio

  1. Now you can commit your file and create a Pull Request, for more details please see Editing Guide

Clicks on these social shortcuts that match any of your links will also increment their respective counters

export default ({ children }) => ( <DocsLayout title="BioDrop Bio Documentation" section="Customising your Profile" name="Bio"

{children}
);