Switch theme
This commit is contained in:
16
content/page/aboutme/index.md
Normal file
16
content/page/aboutme/index.md
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
title: "About Me"
|
||||
menu:
|
||||
main:
|
||||
weight: 4
|
||||
params:
|
||||
icon: user
|
||||
|
||||
comments: false
|
||||
license: false
|
||||
|
||||
---
|
||||
|
||||

|
||||
|
||||
This site is the best place to catch up on my projects and to get the downloads for my projects when they come out. I work on various things like game development to modding Minecraft. Any project will have its own subdomain and page. If you want to talk to me personally about something, here's my [email](mailto:joshuafhiggins@gmail.com).
|
||||
11
content/page/archives/index.md
Normal file
11
content/page/archives/index.md
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
title: "Posts"
|
||||
date: 2022-03-06
|
||||
layout: "archives"
|
||||
slug: "archives"
|
||||
menu:
|
||||
main:
|
||||
weight: 2
|
||||
params:
|
||||
icon: briefcase
|
||||
---
|
||||
17
content/page/links/index.md
Normal file
17
content/page/links/index.md
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
title: Links
|
||||
links:
|
||||
- title: GitHub
|
||||
description: GitHub is the world's largest software development platform.
|
||||
website: https://github.com
|
||||
image: https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png
|
||||
menu:
|
||||
main:
|
||||
weight: 5
|
||||
params:
|
||||
icon: link
|
||||
|
||||
comments: false
|
||||
readingTime: false
|
||||
license: false
|
||||
---
|
||||
13
content/page/search/index.md
Normal file
13
content/page/search/index.md
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
title: "Search"
|
||||
slug: "search"
|
||||
layout: "search"
|
||||
outputs:
|
||||
- html
|
||||
- json
|
||||
menu:
|
||||
main:
|
||||
weight: 3
|
||||
params:
|
||||
icon: search
|
||||
---
|
||||
Reference in New Issue
Block a user