Rename theme for release
parent
708a9f1ca0
commit
627ef49a03
|
@ -1,6 +1,6 @@
|
||||||
baseURL = "https://bvebarcelona.cat/"
|
baseURL = "https://bvebarcelona.cat/"
|
||||||
title = "BVE Barcelona"
|
title = "BVE Barcelona"
|
||||||
theme = "crab"
|
theme = "dark-cosmos"
|
||||||
DefaultContentLanguage = "ca"
|
DefaultContentLanguage = "ca"
|
||||||
removePathAccents = true
|
removePathAccents = true
|
||||||
|
|
||||||
|
|
|
@ -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
|
|
|
@ -2,7 +2,7 @@
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>{{ .Title }} - {{ .Site.Title }}</title>
|
<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 }}">
|
<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">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=0.5, maximum-scale=3.0">
|
||||||
{{ .Hugo.Generator }}
|
{{ .Hugo.Generator }}
|
|
@ -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,
|
html,
|
||||||
body {
|
body {
|
|
@ -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
|
Loading…
Reference in New Issue