einargudnig / einargudni.com-old-js-version

Updated version of my personal blog!
https://www.einargudni.com
MIT License
28 stars 8 forks source link

My personal website

This is a Next.js, Tailwind CSS blog built on a template from Timothy Lin. Repo

Features

Sample posts

Quick Start Guide

  1. JS (official support)
npx degit https://github.com/einargudnig/einargudni.com.git
  1. Personalize siteMetadata.js (site related information)
  2. Personalize authors/default.md (main author)
  3. Modify projectsData.js
  4. Modify headerNavLinks.js to customize navigation links
  5. Add blog posts
  6. Deploy on Vercel

Development

First, run the development server:

npm start
or
npm run dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying pages/index.js. The page auto-updates as you edit the file.

Compose

Run node ./scripts/compose.js to bootstrap a new post.

Follow the interactive prompt to generate a post with pre-filled front matter.

Deploy

Vercel
The easiest way to deploy the template is to use the Vercel Platform from the creators of Next.js. Check out the Next.js deployment documentation for more details.