Skip to content

Latest commit

 

History

History
55 lines (39 loc) · 1.35 KB

README.md

File metadata and controls

55 lines (39 loc) · 1.35 KB

hugo-theme-tinydevcrm: Hugo theme for TinyDevCRM's landing page

Table of Contents

Overview

hugo-theme-tinydevcrm is a Hugo theme created for TinyDevCRM's landing page.

Core attributes of this theme include:

  • Bootstrap 4 support
  • W3C validation / compliance
  • Page load performance, as validated by lighthouse
  • Mobile-first / mobile-friendly design

This Hugo theme is forked from navigator-hugo, provided by Themefisher.

Getting Started

  1. Create a new Hugo site:

    $ hugo new site .
  2. Navigate to your Hugo site directory root and run the following commands:

    $ git submodule \
        https://github.com/yingw787/hugo-theme-tinydevcrm.git \
        themes/tinydevcrm
    $ git submodule init
    $ git submodule update
  3. If the above doesn't work, git clone the directory into themes/:

    $ git clone \
        https://github.com/yingw787/hugo-theme-tinydevcrm.git \
        themes/tinydevcrm

Contributing

File issues under GitHub Issues.