Skip to content

Stack-in-a-box/triumphmayflowerclub.com

Repository files navigation

New website for the Triumph Mayflower Club, launched in March 2018

Links ‱ Versions ‱ Roadmap ‱ Development guide ‱ Deployment ‱ Contact ‱ Copyright

Website Screenshot

TMC Logo

The Triumph Mayflower Club is an organisation dedicated to the preservation of classic 1950s car, the Mayflower, by British car manufacturer Triumph. The club itself formed in 1974 and made its initial, limited foray into the World Wide Web back in 2005, and then I (Andi, project maintainer) was commissioned in 2017 to create them a new website from scratch when my parents became members. Click here if you’re interested in reading more about the car and the club.

This new website is written in vanilla HTML5 for the documents’ markup, CSS3 for styling, a small amount of JavaScript (ES6) and is built using Jekyll as a static site generator to minimise code duplication. It is designed to run in any major “evergreen” browser (i.e. Chromium-based Microsoft Edge, Google Chrome, Mozilla Firefox, Apple Safari or Opera), desktop or mobile, without issue.

The current hosting situation for the production site is only really suitable for hosting a static HTML site (yay, budget constraints of a niche club), so it’s not really practical to host anything other than that, for instance an ASP.NET Core server application for more advanced functionality, so I consider it somewhat of a personal engineering challenge to see how far I can push the limits of what can be done, feature-wise, with a static website, before having to upgrade the hosting to allow for a more complex client-server solution.

Table of contents

Links

The different hosted versions of the website can be found at the following locations, where the canary server is the automatically-generated GitHub Pages site based-on the latest master, the staging area is a subdomain of the live website that we deploy to manually when we want to test-out new features and the production site is the current publicly-available website (also deployed to manually):

Oh, and just for the fun of it, here’s what the old website looked like for comparison!

Versions

The GitHub Releases system is used to increment the version of, tag and publish releases, and is the single source of truth for what the current version of the website is. No version numbers are explicitly held in the repo’s files.

Since this codebase is a website, there’s obviously no need to maintain any release branches to backport fixes to, as there’ll only ever be one live site which will always have the latest changes on it.

When a new version of the site is released via GitHub, the website will query a specific GitHub API endpoint at runtime to get both the latest release’s version number and publish date, which is then displayed to the end user in the footer of each page.

Numbering

SemVer is used, albeit loosely, as a version numbering scheme for the website. The major, minor and patch parts are bumped for a release in accordance with the following types of change to the codebase:

  • Major: Complete or significant rewrites of the website where the fundamental technology used has changed, for instance moving from a Jekyll-based static website to a declarative React.js web application, or even a move to a client-server architecture by introducing an ASP.NET Core server application into the mix. A major design refresh of the website’s visuals would also fall into this category.
  • Minor: For major (i.e. newsworthy) feature update releases. I tend to work on a couple of major new features (either in terms of functionality or new sections of the website) between club AGMs, so the frequency of these updates is usually also annual.
  • Patch: For everything else, including but not necessarily limited to: publishing news articles, new content, fixing typos, fixing bugs and broken links, fixing incorrect information and minor new features.

Major releases

There have been two major releases published so far, which are listed below with their key changes, as well as which features are currently in progress for the next major update – every historical release ever published since going-live with this new site can be found on the Releases page:

  • v1.0 – Launch of the new website:
    • Entirely new Jekyll-based modern static website for evergreen desktop browsers.
    • Built from the ground-up to entirely replace the aging legacy one.
    • Visual design follows a quirky skeuomorphic language mimicking a workbench.
    • Sections include about, history, news, events, photos, documents, shop, contacts and links.
    • Single-step build using Jekyll at the command line.
  • v1.1 – News archive and finished visuals:
    • An archive-style system for organising our ever-growing list of news articles.
    • Finished and integrated the graphical assets that were incomplete by the release of v1.0.
    • Added the remaining content to the footer, also originally intended for v1.0.
    • New Facebook page created by Andi and Mark Smith (publicity officer).
    • News article template Word document, to aid contributors in submitting news content.
    • Editable membership forms as PDFs, a step towards signing-up completely online.
    • Full GDPR compliance and supporting news article.
    • 2019 annual general meeting minutes published.
  • vNext – Members-only area (WIP):
    • ...

Roadmap

This is a non-exhaustive list of the things I’d like to add in future development, in no particular order. This is obviously subject to change, but it should be a good indication of what’s to come. I’ll tick things off as and when they get done. I want to eventually get to a stage where I’ve provided enough tooling so that most of the content can be published by other people, so that I’m freed-up to work primarily on adding new features.

