Skip to content
This repository has been archived by the owner on Aug 29, 2024. It is now read-only.

nogajun/bludit-theme-marble

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Caution

The author is no longer using Bludit and will archive this theme. If you want to change it, please fork it.

作者がBluditを使わなくなったので、このテーマをアーカイブ化します。変更したい人はフォークしてください。

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

Original credits