axionl / hugo-blank-theme

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blank

A simple home page site.

Preview

Preview

Usage

  • Command Line Setting

    $ cd <hugo site path>
    $ mkdir -p themes
    $ git clone https://github.com/axionl/hugo-blank-theme.git themes/blank
    $ cp themes/blank/exampleSite/config.toml .
  • Config Setting (config.toml on the hugo site path)

    baseURL = 'http://example.org/'
    languageCode = 'en-us'
    title = 'Blank'
    theme = 'blank'
    
    [Params]
        name = 'Blank|...'
        description = 'A simple home page site.'
        favicon = '/images/favicon.ico'
        avatar = '/images/avatr.jpg'
    
    [[params.links]]
    name = "Site A"
    icon = ""
    url = "http://a.example.org/"
    
    
    [[params.links]]
    name = "Site B"
    icon = ""
    url = "http://b.example.org/"

About

License:MIT License


Languages

Language:CSS 58.0%Language:HTML 42.0%