Content

Features

  • Simple, client-powered search.
  • Members-only area.
  • A forum system.
  • Members directory.
  • Mobile-optimised layout.
  • Bespoke CMS-style authoring tools.
  • E-commerce integrations (membership, spares, etc.).
  • Pre-generated OCR of PDFs and images.
  • Powerful server-side search engine.
  • Push notifications for new content updates.
  • Mailing list signup and delivery system.
  • Open Graph integration for sharing to social media.
  • Automatic heading anchors (appear on hover).
  • Minor features:
    • Membership number badges.
    • Click-to-zoom on pictures.
    • Social media feed widgets.
    • Share links.

Technical

  • Markdown files instead of HTML for new news articles.
  • Development of an automated deployment script.
  • Continuous delivery (CD) using GitHub Actions.
  • Novel client-side user auth system.
  • Enhanced languages, e.g. Sass, TypeScript, C♯.
  • Migration from static site generation to a React.js app.
  • Migration to a client-server architecture.
  • Conformance with accessibility standards.
  • Asset and delivery optimisation.
  • Force consistent browser caching behaviour (if possible).
  • Reduce code duplication by refactoring using more Jekyll “Includes” and “Layouts”.
  • Make this repo a great place for fledgling web devs to cut their teeth.
  • Contribute to open source by spinning-off newly-developed tech into standalone projects.
  • Delivery over HTTPS instead of HTTP (not crucial while just a static site).

Development guide

I’ve tried to write this readme in such a way that those who aren’t necessarily familiar with coding have a fighting chance of contributing to the website’s development if they’re so inclined; such as club members. As such, if you’re already a developer, some of these instructions may seem a little overly-verbose, so you can probably skip some elements. Conversely, if you’re not too tech-savvy, I recommend reading everything if you want to be able to help us out with the site – incidentally, you’re absolutely welcome here whatever level of experience (if any), hence why I’ve tried to be as explicit as possible with instructions, so please don’t feel put-off if it looks overwhelming! Send me an email if you’d like to get involved but could do with a hand getting started, and I’d be happy to get you going.

Prerequisites

For the most part, these are the bare-minimum requirements for getting up-and-running.

Microsoft Windows

While not strictly a requirement, I personally develop on Windows myself so, naturally, this guide is tailored to getting a development environment established on a Windows PC. If you are on Windows then I highly recommend upgrading to Windows 10 if you haven’t already done so:

I have no problem with contributors developing using macOS or Linux assuming you know what you’re doing and stick to Windows-style line endings (CR+LF). I may expand these instructions in future if there’s enough demand for people wanting to develop on other platforms – feel free to submit a pull request yourself to update the readme with said instructions if you’re one such developer!

Git for Windows

Git is what’s known as a version control system (VCS) and it’s what millions of developers the world over use every day to manage their codebases. It provides a comprehensive history of changes made to the source code repository as well as tools to help multiple developers work together on the same codebase remotely from potentially anywhere on the planet. The new Triumph Mayflower Website is currently being developed using Git as its VCS to provide a solid backbone for our development process. Follow these steps to install Git for Windows:

  1. Download and run the Git for Windows installer from their website:
  2. On the “Adjusting your PATH environment” page, select “Git from the command line and also from 3rd-party software”.
  3. On the “Choosing HTTPS transport backend” page, select “Use the OpenSSL library”.
  4. On the “Configuring the line ending conversion” page, select “Checkout as-is, commit as-is”.
  5. Complete the rest of the setup wizard.

GitHub setup

The website’s source code is hosted on GitHub (the website you’re currently reading this on). In order to download and alter the source code, you’ll need to sign-up for a GitHub account:

  1. Go to https://www.github.com/.
  2. On the GitHub homepage, choose a username and enter an email address and password, then click “Sign up for GitHub”.
  3. Follow the instructions on the next page to verify your account, then click “Join a free plan”.
  4. Enter the most applicable options for you on the “Welcome to GitHub” page.
  5. Check your emails for a verification email (make sure it’s not in your “junk”/“spam” folder) and click the “Verify email address” link.
  6. Load Git Bash and run the following command – entering an empty passphrase is fine.
    • ssh-keygen
  7. Copy the contents of the public SSH key file that was generated to the clipboard by running:
    • cat ~/.ssh/id_rsa.pub > /dev/clipboard
  8. Back on the GitHub website, click the user icon in the top-right corner followed by “Settings”.
  9. On the left-hand menu, click “SSH and GPG keys” followed by “New SSH key”.
  10. Paste the contents of the clipboard into the “Key” field and click “Add SSH key”.
  11. Your Git Bash client will now automatically authenticate you when you’re communicating with GitHub through the said client—in other words, you won’t need to enter a username and password every time you try to interact with it!

