Skip to content

Releases: cityofaustin/jekyll-theme-kocurek

Migrate visual design to align with ACCD web properties

10 May 06:33
2fb3c14
Compare
Choose a tag to compare

This brings the theme styles in-line with the Planning section of the ACC website.

Apply page Order values directly to subsection ordering

17 Sep 12:39
01fd6fc
Compare
Choose a tag to compare

Before:

index.md
---
order: 1
---

Now:

index.md
---
order: 0
---

This allows the actual .x subsection value to map directly to what's defined in the front-matter. In this case, index.md represents the home page of the parent Section, and then the first subsection would have order: 1 defined.

Apply bold to <strong>

15 Jul 21:02
4d78100
Compare
Choose a tag to compare
Merge pull request #8 from cityofaustin/strong-bold

Apply bold styling to <strong> tags

Patch <p> styling

18 Dec 16:39
Compare
Choose a tag to compare
v0.3.3

Fix inconsistent <p> layout

Tighten up <dl> styling

17 Dec 17:19
Compare
Choose a tag to compare
v0.3.2

Tighten up <dl> styling

Minor homepage enhancements

17 Dec 16:53
2eb9ae6
Compare
Choose a tag to compare

Style the display of deadlines and staff members

Add UI and accessibility enhancements

11 Sep 16:35
a9cd03e
Compare
Choose a tag to compare
Merge pull request #6 from cityofaustin/ui-tweaks

Update responsive and accessibility components

Initial design consideration

25 Jun 22:00
0b1d9fb
Compare
Choose a tag to compare

This incorporates the initial actual design, and introduces the following config-based changes:

  • Random background generator: Specify a number of background photos (integer 1-n) as a random_background_images configuration, then place any number of files n.jpg in assets/images/backgrounds/

  • Parent Site support: Add a link atop the navigation to a parent site, in our primary case either ACC or PEC production sites when viewing the respective ops policy site. The theme will look for the logo file in assets/images/

parent_site:
  title: Austin Convention Center
  url: https://www.austinconventioncenter.com
  logo: "acc-logo.jpg"

v0.1.2

08 Apr 14:41
ffe1ac0
Compare
Choose a tag to compare

Assign the search element ID more precisely to avoid conflict

v0.1.1

28 Oct 16:26
e2188cf
Compare
Choose a tag to compare

This releases introduces the PDF layout, which aggregates all of the site content into a single html page, accessible at /pdf off of the baseurl, which can be converted to PDF via any HTML-to-PDF conversation method.