Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/danielkvist/hugo-terrassa-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordanielkvist <d94.zaragoza@gmail.com>2019-01-06 22:35:08 +0300
committerdanielkvist <d94.zaragoza@gmail.com>2019-01-06 22:35:58 +0300
commitc2c306134c4ad72be8a993a51c4be0f2b85bda84 (patch)
treed76b547353d60855c6f3c6b9f4c2a0824f09b8dd /README.md
parent984a47c64c9dae6488cdd0d337dd77c5f443e9b1 (diff)
improve README
Diffstat (limited to 'README.md')
-rw-r--r--README.md18
1 files changed, 14 insertions, 4 deletions
diff --git a/README.md b/README.md
index 148a574..e5b8302 100644
--- a/README.md
+++ b/README.md
@@ -22,7 +22,8 @@ And much more.
This theme is still under development. And that means two things:
1. It's under **active** development.
-2. There are still some little details to be improved. Nothing important, however.
+2. There are still some little details to be improved and some unsupported features (RSS mainly).
+
## PostCSS
@@ -39,6 +40,13 @@ $ cd themes
$ git clone https://github.com/danielkvist/hugo-terrassa-theme.git terrassa
```
+Or
+
+```bash
+$ cd themes
+$ git submodule add https://github.com/danielkvist/hugo-terrassa-theme.git terrassa
+```
+
And now run:
```bash
@@ -85,8 +93,9 @@ You'll get something like this inside your content folder.
```markdown
---
title: ""
-draft: true
description: ""
+images: []
+draft: true
menu: main
weight: 0
---
@@ -120,11 +129,12 @@ Inside this file (and anyone using Terrassa's default archetype) you'll find som
```markdown
---
title: "Bad example"
+description: ""
date: 2018-12-27T21:09:45+01:00
publishDate: 2018-12-27T21:09:45+01:00
author: "John Doe"
+images: []
draft: true
-description: ""
tags: []
---
```
@@ -156,7 +166,7 @@ Terrassa uses the [Font Awesome](https://fontawesome.com/) icons through a CDN.
## Docker
-You can, if you know, use Docker to test Terrassa locally.
+The Dockerfile is used for testing.
## Make