Browse Source

Inital commit

main
Roxie Gibson 3 years ago
commit
fdc92fa523
No known key found for this signature in database
9 changed files with 59 additions and 0 deletions
  1. +2
    -0
      .gitignore
  2. +3
    -0
      .gitmodules
  3. +6
    -0
      archetypes/default.md
  4. +38
    -0
      config.toml
  5. +6
    -0
      layouts/partials/content.html
  6. +3
    -0
      layouts/partials/introduction.html
  7. BIN
      static/files/roxanne_gibson.pdf
  8. BIN
      static/images/portrait.jpg
  9. +1
    -0
      themes/hallo

+ 2
- 0
.gitignore View File

@@ -0,0 +1,2 @@
# Generated content from theme
resources/_gen

+ 3
- 0
.gitmodules View File

@@ -0,0 +1,3 @@
[submodule "themes/hallo"]
path = themes/hallo
url = https://github.com/EmielH/hallo-hugo.git

+ 6
- 0
archetypes/default.md View File

@@ -0,0 +1,6 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
---


+ 38
- 0
config.toml View File

@@ -0,0 +1,38 @@
baseURL = "https://roxanne.dev/"
languageCode = "en-gb"
theme = "hallo"
title = "Hello!"

[Author]
name = "Roxie"

[params]
[[params.links]]
iconset = "fas"
icon = "info-circle"
title = "Additional information"
url = "#info"
[[params.links]]
icon = "github"
title = "Github"
url = "https://github.com/roxxers"
[[params.links]]
icon = "git"
title = "Git Repo"
url = "https://git.roxanne.dev"
[[params.links]]
iconset = "fas"
icon = "blog"
title = "Blog"
url = "https://roxie.codes"
[[params.links]]
iconset = "fas"
icon = "file-pdf"
title = "CV"
url = "./files/roxanne_gibson.pdf"


[params.colors]
background = "#1a9ca9"
foreground = "#edf7ff"
hover = "#dac3c1"

+ 6
- 0
layouts/partials/content.html View File

@@ -0,0 +1,6 @@
<h3 id="info">Contact</h3>

<p>Email: me@roxanne.dev</p>
<p>GPG Fingerprint: <code>49B0 A560 F2C0 5D0A 4460 B693 5D01 40ED EE12 3F4D</code></p>
<p>XMPP: roxxers@riseup.net</p>
<p>Signal/Whatsapp/Telegram: On request</p>

+ 3
- 0
layouts/partials/introduction.html View File

@@ -0,0 +1,3 @@
<p>I make, break, and create things on t'internet. Certified computer witch who types magic words into her terminal. 🏳️‍⚧️</p>

<p>For contact, click the info icon.</p>

BIN
static/files/roxanne_gibson.pdf View File


BIN
static/images/portrait.jpg View File

Before After
Width: 325  |  Height: 326  |  Size: 69KB

+ 1
- 0
themes/hallo

@@ -0,0 +1 @@
Subproject commit b103af69cf7acd438c934ea5a1bde2b017efe8cd

Loading…
Cancel
Save