Giter VIP home page Giter VIP logo

lubbockhamradio's Introduction

lubbockhamradio

Build & Deploy

The Lubbock, TX ham radio community is a wide spread and vastly diverse group of people and interests. This website LubbockHamRadio.org is meant to give that community a central place to aggregate the happenings in the community.

Any person that is interested in radio in Lubbock is welcome to contribute to this website and I'll work to merge those PRs as often as possible.

Setup to contribute

Create a branch for your post

In the command prompt you will need to change directory to the place you cloned the repository above.

Then create a branch git branch my-post-name

Adding Content

Type a command to create the post file hugo new content posts/friendly-post-name.md

Open the file you just created in vs code and edit the markdown to add your post content.

In the header section between the three +++ pluses you will see the post meta data.

---
title: "My First Post"
date: 2022-11-20T09:03:20-08:00
draft: true
images:
tags:
---

Edit your title and set draft to false, and add a tag. Contesting, General, and Emcomm show up on the home page.

---
title: "My Post title"
date: 2022-11-20T09:03:20-08:00
draft: false
images:
tags:
  - Contesting
---

Below that add your markdown for the post content.

Submitting your addition

Once complete you will need to submit your changes and raise a pull request.

In the command prompt run git commit -a -m my commit message with a post title Then push git push

Next go to the github repository pull requests and you should see a message saying that you pushed a branch and giving the option to raise a pull request.

Once this is done our maintainers will review and merge. After merge the site will be automatically updated.

Running and testing the site locally

To run the site locally you can use the following command hugo server

When that completes running you can browse to http://localhost:1313 in your web browser and browse to your new post. This will allow you to test and edit your post before requesting it to be published.

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.