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
- Host: GitHub
- URL: https://github.com/qbit/hamtemplate
- Owner: qbit
- License: bsd-2-clause
- Created: 2014-02-12T17:43:27.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-02-24T16:16:23.000Z (over 12 years ago)
- Last Synced: 2025-10-12T10:46:49.545Z (8 months ago)
- Language: CSS
- Size: 5.23 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.