Skip to content
/ dotdev Public

Next.js SPA professional website template for teams and individuals: https://c-hive.github.io/dotdev/

License

Notifications You must be signed in to change notification settings

c-hive/dotdev

Folders and files

NameName
Last commit message
Last commit date
Jul 26, 2020
Feb 3, 2020
May 4, 2020
May 21, 2020
Apr 9, 2020
May 26, 2020
May 26, 2020
Mar 17, 2019
Aug 4, 2019
Aug 4, 2019
May 4, 2020
May 5, 2020
Jan 2, 2020
Aug 4, 2019
Jul 26, 2020
May 27, 2020
May 19, 2020
Jul 20, 2020
May 22, 2020

Repository files navigation

dotdev

Next.js SPA professional website template for teams and individuals: https://c-hive.github.io/dotdev/

Status and support

  • ✔ stable
  • ✔ supported
  • ✖ no ongoing development

CI

Usage

Configuration

Refer to the example file for the available options. Store them in the CONFIG environment variable.

Deploy to GitHub Pages

  • Fork me
  • Store a deployment key in the DEPLOY_KEY secret
  • Edit config/config.yml
  • Run npm run print-config
  • Store the output in the CONFIG secret

Deploy elsewhere

  • Fork me
  • Set up custom deployment workflow (e.g. Heroku, Vercel, Netlify)
  • Edit config/config.yml
  • Run npm run print-config
  • Store the output in the CONFIG environment variable

Local development

npm install
cp config/config.example.yml config/config.yml
npm run lint
npm run dev

Conventions

This project follows C-Hive guides for code style, way of working and other development concerns.

License

The project is available as open source under the terms of the MIT License.


For Issues and PRs older than 2019.11.16 refer to: https://gitlab.com/c-hive/c-hive.dev and #35 (comment)