Skip to content

Releases: braican/braican.com

Release 8.0.0

Choose a tag to compare

@braican braican released this 07 Jan 18:59
7cc92b8

This release includes a full overhaul of the tech stack in an effort to simplify all parts of the website and development experience:

  • The application is built with 11ty as a static site.
  • Pages CMS is used for content management (moving away from WordPress as a headless service).
  • 11ty is used to compile css and JavaScript files via esbuild.

Release 7.0.1

Choose a tag to compare

@braican braican released this 21 Nov 02:57
5ab3d8b
  • Introduce a loading animation for the fonts, with an appropriate backup if they aren't loaded or javascript isn't enabled.
  • Small type style enhancement.
  • Adds a favicon (can't believe I hadn't done that already...).

Release 7.0.0

Choose a tag to compare

@braican braican released this 26 Aug 17:27
58843c5

Moves the site to use Gatsby to generate the static site, and simplifies the design.

Release 6.2.3

Choose a tag to compare

@braican braican released this 12 Oct 21:23
1032e3f

This update addresses:

  • Updated headline typeface to Futura, because I sure do love Futura.
  • Adjust intro layout.
  • Other miscellaneous aesthetic improvements.

Release 6.2.2

Choose a tag to compare

@braican braican released this 10 Oct 15:33
d3075b0
  • Various style updates. (#24)
  • Refactoring some JavaScript to ES6 classes, and reformatting based on style settings. (#25)
  • Additional documentation for environment setup. (#26)
  • Switch to using yarn vs. npm.

Release 6.2.1

Choose a tag to compare

@braican braican released this 19 Jul 16:09
d00c1e2

Minor style updates around layout and project gallery.

Release 6.2.0

Choose a tag to compare

@braican braican released this 19 Jul 13:58
04a85ab

This release:

  • Adds social media links in footer.
  • Enables post thumbnail capability within WordPress.
  • Updates WordPress and ACF plugins.

https://github.com/braican/braican.com/milestone/3?closed=1

Release 6.1.0

Choose a tag to compare

@braican braican released this 19 Jul 13:58
870eb12

Miscellaneous improvements.

  • Locks down mobile styles.
  • Adds Netlify support to forms, and handles submissions via ajax.
  • Build taks enhancement - minify javascript for production.

https://github.com/braican/braican.com/milestone/2?closed=1

Release 6.0.0

Choose a tag to compare

@braican braican released this 09 Jul 23:55
2fb03d0

This major update introduces an overhaul of the system driving the site - WordPress now handles the content and provides an API with endpoints that expose data in the form of data, and Hugo is used to statically generate the pages of the site.

There are also some small aesthetic updates to the site, including some new typefaces, new type styles, and a more expressive project gallery.

release 5.0.1

Choose a tag to compare

@braican braican released this 21 Jun 15:13
cf44c4d
  • Small style enhancements