Australian Army Cadets


Proven leadership, communication, and organizational skills gained as a Disciplinary Officer in the Australian Army Cadet Program, overseeing media, medical, and communications.

Published on February 12, 2025 by Min You

leadership education roles

1 min READ

The Australian Army Cadets (AAC) is a youth organisation that is involved in training and adventurous activities in a military setting. The programme has more than 19,000 Army Cadets between the ages of 13 and 19 based in 237 units around Australia. The motto is “Courage, Initiative, Teamwork”​ and a recently added motto “respect”​. here

Source : Jekyll Docs

To know more and get started with Jekyll you can click here

Installation

Jekyll is a Ruby Gem that can be installed on most systems.

Requirements

  • Ruby version 2.5.0 or above, including all development headers (ruby version can be checked by running ruby -v)
  • Ruby Gems (which you can check by running gem -v)
  • GCC and Make

After Installing the Requirements you can follow these guides:

For detailed install instructions have a look at the guide for your operating system.

Creating a new Jekyll site

We can create a new Jekyll site just by a simple command:

jekyll new my-site

Jekyll will create a new directory named as my-site which is customizable (i.e., you can change the name from my-site to anything you want for example jekyll new brutus).

Changing into the Directory

We have to go inside the directory:

cd my-site

Again, my-site is just a random name which is customizable.

Building the site and making it available on a local server

bundle exec jekyll serve

Browsing your Jekyll site

Browse to http://localhost:4000/

On encountering any problem while building and serving your Jekyll site you can consider visiting to the troubleshooting page