Skip to content

Commit ef9a049

Browse files
committed
switch to hugo
1 parent e151b8d commit ef9a049

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+5467
-8032
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ node_modules
55
Gemfile.lock
66

77
.jekyll-cache/
8+
_gen

README.md

+11-10
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,26 @@
11
# New RHL Website
22

3-
This is the future RHL Website.
3+
This is the RHL Website.
44

55
## Running the site locally
66

7-
In order to compile the assets and run Jekyll on local you need to follow those steps:
7+
hugo...
88

9-
- Install [Ruby](https://www.ruby-lang.org)
10-
- Install [Jekyll](http://jekyllrb.com)
11-
- Install [NodeJS](https://nodejs.org/)
12-
- Run `npm install`
13-
- linux: Run `sudo npm install -g gulp-cli`
14-
- windows: Run `npm install -g gulp-cli`
15-
- Run `gulp`
9+
### General Content Updates
10+
11+
add or remove contented in the content folder
12+
13+
### Style Updates
1614

1715
To edit css/js edit the files in `src` that are compiled with `gulp`.
1816

17+
### Functions
18+
19+
https://www.netlify.com/docs/functions/#tools-for-building-javascript-functions
1920

2021
## Credits
2122

22-
This theme was partially designed with the inspiration from these fine folks
23+
This theme was partially designed with the inspiration from
2324
- [Nathan Randecker](https://github.com/nrandecker/particle)
2425
- [Willian Justen](https://github.com/willianjusten/will-jekyll-template)
2526
- [Vincent Garreau](https://github.com/VincentGarreau/particles.js/)

_config.yml

-46
This file was deleted.

archetypes/project.md

+25-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,25 @@
1-
+++
2-
title = "{{ replace .Name "-" " " | title }}"
3-
date = {{ .Date }}
4-
+++
1+
---
2+
# site organizational properties. don't change this
3+
layout: project
4+
featured: false
5+
sort-order: 90
6+
7+
# modify these to be specific to your project
8+
# mandatory
9+
title: Awesome Project
10+
11+
# optional - if not used, comment out using '#' (i.e. date:)
12+
hackers: [Your Name, Other Name, Another Name]
13+
# date:
14+
abstract: if you provide an abstract, this is the short description that will show up in the project index
15+
keywords: [keyword, key phrase]
16+
thumbnail: ../../assets/img/placeholder.png
17+
link: www.roguehacklab.com
18+
19+
---
20+
21+
start writing about your project here. if you don't have an abstract, the text before the < ! - - m o r e - - > thingy will show up in the project index.
22+
<!-- more -->
23+
stuff after the < ! - - m o r e - - > comment will only show up in the project detail.
24+
25+
<!--Here's some info on markdown https://help.github.com/articles/basic-writing-and-formatting-syntax/ -->

static/js/app.js assets/js/app.js

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

static/styles/scss/main.scss assets/scss/main.scss

+3
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,9 @@ a {
276276
font-size: 12px;
277277
color: #555;
278278
}
279+
280+
list-style-type: none !important;
281+
279282
}
280283

281284
.logo {

config.yml

+4-11
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
1-
baseURL: "https://k7mfr.org/"
1+
# Site settings
2+
title: Rogue Hack Lab
3+
baseURL: "https://roguehacklab.org/"
24
languageCode: "en-us"
3-
title: "Rogue Valley Amateur Radio Club"
4-
author: "K7RVM"
5-
googleAnalytics: UA-147251318-1
6-
7-
menu:
8-
main:
9-
- identifier: "Club Info"
10-
name: "Club Info"
11-
url: /
12-
weight: 1
5+
googleAnalytics: UA-50519192-2

content/_index.md

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
layout: page
3+
title: Rogue Hack Lab
4+
showmenu: true
5+
---
6+
7+
{{< hero >}}
8+
9+
<section id="about">
10+
<div class="container">
11+
<div class="user-details">
12+
<h3> Who We Are </h3>
13+
<p>
14+
Rogue Hack Lab is is a community of makers with roots extending throughout Southern Oregon and around the world. Join us to share, create, collaborate, research, develop, mentor, cross-pollinate, play, and of course, learn.
15+
</p>
16+
</div>
17+
<div class="row user">
18+
<div class="six columns">
19+
{{< meetup >}}
20+
</div>
21+
<div class="six columns">
22+
{{< slack >}}
23+
</div>
24+
</div>
25+
</div>
26+
</section>
27+
28+
{{< featured-projects >}}

content/pages/about.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
layout: page
33
title: About
4-
showmenu: true
4+
menu:
5+
main:
56
---
67

78
## What is the maker community?

content/pages/code-of-conduct.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
layout: page
33
title: Code of Conduct
4-
showmenu: false
4+
menu:
5+
main:
56
---
67
Respect gets respect.
78

content/pages/contact.md

+53-5
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,66 @@ If you need to get ahold of us you can reach out to us at [roguehacklab-hackersp
88

99
<div class="row">
1010
<div class="six columns">
11-
{{ include slack.html }}
11+
{{< slack >}}
1212
</div>
1313
<div class="six columns">
1414
<ul>
1515
<h2>Social Media</h2>
16-
{{ for sm in site.data.socialmedia }}
16+
1717
<li>
18-
<a href="{{ sm.url }}">
19-
{{ sm.name }}
18+
<a href="http://www.meetup.com/Rogue-Hack-Lab">
19+
Meetup.com
2020
</a>
2121
</li>
22-
{{ endfor }}
22+
23+
<li>
24+
<a href="https://www.github.com/rogue-hack-lab">
25+
Github
26+
</a>
27+
</li>
28+
29+
<li>
30+
<a href="https://www.youtube.com/roguehack">
31+
YouTube
32+
</a>
33+
</li>
34+
35+
<li>
36+
<a href="https://www.twitter.com/roguehacklab">
37+
Twitter
38+
</a>
39+
</li>
40+
41+
<li>
42+
<a href="https://www.facebook.com/roguehacklab">
43+
Facebook
44+
</a>
45+
</li>
46+
47+
<li>
48+
<a href="https://plus.google.com/+Roguehacklab/posts">
49+
Google Plus
50+
</a>
51+
</li>
52+
53+
<li>
54+
<a href="http://roguehacklab.tumblr.com">
55+
Tumblr
56+
</a>
57+
</li>
58+
59+
<li>
60+
<a href="http://instagram.com/roguehacklab">
61+
Instagram
62+
</a>
63+
</li>
64+
65+
<li>
66+
<a href="https://groups.google.com/forum/#!forum/rogue-hack-lab">
67+
Google Group
68+
</a>
69+
</li>
70+
2371
</ul>
2472
</div>
2573
</div>

content/pages/events.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
layout: page
33
title: Events
4-
showmenu: true
4+
menu:
5+
main:
56
---
67

78
## Large Events we paticipate in
@@ -11,4 +12,4 @@ showmenu: true
1112

1213
## Upcoming events on
1314

14-
{{ include meetup.html }}
15+
<a href="https://www.meetup.com/Rogue-Hack-Lab/">RogueHackLab Meetup</a>
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
22
layout: default
3-
showmenu: true
43
---
54
{{ include featured-projects.html all=true }}

content/pages/membership.md

-8
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,4 @@
11
---
22
layout: page
33
title: Membership Information
4-
showmenu: true
54
---
6-
7-
Why become a member?
8-
9-
What do you get out of it?
10-
11-
## Become a member
12-
{{ include paypal-membership.html }}

content/pages/resources.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
---
22
layout: page
33
title: Resources
4-
showmenu: true
4+
menu:
5+
main:
56
---
67

7-
__Rogue Valley Maker / Hacker Resources__
8+
## Rogue Valley Maker / Hacker Resources
9+
810
- [ScienceWorks Hands-On Museum](http://scienceworksmuseum.org)
911
- [Circuit Youth](http://circuityouth.org)
1012
- [Talent Maker City](http://talentmakercity.org)

content/projects/[TEMPLATE]-project/index.md

-25
This file was deleted.

data/socialmedia.json

-45
This file was deleted.

0 commit comments

Comments
 (0)