Skip to content

ScottyMJacobson/new-scottymjacobson-site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My public website!

A Next.js fork/port of Raj Shekhar's Cleanfolio, combined into the create-next-app boilerplate.

To Run

First, run the development server:

npm run dev
# or
yarn dev

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

Adding New Pages

To add a new page, give it the extension .page.js, rather than just .js.

(This is because by default Next.js assumes all .js files in pages/ should be a page. In order to avoid this, and still let us co-locate "lib" and other dependencies, we say "only pay attention to this special extension" through Next.js config's pageExtensions feature. See discussion here)

About

A new, simple next-ified site for my dev work.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published