An open API service indexing awesome lists of open source software.

https://github.com/qbit/hamtemplate

Template for ham radio websites - allows for building pages in markdown
https://github.com/qbit/hamtemplate

Last synced: 8 months ago
JSON representation

Template for ham radio websites - allows for building pages in markdown

Awesome Lists containing this project

README

          

HamTemplate
===========

Template for ham radio websites - allows for building pages in markdown

## What is it? ##

This is a drop in template that allows for quick setup of not-ugly pages.

## Do I need to know HTML? ##

You need to know **very** basic HTML to use this.

Almost all of the html you will need to know will fall into one of the below
categories.

1. Adding Items to the sidebar.

**Example:**

```


```

2. Adding dynamic callsign lookup.

``
KD0WKW
``

3. Linking to another page (.md file you created).

``
Page Name
``
Replace `pagename` with the name you gave the `.md` file and "Page Name" with
the name to be displayed on the web site.

## How do I use it? ##

[Download](https://github.com/qbit/HamTemplate/archive/master.zip) the template
and unzip it in your `www root`

Make changes to the `index.html` file to reflect the sidebar items and sub-items
you want on your site.

Add .md files in the texts directory and link them in the `index.html` file with
`step 3` above.