aboutsummaryrefslogtreecommitdiff
path: root/docs/blackbear-theme.md
blob: cc547299191ae4a470c4886cae87bf974587d53d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# Blackbear

Blackbear is a minimal and versatile theme for hugo for personal sites. The theme uses pico.css as the css starting point, with some custom css on top of it.

[toc]

## Features

## Content Types

This section outlines the various content types that are available to the theme. 

### Guide

### Post

### Project

Project is also 

#### Frontmatter Attributes

| key | description | default value |
| --- | ----------- | ------------- |
| title | The title of the project post. | `"{{ replace .File.ContentBaseName "-" " " \| title }}"` |
| date | The date the content file was created. **Note:** not the date the content was published | `{{ .Date }}`|
| draft | Is this a draft | `true` |
| categoies | the categories that a content belongs to. | `["projects"]` |
| image | An optional image key. The key is used for opengraph meta tags by hugo | `""` |
| dontDisclaim | There is a disclaimer partial that is disabled by default for project posts. | `true` |
| description | A brief description for the page. This not used in the template it is for the opengraph meta tags. | `"An informal specification for the {{ replace .File.ContentBaseName "-" " "  \| title }} project"` |

### Default

This is the fall through archetypes for any content files not generated in the above archetype directories.