Joshhortt / solicitor

A Solicitor firm themed business template built with Next.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Solicitor

Solicitor is a firm business website in Development.

Design

Design Phase is Approved by the client. Below is a sample services page.

Solicitor template screenshot

Stack

Built with Next.js and Markdown

(back to top)

Features

  • Contact form
  • Home page
  • Blog page
  • About page
  • Services page
  • Contact page
  • Contact form
  • Pre-styled components
  • Post category pages
  • Disqus comments for posts
  • Staff and author system
  • Configurable footer
  • Optimised for editing in CloudCannon
  • RSS/Atom feed
  • SEO tags
  • Google Analytics

(back to top)

Setup

  1. Add your site and author details in content/data/seo.json.
  2. Add your Google Analytics and Disqus keys to content/data/site.json.
  3. Get a workflow going to see your site's output (with CloudCannon or Next.js locally).

Develop

Solicitor is built with Next.js (version 13.0.4).

(back to top)

Installation

npm install

Development

First, run the development server:

npm start

or

npm run dev

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

(back to top)

Editing

Solicitr is already optimised for adding, updating and removing pages, staff, posts, company details and footer elements in CloudCannon.

Posts

  • Add, update or remove a post in the Posts collection.
  • The Staff Author field links to members in the Staff collection.
  • Change the defaults when new posts are created in content/posts/_defaults.md.

Contact Form

  • Preconfigured to work with CloudCannon.
  • Sends email to the address listed in company details.

(back to top)

Staff

  • Reused around the site to save multiple editing locations.

Footer

  • Exposed as a data file to give clients better access.
  • Set in the Data / Footer section.

Company details

  • Reused around the site to save multiple editing locations.
  • Set in the Data / Company section.

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

Contact

José Horta - @josh_hortt

My E-mail - joshhortt@yahoo.com

(back to top)

About

A Solicitor firm themed business template built with Next.js

License:MIT License


Languages

Language:JavaScript 64.2%Language:SCSS 35.8%