import Head from 'next/head' import styles from '../styles/Home.module.css' import { Page, Spacer } from '@geist-ui/core' import Header from '../components/header' import { ThemeProps } from './_app' import Document from '../components/document' const Home = ({ theme, changeTheme }: ThemeProps) => { return ( Drift
What is the absolute closest thing to GitHub Gist that can be self-hosted? In terms of design and functionality. Hosts images and markdown, rendered. Creates links that can be private or public. Uses/requires registration. I have looked at dozens of pastebin-like things. `} title={`Welcome to Drift.md`} initialTab={`preview`} /> ) } export default Home