All Projects → logan-anderson → blog-nextjs-tina-tailwind

logan-anderson / blog-nextjs-tina-tailwind

Licence: other
logana.dev

Programming Languages

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

Projects that are alternatives of or similar to blog-nextjs-tina-tailwind

nx-extend
Nx Workspaces builders and tools
Stars: ✭ 67 (+252.63%)
Mutual labels:  vercel
octoclairvoyant-webapp
Compare GitHub changelogs across multiple releases in a single view.
Stars: ✭ 45 (+136.84%)
Mutual labels:  vercel
unity-now
▲ Vercel Now plugin for Unity. Deploy WebGL builds with ease
Stars: ✭ 21 (+10.53%)
Mutual labels:  vercel
website
The Algorithms website providing GitHub's largest open-source algorithm library.
Stars: ✭ 616 (+3142.11%)
Mutual labels:  vercel
nextjs-cron
Cron jobs with Github Actions for Next.js apps on Vercel▲
Stars: ✭ 144 (+657.89%)
Mutual labels:  vercel
react-production-deployment
Deploy your React app to production on Netlify, Vercel and Heroku
Stars: ✭ 51 (+168.42%)
Mutual labels:  vercel
deploy-to-vercel-action
🎬▲ Deploy your project to Vercel using GitHub Actions. Supports PR previews and GitHub deployments.
Stars: ✭ 84 (+342.11%)
Mutual labels:  vercel
StalkStock
A virtual trading website to practice trading stocks using virtual money.
Stars: ✭ 22 (+15.79%)
Mutual labels:  vercel
waifu-generator
Let's pick up your favorite waifu just from the API
Stars: ✭ 31 (+63.16%)
Mutual labels:  vercel
waline
💬 A Simple, Safe Comment System
Stars: ✭ 1,145 (+5926.32%)
Mutual labels:  vercel
grammer-blog
My personal blog about programming or random stuff. Made using Vue JS 2 and Gridsome as a jamstack framework for Vue JS. Hosted on vercel
Stars: ✭ 14 (-26.32%)
Mutual labels:  vercel
jahir.dev
My personal website 💎 – Built using Next.js, TypeScript, MDX, contentlayer, Notion and Stitches styled components
Stars: ✭ 119 (+526.32%)
Mutual labels:  vercel
nextjs-monorepo-example
Collection of monorepo tips & tricks
Stars: ✭ 874 (+4500%)
Mutual labels:  vercel
linkin
Linkin is a customizable self hosted link tree platform.
Stars: ✭ 62 (+226.32%)
Mutual labels:  vercel
commercejs-chopchop-demo
A Commerce.js starter kit for Next.js. A beautifully designed elegantly developed, end to end commerce experience for developers and agencies. Pre-integrated with Stripe. One-click deploy to Vercel.
Stars: ✭ 129 (+578.95%)
Mutual labels:  vercel
netlify-cms-oauth-provider-node
A stateless external OAuth provider for netlify-cms with built-in support for Vercel serverless functions
Stars: ✭ 30 (+57.89%)
Mutual labels:  vercel
frontend-developer-coding-challenge
Are your looking for a remote developer job? Solve this frontend developer challenge and show us what you can do and what you are an expert at!
Stars: ✭ 112 (+489.47%)
Mutual labels:  vercel
phuctm97.com
🏚 Home on the Web
Stars: ✭ 41 (+115.79%)
Mutual labels:  vercel
dsmtech
🚀 The best tech companies and startups in the Greater Des Moines area.
Stars: ✭ 21 (+10.53%)
Mutual labels:  vercel
contrib-nextjs
Projeto desenvolvido no Contrib de Next.js
Stars: ✭ 11 (-42.11%)
Mutual labels:  vercel

My Blog

Lighthouse Accessibility Badge Lighthouse Performance Badge Lighthouse PWA Badge Lighthouse SEO Badge

This is my personal blog, you can check out the live version here. I write about web development, math and anything I find interesting. You can also check out my personal projects and see that I am currently working on.

Tech Stack

Features

Build time

This website is build with nextjs (v10) and is compiled to static html. At build time my blog posts (written in markdown) are fetched from the file system and the projects readme files are fetched from github (markdown). This information is then rendered into html using react-markdown

RSS feed

When build this sets generates an RSS feed by looking at the markdown files it has in its content folder

TinaCMS

If you are on the site you will notice a button at the bottom of the page that says "See spelling errors? Click here to edit the site". When clicked this button allows one to login with there github, make new branch, and edit the sites content in github (pretty cool). Everything is editable on the site its self so no need to look at a backend CMS. Just simply edit the page inline.

Running locally

Dev Mode

yarn dev

Build the site

yarn build

Server the sie

yarn start
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].