Local repository

For those unfamiliar, a Git “repository”, or “repo” for short, is a set of source code files (usually stored on a centralised “remote” server somewhere) alongside specific Git-managed metadata files which contain information about where the remote server can be found on the internet (or local network), various pieces of configuration information and, most importantly, a complete history tree of all changes made to the codebase – what specific changes were made at each stage, when they were made, who made them and how they were integrated back into the primary flow of code from temporary “branches” where developers can work on isolated copies of the code without interfering with other devs working on the same codebase.

Clone

In order to make changes to the website and see the effect those changes have, you’ll need to download the source code to your local machine in what’s called a “clone” operation. This will download a copy of the source code repository to your file system and allow it to be managed by Git:

  1. Create a directory (folder) somewhere on your filesystem without any space characters in the path (a common convention among developers is C:\dev; I personally keep my repos in C:\Development\Repositories).
  2. Load Git Bash and enter the following command to change the working directory to the newly-created folder (assuming you chose C:\dev):
    • cd /c/dev
  3. Clone the website repository by entering the following command:
    • git clone git@github.com:Stack-in-a-box/triumphmayflowerclub.com.git
  4. When asked whether you want to continue connecting to GitHub, type yes and hit [Enter].
  5. Once the clone operation has finished, enter the following command to change the working directory to the root directory of the local repository:
    • cd triumphmayflowerclub.com
Configure

When you’ve downloaded a local copy of the repository, you need to configure Git such that it automatically credits you as the author of any code changes you make:

  1. Set your name by running the following command and replacing <name> with your first and last name:
    • git config --local user.name "<name>"
  2. Set your email address by running the following command and replacing <email> with the email address you used to register your GitHub account with (you don’t need the quotes either side of the email address like with setting your name in the previous step, as it won’t contain any spaces):
    • git config --local user.email <email>

Jekyll

Jekyll is what’s known as a “static site builder”. It allows us to reduce the amount of repeated code throughout the codebase, by “factoring” the commonly used parts of a page (such as the title image, navigation bar, page footer, primary styles, etc.) into single files which are simply referenced in specific pages; then, when Jekyll is run to “build” the site, it will re-insert the factored-out code into each of the source files that reference it, creating a reconstructed set of files which can then be deployed to the live server and opened in a web browser.

(Note: At the time of writing, which is July 2020, Jekyll doesn’t fully support WSL 2, as it doesn’t receive all file-system update events which are required for the jekyll serve feature that allows for automatically-triggered rebuilding whenever source files change, so stick to WSL 1 for the time being.)

  1. Open an elevated PowerShell instance by searching for “powershell” in the search box on the taskbar (assuming Windows 10) then pressing [Shift + Enter] to run it as an administrator.
  2. Enable the Windows Subsystem for Linux (WSL) feature by running the following command in the elevated PowerShell prompt and reboot when prompted to do so:
    • Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux
  3. Open the Microsoft Store, search for the Ubuntu app, install it and then click “Launch” once it’s installed.
  4. The app, once open, will take a few minutes to perform some initial under-the-hood set-up

  5. When prompted, enter a username and password to use when dealing with WSL (doesn’t have to be the same as your Windows login credentials).
  6. At the bash prompt, which should look something like <username>@<machine>:~$, run the following command to update the list of packages that can be installed and repositories to install them from (enter your UNIX password when prompted). This will take a while to complete:
    • sudo apt-get update -y && sudo apt-get upgrade -y
  7. Install Ruby by running the following 4 commands one after the other:
    • sudo apt-add-repository ppa:brightbox/ruby-ng (press [Enter] to confirm)
    • sudo apt-get update
    • sudo apt-get install ruby2.7 ruby2.7-dev build-essential (enter “Y” when asked)
    • sudo gem update
  8. Finally, install Jekyll by running the following:
    • sudo gem install jekyll

Running the website locally

Once Jekyll has finished installing, in an Ubuntu terminal session, and assuming you chose C:\dev as your location for storing your repositories, perform the following steps to spin-up a local development server instance:

  1. Change the working directory to the root directory of the local repository by entering the following command:
    • cd /mnt/c/dev/triumphmayflowerclub.com
  2. Run Jekyll in “watch” mode, so that it rebuilds the site whenever the source files change, by issuing the following command:
    • jekyll serve
  3. Wait a little while for the initial build to take place, then Server running... press ctrl-c to stop. will be displayed. At this point, open a web browser and navigate to http://localhost:4000/ to view the website running locally from your local copy of the source code.
  4. Whenever you make changes to a file and save it, Jekyll will pick-up on this and automatically trigger a new build. To see your changes in your locally-hosted site, look in the terminal and wait for the regenerating to complete (...done in x seconds. will be shown, where x is the number of seconds it took to generate the new changes). At this point, you can refresh the page loaded in your browser and the changes will appear on the site.

