Skip to content

A mutable appendix for my stories. [Next + Contentlayer + Laravel + Orbit (Markdown)]

Notifications You must be signed in to change notification settings

michaelvcolianna/guildlibrary.colianna.net

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Guild Library Appendix

A mutable appendix for my stories. This was a learning project for me, to showcase I could learn a good chunk of Next quickly AND that I know TypeScript. If anyone stumbles across this and has suggestions for better ways to do things, send 'em over! I try to search for best practices when I'm making something like this, and love to see what could be done differently. (Ex: I know I could probably use the Context API for my global state instead of leaning on local storage so heavily.)

Info

This is a Next.js project bootstrapped with create-next-app. It is using Contentlayer to retrieve local Markdown files that I manage with a custom Laravel backend that utilizes Orbit. Styling is TailwindCSS.