Skip to main content

Demo Blog

Welcome to the demo blog. You can customize (or remove) this section in the _index.md file in the blog folder. You can read about how to organize content in Hugo in the official docs.

The posts below are in the same folder (blog/) and can be in the supported formats by hugo (Markdown, HTML, Emacs Org Mode, AsciiDoc, Pandoc, or reStructuredText).

You can use translations as well.

Create your own version of the site

This article is a guide to help you create your own version of the site using Adritian. It will cover the main steps to get started with the theme, and how to customize it to your needs. Creating a site This theme is for the content management system Hugo, so that will be a pre-requirement. Make sure that you install the extended version of Hugo, as the theme uses SCSS for styling, as well as image optimization.

Continue reading...

Demo Blog

Icons

Feb 28, 2025
The theme has multiple icons available for use. You can see them rendered here: threads bluesky x-twitter email user …
Continue reading
Demo Blog

Create your own version of the site

This article is a guide to help you create your own version of the site using Adritian. It will cover the main steps to get started with the theme, and how to customize it to your needs. Creating a site This theme is for the content management system Hugo, so that will be a pre-requirement. Make sure that you install the extended version of Hugo, as the theme uses SCSS for styling, as well as image optimization.

Icons

The theme has multiple icons available for use. You can see them rendered here: threads bluesky x-twitter email user table-list download circle-info square-twitter square-facebook linkedin square-github circle-arrow-left circle-arrow-right circle-arrow-up circle-arrow-down quote-left face-smile square-arrow-up-right youtube square-xing instagram dribbble behance file-pdf codepen yelp cloud-arrow-down medium stack-overflow meetup tiktok You can use them in several ways. With the link shortcode, as shown above. For more information on how to use shortcodes like this one, visit our shortcodes documentation page.

Theme shortcodes

Shortcodes are a convenient functionality of Hugo, allowing you to embed templates or layouts within other content. Some of the example built-in shortcodes are Instagram posts, YouTube videos, QR codes, etc. You can find the full list in the official docs. The theme provides custom shortcodes to allow you to customize your landing page as you want: education-list: Displays a list of educational qualifications. experience-list: Shows a list of professional experiences.

Other installation methods

This is a guide that extends the default instructions offered in the theme readme. Manual configuration If you prefer to manually set your site, you need to replace the contents of your config file (hugo.toml) file by these: hugo.toml configuration baseURL = "<your website url>" languageCode = "en" [module] [module.hugoVersion] # We use hugo.Deps to list dependencies, which was added in Hugo 0.92.0 min = "0.92.0" [[module.imports]] path="github.com/zetxek/adritian-free-hugo-theme" ## Base mounts - so your site's assets are available [[module.

Robotics Competitions

The Results I was one of the core members of the launch team for our school-wide Robotics Competitions program at SJA Jeju. I worked closely with the MS coaches to help run their teams and their tournaments in the first year and I was the HS Robotics coach and the program coordinator for the following two years. In that time, our program grew from approximately 15 students in Middle School only to over 50 (after tryouts) from 6th to 12th grade.

Sample content: featured image

Sample blog content. Like a lorem ipsum but saying something more interesting. Welcome to the world of “Content Ipsum,” the fresh alternative to the classic lorem ipsum. It’s the perfect blend for designers and writers who crave a dash of creativity and meaning in their placeholder text. Imagine a text that not only fills the space but also sparks the imagination, a text that weaves tales of innovation, inspiration, and the endless possibilities that creativity brings.

AP Instruction

Top Results In the three years I have taught AP Computer Science A, I have consistently produced top results with my students. In 2024, the overall percentage of 4s and 5s on the AP CSA exam was 46%. Across the three years I have taught the class, my average is 84%. In addition to that, I have spoken with several students who have completed my AP CSA course about the computer science classes they are taking in University.

Point Trackers

Point Trackers I have built three different point tracker programs for schools. These points trackers were integral parts of either the house team system or the SW-PBIS program at the school. Each of these three programs has been customized to the school’s needs, but they all were built on a few key concepts. SSI Scholar Dollars This was my earliest version of a point tracker. This iteration was in support of an SW-PBIS program, specifically awarding students for their good behavior outside of classroom.

Sample content: formatting styles

Sample blog content. Like a lorem ipsum but saying something more interesting. We will show some content that is supported: Basic Syntax Headings # Heading 1 ## Heading 2 ### Heading 3 #### Heading 4 ##### Heading 5 ###### Heading 6 Heading 2 Heading 3 Heading 4 Heading 5 Heading 6 Emphasis *This text will be italic* _This will also be italic_ **This text will be bold** __This will also be bold__ _You **can** combine them_ This text will be italic