(Note: Jekyll doesn’t always notice when brand new files are created, so if you refresh your browser and the page isn’t accessible, try closing Jekyll and running it again, and the new page should then be included in the build.)

Recommended tools

I’ve recommended some tools you may want to use for development. None of these are required, they just might make working on the site easier.

Chromium-based browser

You’ll need a web browser, preferably a Chromium-based one, such as Microsoft Edge (included with Windows 10) or Google Chrome, in order to test any changes you make to the website before committing them to the codebase.

Visual Studio Code

If you’re going to be modifying the website’s source code, you’ll need a good text editor. I recommend using Visual Studio Code as it’s modern, lightweight, cross-platform and has many features that you’d usually find in a fully-fledged IDE such as syntax highlighting, code completion, IntelliSense and a large ecosystem of plugins. For simple website development using vanilla HTML, CSS and very occasional JavaScript, it should work extremely well out of the box without any configuration changes or additional plugins:

  1. Download and run the Visual Studio Code installer from their website:
  2. Continue through the installation wizard until the end. The default options are fine.

Microsoft Word

Not a necessity but it can be useful when authoring news articles or content for inclusion on the site, as it automatically adds typographical Unicode characters that are required by our code standards (to be documented at some point in the future), such as “smart quotes”, en dashes, etc. The full version of Word is obviously paid software as part of the Office suite of applications, but there are plenty of decent, free, open-source alternatives that offer similar functionality.

Adobe Photoshop

Photoshop is what I use for photo editing, but most editors should do a good job of simple editing tasks.

Contributions

My vision for this project, as it evolves, is that it will start to attract a small core team of developers and non-technical contributors, such that it becomes a great place where those wanting to get their hands dirty with some open-source website development can do so. Having more team members will also free me up to work on feature additions, major refactors and integrating new technologies.

Eventually, it would be great if I had time to develop a simple, bespoke set of CMS-style authoring tools that would let non-technical club members author and submit news articles and other content for inclusion on the site with minimal or even zero technical intervention. As it stands, the site will need manually updating by technically-minded folk for the foreseeable future, but hopefully we’ll get to this stage someday.

Deployment

To deploy either the staging or live site, perform the following:

  1. Make sure your local repository is in a clean state and that the changes to be deployed are checked-out.
  2. Issue the following command in Ubuntu to build the source code:
    • jekyll build
  3. Download and install WinSCP from the Microsoft Store.
  4. When prompted, enter the following details into the “Session” pane:
    • File protocol – SFTP
    • Host name – triumphmayflowerclub.com
    • Port number – 22
    • User name – (Obtain from a website admin)
    • Password – (Obtain from a website admin)
  5. Say “Yes” when WinSCP asks if you’re okay connecting to an unknown server and adding its host key to a cache.
  6. In the left-hand panel, navigate to the _site directory in the root of your repo, as this is where Jekyll places the output from the site generation process.
  7. In the right-hand panel, navigate to either the beta.triumphmayflowerclub.com or public_html subdirectory, depending on whether you’re deploying to the staging or live site respectively.
  8. In the right-hand panel, delete index.html and rename updating.html to index.html. Ideally, this would be an atomic operation to minimise the risk of someone being unable to load the homepage, but the timeframe in which this happens and the relatively few people accessing our website mean that this isn’t really an issue in practice. This will be addressed properly once we start using GitHub Actions for continuous deployment.
  9. Select all files in the left-hand source panel, with the exception of index.html, and drag them across to the right-hand destination panel.
  10. Click “Yes” when prompted to begin the file transfer.
  11. When asked to confirm whether overwriting is okay, click the small downwards arrow on the right-hand side of the “Yes” button and click “Newer only”. This will begin the transfer.
  12. Once this transfer has completed, copy index.html from the source panel to the destination one to overwrite it. The deployment is now complete.

Contact

If you need to get in-touch with me (Andi Emma Davies – lead developer), please do so at the following email address: andi@stackinabox.co.uk

Copyright

Copyright © Stack-in-a-box Software 2017–2021

Copyright © Triumph Mayflower Club 2005-2021