nogajun / bludit-theme-marble

Marble theme for bludit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Marble theme for Bludit

Ported Marble template (original designed by FREEHTML5.co) to Bludit.

Differences from the original theme

  • No portforio page.
  • No recent blog on top page.

How to add a top page

  1. Add a static page.
  2. Open the options for that page and set "top" as the template on the Advanced tab.
  3. Go to Settings > Advanced. Set the static page you created to the homepage of the predefined page.

How to set the hero image in a top page

  1. Add a static page with the slug name "service".
  2. Create a child page on that "service" static page with a cover image and description.

static pages ex)

service
├ service1 (with cover image and description)
├ service2 (with cover image and description)
└ service3 (with cover image and description)

How to set icons on service child pages

  1. Go to Custom Fields in Settings. Add the json below.
{
  "icon": {
    "type": "string",
    "placeholder": "add a icomoon icon name"
  }
}
  1. Go to the child page of the service static page.
  2. Open Options and set icomoon font name to Custom. icomoon font name can be found in https://icomoon.io/#preview-free.

How to add a contact page

  1. Add a static page with the slug name "contact".

A link to the contact page is added to the footer. The contact page is supported by contact3.

Compatible

  • Bludit v3.x

Author

Buy Me A Coffee

Original credits

Screenshot

  • N/A

Live Demo

  • N/A

About

Marble theme for bludit

License:Other


Languages

Language:SCSS 80.9%Language:CSS 10.1%Language:JavaScript 4.8%Language:PHP 4.2%