Rename theme for release

main
Marc Riera Irigoyen 2018-03-13 14:11:10 +01:00
parent 708a9f1ca0
commit 627ef49a03
18 changed files with 11 additions and 11 deletions

View File

@ -1,6 +1,6 @@
baseURL = "https://bvebarcelona.cat/"
title = "BVE Barcelona"
theme = "crab"
theme = "dark-cosmos"
DefaultContentLanguage = "ca"
removePathAccents = true

View File

@ -1,8 +0,0 @@
name = "Crab"
license = "MIT"
licenselink = "https://github.com/thomasheller/crab/blob/master/LICENSE.md"
description = "A clean Hugo theme for websites"
homepage = "https://github.com/thomasheller/crab"
tags = ["clean"]
features = ["responsive", "404", "blog", "tags"]
min_version = 0.18

View File

@ -2,7 +2,7 @@
<html>
<head>
<title>{{ .Title }} - {{ .Site.Title }}</title>
<link rel="stylesheet" href="{{ .Site.BaseURL }}/css/crab.css">
<link rel="stylesheet" href="{{ .Site.BaseURL }}/css/style.css">
<link rel="stylesheet" href="{{ .Site.BaseURL }}/{{ .Site.Params.custom_css }}">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=0.5, maximum-scale=3.0">
{{ .Hugo.Generator }}

View File

@ -1,4 +1,4 @@
@import url('https://fonts.googleapis.com/css?family=Lora:400,400i,700,700i|Open+Sans:400,400i,600,600i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700,700i');
html,
body {

View File

@ -0,0 +1,8 @@
name = "Dark Cosmos"
license = "GPL"
licenselink = "https://github.com/MarcRiera/Dark-Cosmos/master/LICENSE.md"
description = "A clean dark theme for Hugo websites"
homepage = "https://github.com/MarcRiera/Dark-Cosmos"
tags = ["clean", "dark"]
features = ["responsive", "404", "blog"]
min_version = 0.18