- Ruby
- Jekyll
bundle install
bundle exec jekyll serve
_meeting/
- Everything is in
_topics/
- Images are placed in
_topics/imgs
The layout design is located at _layouts/home.html
.
home/header.html
contains the navigation of the whole sitehome/splash.html
contains the splash screen of the home pagehome/intro.html
contains the introduction section, which is basically the three divs in the beginning of the page- blablabla
_data/nav.yml
:
type
can behome
(for homepage navigation only),main
(navigation used in the whole site),top-right
(nav floating on the right)
- type: home
navs:
- name: Topics
description:
link: "/topics"
showsub: true
sub:
- name: Solar Furnace
description: Solar Energy Focus
link: "/topics/solar-focus"
- name: Asteroid
description: Locate and Research
link: "/topics/target-asteroids"
- name: All
description: List of Topics
link: "/topics/topics"
- name: Meetup
description:
link: "/meeting"
showsub: true
sub:
- name: How
description: Online, GitHub
link: "/meeting"
- name: Archive
description: Notes
link: "/meeting"
- type: main
navs:
- name: Topics
description:
link: "/topics"
showsub: true
sub:
- name: Solar Furnace
description: Solar Energy Focus
link: "/topics/solar-focus"
- name: Asteroid
description: Locate and Research
link: "/topics/target-asteroid"
- name: All
description: List of Topics
link: "/topics/topics"
- name: Meetup
description:
link: "/meeting"
showsub: true
sub:
- name: How
description: Online, GitHub
link: "/meeting"
- name: Archive
description: Notes
link: "/meeting"
- type: "top-right"
navs:
- name: Join Us
description: We are the legion
fa-icon: "fa fa-bullhorn"
displayname: Join Us
link: "#join-us"
- name: GitHub
description:
fa-icon: "fa fa-github"
link: "https://github.com/exponentialdeepspace"
_data/team.yml
has all the team names, groups, and descriptions.