Skip to content

taoning2014/future-with-ai

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Note: This project is forked from timlrx/tailwind-nextjs-starter-blog.
Huge thanks to @timlrx for creating such an excellent starter template — it provided a solid foundation for this project!

Future With AI

This is a HackDay project where I used Next.js and Vercel to build a personal website to share my thoughts on how we can better leverage AI technologies in the future.
You can visit the site at futurewithAI.xyz.

The website includes several responsive pages and interactive features such as a newsletter subscription and a discussion forum.

Apr-08-2025 09-30-57

Quick Start Guide

  1. Clone the repo
git clone https://github.com/taoning2014/future-with-ai.git
  1. Personalize siteMetadata.js (site related information)
  2. Modify the content security policy in next.config.js if you want to use other analytics provider or a commenting solution other than giscus.
  3. Personalize authors/default.md (main author)
  4. Modify projectsData.ts
  5. Modify headerNavLinks.ts to customize navigation links
  6. Add blog posts
  7. Deploy on Vercel

Installation

yarn

Please note, that if you are using Windows, you may need to run:

$env:PWD = $(Get-Location).Path

Development

First, run the development server:

yarn dev

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

Edit the layout in app or content in data. With live reloading, the pages auto-updates as you edit them.

About

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 70.4%
  • MDX 14.3%
  • JavaScript 12.0%
  • CSS 2.7%
  • TeX 0.6%