Skip to content

Commit ff19cf8

Browse files
Add basic exampleSite for testing theme (#124)
Co-authored-by: Alan Dooley <a.dooley@f5.com>
1 parent d1f5a56 commit ff19cf8

File tree

7 files changed

+1101
-1
lines changed

7 files changed

+1101
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,5 @@ resources/*
2424
.netlify
2525

2626
.hugo_build.lock
27-
public/*
27+
public/*
28+
exampleSite/public

exampleSite/archetypes/default.md

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

exampleSite/content/nginx/_index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
description: Documentation for NGINX
3+
title: Installing NGINX and NGINX Plus
4+
weight: 100
5+
---

0 commit comments

Comments
 (0)