Giter Club home page Giter Club logo

wmrra-com's Introduction

WMRRA.com

Welcome to the repository for the WMRRA.com website!

Running Locally

This project uses a static site generator called Hugo.

  1. Install Hugo.

    $ git clone https://github.com/gohugoio/hugo.git
    $ cd hugo
    $ go install --tags extended
  2. From the root of this repository run hugo server from a commandline.

  3. browse to http://localhost:1313

Contributing

If you would like to suggest a feature or report a bug, you can file an issue.

We welcome contributions from the community. A good place to start is to create an issue and to discuss the change you would like to make before proceeding.

Common Tasks

Here are a few common updates you may want to make to the site.

Adding a news post

News posts are nested under content/news

It is likely easiest to copy the last post and use it as a template for your newest post.

Each post needs to include the following fore-data:

---
title   : "A title of a post"
date    : "2021-01-01"
draft   : false
description: "A brief description of the post that shows on the front page."

Updating Schedules

The schedule is defined at data/schedule.yml

Updating Racer Numbers

The racer numbers are defined at csv/race-numbers.csv

Updating the Menu

The menu is defined at data/menu.yml

Menus are under top menu names and include a name and a link. For example:

  - name: Resources
    children: 
      - name: Schedule
        link: /race/schedule
      - name: Rulebook
        link: /race/rulebook

Updating Sponsors

Sponsors are listed in a data file at data/sponsors.yml

A sponsor entry is defined as follows:

  - name          : Sponsor Name
    image         : images/sponsors/sponsor-placeholder.jpg
    description   : >
      Lorem ipsum dolor sit amet consectetur adipisicing elit. Aspernatur
      necessitatibus ullam, culpa odio.
    social:
      facebook : https://www.facebook.com/
      twitter  : https://twitter.com/
      website  : https://website.com/

Updating Contacts

Contacts are listed in a data file at data/contacts.yml

A contact is defined as follows:

  - position: Position Name
    name: First Last
    phone:
    email:

Other Pages

Pages on this site can be found at content or layouts/partials

wmrra-com's People

Contributors

anmapie avatar bnhobbs20 avatar crwilcox avatar nodiblue avatar vaage avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.