Skip to content

Version 1.0.0

Compare
Choose a tag to compare
@aynzad aynzad released this 06 May 12:53
· 25 commits to master since this release
be08b4e

Esfahani Theme - Initial version - 1.0.0

How it works:

Setup

Install the project:

$ git clone https://github.com/aynzad/esfahani-nuxt-theme.git
$ yarn
$ mv .env.sample .env

Create a Prismic repository

  1. Create your prismic account.
  2. Create a repository
  3. Add your prismic API_URL to the .env file.
  4. Create a about custom type, using about.json file.
  5. Create a contact custom type, using contact.json file.
  6. Create a articles custom type, using articles.json file.

Deploy on Vercel (optional)

You can use Vercel for CI and CD your own fork of this project.

  1. Create your Vercel account.
  2. Create a Project and import your git repository.

Contributing

Great that you are considering supporting the project. You have a lot of ways to help me grow. I appreciate all contributions, even the smallest.

  • Report an issue.
  • Propose a feature.
  • Send a pull request.
  • Star project on the GitHub
  • Tell about project around your community.

TODO

  • Config test packages (like jest).
  • Add unit test.
  • Add projects page.
  • Add RSS feed.
  • Improve SEO.