Rename theme for release
parent
708a9f1ca0
commit
627ef49a03
|
@ -1,6 +1,6 @@
|
|||
baseURL = "https://bvebarcelona.cat/"
|
||||
title = "BVE Barcelona"
|
||||
theme = "crab"
|
||||
theme = "dark-cosmos"
|
||||
DefaultContentLanguage = "ca"
|
||||
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>
|
||||
<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 }}
|
|
@ -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 {
|
|
@ -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