Bellevue Linux User Group
Welcome to the Bellevue Linux User Group transition web site.
This site is presently hosted at Dreamhost.
Contents will vary as the group works towards building a web site that meets multiple objectives:
-
Display user group meeting times and places.
-
Summarize previous meeting notes in blog-like fashion. Indeed by updating this site at least monthly we offer interesting information back to the Linux community.
-
About BELUG.
-
Create compelling content to attract new members and invigorate the group. We want the group to be around in 20 years.
-
The site supports HTTPS. That's done with a click in the Dreamhost panel, enabling Let's Encrypt.
-
Address Search Engine Optimization (SEO). We want Linux users to find our site easily.
-
Do we want a
robots.txt
file at the root of our domain? -
RSS feed?
-
Aim for a site high rating from Google Lighthouse.
-
Determine an attractive theme. This site needs to look great.
-
The site should be responsive, that is, look good on both small screens and large ones.
-
The site should load quickly. Test this using the web browser extension Sitespeed Report.
-
No JavaScript out of respect for our site visitors who don't want to run unsigned third party code on their computer.
-
Settle on a static site generator. Presently we're looking at:
- Hugo
- Jekyll and
- mkdocs
- However with Pandoc the universal document converter we can do this in one line:
bash
pandoc index.md -s -o index.html
This site is authored using Markdown. To view this page's source text click here →