All Projects → MaggieAppleton → maggieappleton.com-V2

MaggieAppleton / maggieappleton.com-V2

Licence: other
A digital garden built with Next.js, React, and MDX. Featuring loosely opinionated notes, half-formed ideas, and content that is always growing.

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to maggieappleton.com-V2

foamy-nextjs
Basic Foam + NextJS with MDX starter for building a digital garden
Stars: ✭ 58 (-64.42%)
Mutual labels:  digital-garden
Xuanwo
Learn, work and think in an open-source way!
Stars: ✭ 35 (-78.53%)
Mutual labels:  digital-garden
facebook-reaction-animation
Facebook Reaction Animation made with React and FramerMotion.
Stars: ✭ 24 (-85.28%)
Mutual labels:  framer-motion
hyperdraft
Turn your notes into a website.
Stars: ✭ 59 (-63.8%)
Mutual labels:  digital-garden
digital-garden
당근마켓 공개 지식 저장소
Stars: ✭ 309 (+89.57%)
Mutual labels:  digital-garden
foam-template-gatsby-theme-primer-wiki
Another Foam template that use gatsby-theme-primer-wiki
Stars: ✭ 20 (-87.73%)
Mutual labels:  digital-garden
mycorrhiza
🍄📑 Filesystem and git-based wiki engine written in Go using Mycomarkup as its primary markup language.
Stars: ✭ 142 (-12.88%)
Mutual labels:  digital-garden
blue-book
My personal knowledge repository
Stars: ✭ 464 (+184.66%)
Mutual labels:  digital-garden
awesome-digital-gardens
Inspirational digital gardens and resources for building your own 🍄🌻🌺🌿🌷🌼🌳🌻🌷🌼🌼🌻
Stars: ✭ 77 (-52.76%)
Mutual labels:  digital-garden
next-ts-starter
A Next.JS powered Typescript starter with styled components, styled-system, framer motion, jest and cypress
Stars: ✭ 27 (-83.44%)
Mutual labels:  framer-motion
wiki
从diy行为艺术到diy苏格拉底式对话,从diy一个仪式到diy一次旷课,各种活动指南的百科。diy💔是706孵化的一个非代码开源项目。
Stars: ✭ 49 (-69.94%)
Mutual labels:  digital-garden
simply-jekyll
A simple yet highly functional jekyll theme with backlinks, wiki-style links, context menu, page preview, sidenote etc
Stars: ✭ 153 (-6.13%)
Mutual labels:  digital-garden
next-mdx-digital-garden-starter
An opinionated starting point for Digital Garden content authoring.
Stars: ✭ 50 (-69.33%)
Mutual labels:  digital-garden
almanacs
A recipe for everything 🗒️
Stars: ✭ 47 (-71.17%)
Mutual labels:  digital-garden
understory.garden
Understory is a digital garden, a micro-publishing space for you to plant the seeds of your ideas and grow them into bi-directionally linked web portals. It's a social zettelkasten that lets users use Web Monetization to get paid when people spend time with their content.
Stars: ✭ 27 (-83.44%)
Mutual labels:  digital-garden
.dev
รวมความรู้ด้าน Coding เป็นภาษาไทย
Stars: ✭ 20 (-87.73%)
Mutual labels:  digital-garden
garden
A digital garden prototype - my notes and links are here
Stars: ✭ 23 (-85.89%)
Mutual labels:  digital-garden
.com
Digital garden built using Next13, Typescript, and a bunch of goodies
Stars: ✭ 186 (+14.11%)
Mutual labels:  digital-garden
gitline
Github repositories timeline 📑
Stars: ✭ 32 (-80.37%)
Mutual labels:  framer-motion
quartz
🌱 host your own second brain and digital garden for free
Stars: ✭ 374 (+129.45%)
Mutual labels:  digital-garden

Maggie's Digital Garden

This is the source code for maggieappleton.com, a digital garden filled with growing notes, essays, and design patterns.

It's open source to let people poke around and get ideas for their own garden. However, I'd rather you didn't fork it wholesale in order to build you own garden. First because my code is a hot mess (I am a developer by necessity, not by profession or choice), and second because I designed it according to my own aesthetic preferences, and functional needs / desires. Yours won't be the same.

It's also awkward when I stumble on someone else's website that is an exact expression of my own design taste and identity. Like walking in on someone wearing your clothing. That said, you can do what you like on the web and I'm not going to make a huge fuss about it.

I strongly encourage you to build your own garden! I keep a curated list of tools and resources that can help you do so.

The Stack

Design System

  • Global variables declared in components/GlobalStyles.js
  • Set on an 8-pixel grid; 2, 4, 8, 12, 16, 24, 32, 40, 48, 64, 80, 96, 128, 160. This is definitely too many size options. Should review and cut it down in the future.
  • Fonts are Canela Deck for headings, Canela Text for longform body, and Lato as a sans-serif workhorse font for practical UI components.
  • Type set on a fluid scale using fancy calculations from the Utopia system

MDX Components

  • <ProseWrapper /> wraps around all MDX longform copy. Limits it to 72ch and places it in grid-column: 2.
  • Layout elements
    • <TwoColumn />
    • <ThreeColumn />
  • Image elements
    • <Img /> escapes the grid-column: 2 placement and sets a max-width of 1000px. Optional override with width prop. Minimal styles, replaces the default img element.
    • <BasicImage /> is more fully features - includes an optional caption from the alt text.
    • <ImageFrame/> adds a slight frame and drop-shadow. Useful for screenshots.

Images

I'm using Josh Comeau's full bleed image trick with CSS grid.

  • All images in mdx files are passed into <img />. It declares a default width of 1000px and accepts an optional width prop
  • <BasicImage /> will stretch the image across the full canvas, optionally accepts a declared width prop.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].