Skip to content

Latest commit

 

History

History
83 lines (60 loc) · 2.67 KB

README.md

File metadata and controls

83 lines (60 loc) · 2.67 KB

license release last commit commits open issues

🌆 esfahani-photos-next-theme

The esfahani.photo is a multilingual fully customizable NextJs theme which aims to modernize, organize and enhance some aspects of a personal portfolio theme for photographers

esfahani-photos-mockup

▶️ Demo: Open live demo

 

🧞‍♂️ Technologies & Features

  • NextJs 12 with Static Generation (SSG) and (SSI)
  • Prismic.io as the headless CMS
  • Fully Customizable with Tailwind css
  • Image blurring using the plaiceholder package
  • Multilingual support
  • Full Responsive
  • RSS feed and Sitemap generator
  • Typescript
  • ...

🚀 Quick Start

To start a new project using this starter, run the following commands in your terminal:

npx degit aynzad/esfahani-photos-next-theme your-project-name
cd your-project-name
npx @slicemachine/init

The commands will do the following:

  1. Start a new Next.js project using this starter.
  2. Ask you to log in to Prismic or [create an account][prismic-sign-up].
  3. Create a new Prismic content repository with sample content.

Then you have to setup your environment variables and put your prismic API endpoint there:

mv sample.env.local .env.local
nano .env.local

When you're ready to start your project, run the following command:

npm run dev

☑️ TODO

  • Sitemap
  • RSS feed
  • Writing tests
  • SEO

📝 License

Copyright [2022] Alireza Esfahani <[email protected]> (https://esfahani.dev)

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.