-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
19 changed files
with
204 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
public | ||
.hugo_build.lock | ||
.hugo_build.lock | ||
node_modules |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"plugins": [ | ||
"prettier-plugin-go-template" | ||
], | ||
"overrides": [ | ||
{ | ||
"files": [ | ||
"*.html" | ||
], | ||
"options": { | ||
"parser": "go-template" | ||
} | ||
} | ||
] | ||
} |
File renamed without changes
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
+++ | ||
title = 'Directions' | ||
+++ | ||
|
||
Put a map here and stuff. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
+++ | ||
title = 'Flyer' | ||
+++ | ||
|
||
Paste the flyer here. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
+++ | ||
title = 'Program' | ||
+++ | ||
|
||
## Conference Program | ||
|
||
TBA |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
+++ | ||
title = 'Registration' | ||
+++ | ||
|
||
Here’s where you provide instructions how to register for your conference. We used a Google Form and embedded it into an iframe (it’s commented out in the html here). | ||
|
||
Here’s another paragraph of filler text: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum dignissim et est et euismod. Fusce et metus tempus, pellentesque ex at, convallis nulla. Ut fringilla commodo tincidunt. Fusce sed est eu massa placerat iaculis eu at mauris. Nullam ut mollis nisi, quis malesuada risus. Interdum et malesuada fames ac ante ipsum primis in faucibus. Nam ipsum tortor, suscipit non tincidunt vel, bibendum in libero. Nulla facilisi. Pellentesque vitae neque metus. Cras quis est pharetra, vestibulum nisl et, viverra ipsum. Etiam porta dignissim purus, quis tempor metus volutpat eu. Praesent pulvinar libero eget purus tincidunt finibus. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
baseURL: https://rl4aa.github.io/RL4AA25/ | ||
languageCode: en-uk | ||
title: RL4AA'25 | ||
|
||
menus: | ||
main: | ||
- name: Home | ||
pageRef: / | ||
weight: 10 | ||
- name: Registration | ||
pageRef: /registration/ | ||
weight: 20 | ||
- name: Program | ||
pageRef: /program/ | ||
weight: 30 | ||
- name: Directions | ||
pageRef: /directions/ | ||
weight: 40 | ||
- name: Flyer | ||
pageRef: /flyer/ | ||
weight: 50 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<base href="." /> | ||
<link rel="shortcut icon" type="image/png" href="favicon.png" /> | ||
{{ with resources.Get "styles.css" }} | ||
<link rel="stylesheet" type="text/css" media="all" href="{{ .RelPermalink }}" /> | ||
{{ end }} | ||
<meta name="description" content="Conference Template" /> | ||
<meta name="resource-type" content="document" /> | ||
<meta name="distribution" content="global" /> | ||
<meta name="KeyWords" content="Conference" /> | ||
<title>{{ .Site.Title }}</title> | ||
</head> | ||
|
||
<body> | ||
{{ partial "banner.html" . }} | ||
{{ partial "navigation.html" . }} | ||
|
||
{{ block "main" . }} | ||
<!-- The part of the page that begins to differ between templates --> | ||
{{ end }} | ||
|
||
{{ partial "footer.html" . }} | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{{ define "main" }} {{ .Content }} {{ end }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,58 +1 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<base href="." /> | ||
<link rel="shortcut icon" type="image/png" href="favicon.png" /> | ||
<link rel="stylesheet" type="text/css" media="all" href="main.css" /> | ||
<meta name="description" content="Conference Template" /> | ||
<meta name="resource-type" content="document" /> | ||
<meta name="distribution" content="global" /> | ||
<meta name="KeyWords" content="Conference" /> | ||
<title>Conference Template</title> | ||
</head> | ||
|
||
<body> | ||
<div class="banner"> | ||
<img src="banner.jpg" alt="Conference Template Banner" /> | ||
<div class="top-left"> | ||
<span class="title1">Conference</span | ||
><span class="title2">Template</span> <span class="year">2525</span> | ||
</div> | ||
<div class="bottom-right"> | ||
June 31, 2525 <br /> | ||
University Name, and City Maybe | ||
</div> | ||
</div> | ||
|
||
<table class="navigation"> | ||
<tr> | ||
<td class="navigation"> | ||
<a class="current" title="Conference Home Page" href=".">Home</a> | ||
</td> | ||
<td class="navigation"> | ||
<a title="Register for the Conference" href="registration" | ||
>Registration</a | ||
> | ||
</td> | ||
<td class="navigation"> | ||
<a title="Conference Program" href="program">Program</a> | ||
</td> | ||
<td class="navigation"> | ||
<a title="Directions to the Conference" href="directions" | ||
>Directions</a | ||
> | ||
</td> | ||
<td class="navigation"> | ||
<a title="Conference Flyer" href="flyer">Flyer</a> | ||
</td> | ||
</tr> | ||
</table> | ||
|
||
{{.Content}} | ||
|
||
<footer> | ||
© Conference Organizers | Design by | ||
<a href="https://github.com/mikepierce">Mike Pierce</a> | ||
</footer> | ||
</body> | ||
</html> | ||
{{ define "main" }} {{ .Content }} {{ end }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<div class="banner"> | ||
{{ with resources.Get "banner.jpg" }} | ||
<img src="{{ .RelPermalink }}" alt="Conference Template Banner" /> | ||
{{ end }} | ||
<div class="top-left"> | ||
<span class="title1">Conference</span><span class="title2">Template</span> | ||
<span class="year">2525</span> | ||
</div> | ||
<div class="bottom-right"> | ||
June 31, 2525 <br /> | ||
University Name, and City Maybe | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<footer> | ||
© Conference Organizers | Design by | ||
<a href="https://github.com/mikepierce">Mike Pierce</a> | ||
</footer> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{{ $page := . }} | ||
|
||
|
||
<table class="navigation"> | ||
<tr> | ||
{{ with index .Site.Menus "main" }} | ||
{{ range . }} | ||
{{ $isCurrent := $page.IsMenuCurrent "main" . }} | ||
<td class="navigation"> | ||
<a | ||
{{ if $isCurrent }} | ||
class="current" | ||
{{ end }} | ||
title="{{ .Name }}" | ||
href="{{ .URL }}" | ||
>{{ .Name }}</a | ||
> | ||
</td> | ||
{{ end }} | ||
{{ end }} | ||
</tr> | ||
</table> |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"name": "rl4aa25", | ||
"version": "1.0.0", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"author": "", | ||
"license": "ISC", | ||
"description": "", | ||
"devDependencies": { | ||
"prettier-plugin-go-template": "^0.0.15" | ||
} | ||
} |