# 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.