Skip to content

Commit bca85bf

Browse files
committed
Initial commit
1 parent d820938 commit bca85bf

File tree

9 files changed

+59
-0
lines changed

9 files changed

+59
-0
lines changed

.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "themes/arcana"]
2+
path = themes/arcana
3+
url = https://github.com/half-duplex/hugo-arcana.git

archetypes/default.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
+++
2+
title = '{{ replace .File.ContentBaseName "-" " " | title }}'
3+
date = {{ .Date }}
4+
draft = true
5+
+++

data/homepage.yml

+42
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
banner:
2+
enable: true
3+
image: "images/splash-constelation_1.jpg"
4+
contents: "**VOLTTRON:** _Devices | Data | Decisions_"
5+
# button:
6+
# contents: "Learn More"
7+
# url: "#"
8+
items:
9+
- type: highlights
10+
items_per_row: 3
11+
items:
12+
- title: This Is Important
13+
icon: fa-paper-plane
14+
content: >
15+
Duis neque nisi, dapibus sed mattis et quis, nibh. Sed et dapibus nisl
16+
amet mattis, sed a rutrum accumsan sed. Suspendisse eu.
17+
- title: Also Important
18+
icon: fa-pencil-alt
19+
content: >
20+
Duis neque nisi, dapibus sed mattis et quis, nibh. Sed et dapibus nisl
21+
amet mattis, sed a rutrum accumsan sed. Suspendisse eu.
22+
- title: Probably Important
23+
icon: fa-wrench
24+
content: >
25+
Duis neque nisi, dapibus sed mattis et quis, nibh. Sed et dapibus nisl
26+
amet mattis, sed a rutrum accumsan sed. Suspendisse eu.
27+
- title: Another thing
28+
icon: fa-brush
29+
content: >
30+
This is something I added
31+
- type: heading
32+
heading: A gigantic heading you can use for whatever
33+
contents: With a much smaller subtitle hanging out just below it
34+
- type: posts
35+
#heading: Recent Posts
36+
content_type: posts
37+
max: 4
38+
- type: cta
39+
contents: Are you ready to continue your quest?
40+
button:
41+
contents: Insert Coin
42+
url: "#"

hugo.toml

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
baseURL = 'https://eclipse-volttron.github.io/'
2+
languageCode = 'en-us'
3+
title = 'VOLTTRON'
4+
theme = 'arcana'

resources/_gen/assets/scss/sass/main.scss_88528c88a2009b0911739d7978a182fe.content

+3
Large diffs are not rendered by default.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"Target":"style.css","MediaType":"text/css","Data":{}}

static/images/banner.jpg

59.5 KB
Loading
17.9 KB
Loading

themes/arcana

Submodule arcana added at 4243c0f

0 commit comments

Comments
 (0)