GithubHelp home page GithubHelp logo

darnocer / microdose-faq Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 988 KB

Home Page: https://microdose-faq.vercel.app

License: MIT License

CSS 1.76% TypeScript 14.40% JavaScript 4.63% MDX 79.21%

microdose-faq's Introduction

๐Ÿ„ Visit microdose.wiki

โœจ Overview

The goal of this project is to share accurate information about microdosing, specifically with psilocybin mushrooms, for someone that may be interested in trying microdosing as a means of improving their cognition or wellbeing. The information on this site is not comprehensive, but is designed to provide an overview in order to aid making an informed decision on whether or not microdosing is right for them. It is not a replacement for consulting with a medical professional.

Full Obligatory Disclaimer

MICRODOSING IS NOT FOR EVERYONE. This guide is purely for informational and educational purposes in order to support the safe and respectful use of sacred natural medicine for healing and transformation. We are not promoting mindless consumption of these powerful substances. Always do your own research and consult with a medical professional, especially if you are taking antidepressants, and especially if you are taking SSRIs. We are not doctors, and any information we share is not intended to treat, diagnose, or cure any physical or mental illness. If you choose to microdose or consume any dose of any psychedelic substance, you choose to do so as a personal choice of your own free will, not because of the recommendation of any outside parties, including us. Please take full ownership and responsibility for your own choices, especially those impacting your mental and physical health <3

๐Ÿ’ป Development

Built With

This site is using Nextra, a documentation site framework using Next.js and MDX

Getting Started

Install dependencies:

pnpm install

Run development server:

pnpm dev

View on http://localhost:3000/.

Content

All content is added as .mdx files to /pages. By default, it maps all .md or .mdx content in alphbetical order of the filename.

The default structure can be overridden with _meta.json:

Example:

{
  "index": "My Homepage",
  "contact": "Contact Us",
  "about": "About Us"
}

Configuration

All configuration with the Nextra theme is done in theme.config.tsx. Some configuration options are included here for reference. The full theme configuration documentation can be found here.

Banner

The banner dismissal is saved in localStorage. Update the key when the text is updated to ensure the banner is shown again for all users.

  banner: {
    key: "welcome",
    text: "๐Ÿ„ Welcome to micodose.wiki!",
  },

Table of Contents

The ToC displays on the right-hand side of a page. Extra content can be displayed with toc.extraContent.

Here is an example of a property value being a React node (ie. extending the configuration with a custom component):

import TocCallout from "./components/toccallout";
//...
const config: DocsThemeConfig = {
  //...
  toc: {
    extraContent: <TocCallout />,
  },
  //...
};

Feedback/Edit Links

These links will automatically point to the specified repository. Use these options to customize these links, or set to null to disable.

  • Feedback: feedback.content
  • Edit Link: editLink.component

Footer

Customize the footer with footer.component or update the default content using footer.text.

Built-Ins

Nextra includes a few built-in components to be used in MDX which includes:

Callouts

import { Callout } from "nextra/components";

<Callout type="info" emoji="โ„น๏ธ">
  Today is Friday.
</Callout>;

Tabs

import { Tabs } from "nextra/components";

<Tabs items={["pnpm", "npm", "yarn"]}>
  <Tabs.Tab>**pnpm**: Fast, disk space efficient package manager.</Tabs.Tab>
  <Tabs.Tab>
    **npm** is a package manager for the JavaScript programming language.
  </Tabs.Tab>
  <Tabs.Tab>**Yarn** is a software packaging system.</Tabs.Tab>
</Tabs>;

Icons

import { Cards, Card } from "nextra/components";
import { CardsIcon, OneIcon, WarningIcon } from "../../icons";

<Cards>
  <Card
    icon={<WarningIcon />}
    title="Callout"
    href="/docs/guide/built-ins/callout"
  />
  <Card icon={<CardsIcon />} title="Tabs" href="/docs/guide/built-ins/tabs" />
  <Card icon={<OneIcon />} title="Steps" href="/docs/guide/built-ins/steps" />
</Cards>;

Steps

import { Steps } from "nextra/components";

<Steps>### Step 1 Contents for step 1. ### Step 2 Contents for step 2.</Steps>;

Custom CSS

This project is using Tailwind. Global Tailwind configuration is done in tailwind.config.js. Full documentation on Tailwind can be found here.

The @tailwind directives were added to globals.css and the CSS was imported into /pages/_app.tsx.

๐Ÿ‘ฏโ€โ™€๏ธ Contributing

Contributions to the content are welcome, espescially if there is inaccurate information.

  1. Fork the project
  2. Make the necessary edits to the markdown files
  3. Submit a pull request

Be sure to include in the comments why you are making the change. Always include cited sources.

โœ‰๏ธ Contact

This site was made by Darian. You can get in touch with me at [email protected].


WHILE WE'VE TRIED OUR BEST TO PROVIDE THOROUGH EDUCATIONAL INFORMATION, THIS GUIDE IS IN NO WAY A REPLACEMENT FOR DOING YOUR OWN RESEARCH AND CONSULTING WITH A MEDICAL PROFESSIONAL. ALWAYS BE AWARE OF THE RISKS BEFORE CONSUMING THESE MIND-ALTERING SUBSTANCES.

microdose-faq's People

Contributors

darnocer avatar

Watchers

 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.