Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 991 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 991 Bytes

Frenetic Dev/Technical Blog

Blog for Frenetic LLC's Software Development team - https://blog.freneticllc.com/

Built using Jekyll.

Using the Chirpy Theme

Setup

  • Install Jekyll per https://jekyllrb.com/docs/installation/
  • double-check that jekyll -v reports a jekyll version.
  • clone this repo and open a command line inside
  • git submodule update --init --recursive
  • bundle install
  • bundle exec jekyll build to build for external serving, or bundle exec jekyll serve to test at localhost:4000

Legal

Copyright (C) 2024 Frenetic LLC, All Rights Reserved.

Any software code (not blog content) used as part of the blog site itself is released under the terms of the MIT license (see LICENSE.txt).

Legal specifics for actual blog content varies.

Any code within a blog post generally comes from a source repo, and as such that source repo should be looked to for applicable licensing terms.