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
- 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
- ...
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:
- Start a new Next.js project using this starter.
- Ask you to log in to Prismic or [create an account][prismic-sign-up].
- 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
- Sitemap
- RSS feed
- Writing tests
- SEO
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.