Home
Softono

Frontity Twentynineteen

Open source CSS
52
Stars
12
Forks
16
Issues
3
Watchers
3 years
Last Commit

 About Frontity Twentynineteen

:art: A Frontity Twentynineteen theme Project

Platforms

Web Self-hosted

Languages

CSS

Links

Need Help Installing Frontity Twentynineteen?

We provide expert installation service for this software. Our team will install, configure, and secure Frontity Twentynineteen on your server. plans start at just $30.

Frontity Twentynineteen

View on GitHub

Twenty Nineteen Frontity Theme Project :art:

Download counter

:fire: A WordPress Twenty Nineteen Theme Project in React for Frontity.

:zap: Check out the demo site here.

Tutorial Video

Demo :video_camera:

Frontity en la consola

Demo 2 :video_camera:

Speed and performance comparision between the same Twenty Nineteen theme on WordPress (in PHP) vs Frontity (in React).

Frontity en la consola

Installation :wrench:

1. For new projects: clone this project.

  1. git clone https://github.com/imranhsayed/frontity-twentynineteen.

  2. cd frontity-twentynineteen.

  3. npm install && npx frontity dev (from the project's root directory).

  4. Your site will now be available at http://localhost:3000/

2. For new/existing project: use npm.

  1. npm install @frontity/twentynineteen-theme.
  2. Add the package in frontity-settings.js.
  packages: [
    {
      name: "@frontity/twentynineteen-theme",
      state: {
        theme: {
          menu: [
            ["Home", "/"],
            ["Nature", "/category/nature/"],
            ["Travel", "/category/travel/"],
            ["Japan", "/tag/japan/"],
            ["About Us", "/about-us/"]
          ],
          featured: {
            showOnList: true,
            showOnPost: true
          }
        }
      }
    },
  1. Remove your previous theme (mars-theme?) from frontity-settings.js.
  2. npx frontity dev (from project's root directory).
  3. Your site will be available at http://localhost:3000/.

Credits :white_flower:

Authors

  1. Imran Sayed
  2. Smit Patadiya

Contributors

  1. Shaun Guimond
  2. David Arenas

License :scroll:

License: GPL v2