https://github.com/plugorgau/plugorgau.github.io
PLUG Website 2019
https://github.com/plugorgau/plugorgau.github.io
Last synced: 6 months ago
JSON representation
PLUG Website 2019
- Host: GitHub
- URL: https://github.com/plugorgau/plugorgau.github.io
- Owner: plugorgau
- Created: 2014-02-19T01:46:34.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2025-11-21T11:22:49.000Z (8 months ago)
- Last Synced: 2025-11-21T13:14:40.547Z (8 months ago)
- Language: HTML
- Homepage: http://plugorgau.github.io/
- Size: 16.8 MB
- Stars: 5
- Watchers: 10
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
## PLUG (Perth Linux User Group) website
### Development
This is a [Hugo](https://gohugo.io/) site built to run on [GitHub Pages](https://help.github.com/articles/what-are-github-pages/).
### Getting Started
#### Requirements
* Hugo (extended edition)
#### Migration
All current pages that are currently on plug.org.au should be converted to markdown and added to this site.
There's a github task at https://github.com/plugorgau/website/issues/4
to track the progress.
As some of the html used on the current website is non standard,
running a html -> markdown task gives unsatisfactory results.
For the pages I've done so far I found
https://domchristie.github.io/to-markdown/
useful.
#### Running Locally
Run Hugo with `hugo serve`.
If you are on a PLUG dev box and want to access the site publicly, run `hugo serve --bind 0.0.0.0`