Commit Graph

  • 3372f62596 Update Alaska business license link in footer to open in a new tab for better user experience. main beardedtek 2025-10-23 10:30:10 -08:00
  • 530e4d608f Add Alaska business license link to footer for compliance. beardedtek 2025-10-23 10:28:33 -08:00
  • a9c0f13d6a Fixed typo beardedtek 2025-10-23 10:26:19 -08:00
  • c7a585af1a Add business license to footer. beardedtek 2025-10-23 10:21:14 -08:00
  • 83250b66dd Update rates.yml BeardedTek 2025-09-17 09:32:49 -08:00
  • ff6d6f9a4b Update rates.yml BeardedTek 2025-09-17 09:02:06 -08:00
  • 7833fc65c3 Update Decap CMS script source in index.html for improved compatibility and performance. beardedtek 2025-07-29 14:02:25 -08:00
  • a54f95baf5 Add PKCE support in config.yml and enhance DecapCMS initialization in index.html with additional load checks and debugging logs. beardedtek 2025-07-29 14:00:00 -08:00
  • 03e3c5aef9 Add token endpoint to config.yml for compatibility and enhance Decap CMS initialization in index.html with load checks. beardedtek 2025-07-29 13:56:21 -08:00
  • df2325adb6 Fix label formatting in config.yml and initialize Decap CMS in index.html for improved content management setup. beardedtek 2025-07-29 13:53:03 -08:00
  • 5809a88fb3 Update app_id format in config.yml for consistency and clarity. beardedtek 2025-07-29 13:49:21 -08:00
  • 31f2e4823d Add blog collection to config.yml and update index.html to use Decap CMS, enhancing content management and improving HTML structure. beardedtek 2025-07-29 13:35:14 -08:00
  • 2ac644d4b6 Remove local configuration files and test HTML files to streamline project structure and eliminate redundancy. beardedtek 2025-07-29 13:24:32 -08:00
  • c48923fe99 Add collections for pages, blog, navigation, footer, and contact data in config.yml to enhance content management capabilities. beardedtek 2025-07-29 13:07:54 -08:00
  • 52449e9d42 Remove unused collections and fields from config.yml to simplify configuration structure and improve maintainability. beardedtek 2025-07-29 13:06:44 -08:00
  • 1a8d075c0e Remove branch configuration from backend in config.yml to streamline version control settings. beardedtek 2025-07-29 12:28:31 -08:00
  • e7c3d35b4e Add local_backend configuration to config.yml to specify backend behavior beardedtek 2025-07-29 12:26:52 -08:00
  • 344d23da1d Add branch configuration to backend in config.yml for clarity in version control beardedtek 2025-07-29 12:24:10 -08:00
  • ad7c580ace Update backend configuration in config.yml to use absolute URLs for API and auth endpoints, improving clarity and consistency. beardedtek 2025-07-29 12:20:41 -08:00
  • 76b7cd14af Update backend configuration in config.yml to use relative paths for API and auth endpoints, enhancing portability. beardedtek 2025-07-29 12:14:20 -08:00
  • 652927aa66 Remove config.template.yml file, eliminating outdated backend and collection configurations. beardedtek 2025-07-29 12:10:03 -08:00
  • f2285c9733 Update config.template.yml to include app_id and use absolute URLs for API and auth endpoints beardedtek 2025-07-29 12:07:18 -08:00
  • 5d32350815 Update OAuth URLs in config.template.yml to use relative paths for consistency and portability beardedtek 2025-07-29 12:04:32 -08:00
  • 9e0f742129 Refactor OAuth URLs in config.template.yml to use relative paths for improved portability beardedtek 2025-07-29 12:00:39 -08:00
  • 511c438455 Create config.template.yml to insert OAUTH_CLIENT_ID and OAUTH_CLIENT_SECRET at build time. beardedtek 2025-07-29 11:57:52 -08:00
  • 2c457b64ce Update backend configuration to use Gitea, including new authentication settings and API endpoints beardedtek 2025-07-29 11:48:01 -08:00
  • 827f5bc88c Update script source for SveltiaCMS to use the new package structure beardedtek 2025-07-29 11:32:52 -08:00
  • 25bdb09f30 Remove admin redirect page from content directory beardedtek 2025-07-29 11:28:42 -08:00
  • 2eff84ae2f Refactor navbar and footer configuration to utilize new enable flags in .Site.Data beardedtek 2025-07-29 11:24:51 -08:00
  • 08fc1f2bb6 Use new .Site.Data.navbar.enable and .Site.Data.footer.enable BeardedTek 2025-04-23 11:41:55 -08:00
  • d30fca8d96 Move navbar config to /data/navbar.yml Move footer config to /data/footer.yml Remove unused blog BeardedTek 2025-04-23 11:40:51 -08:00
  • 6673e5bf92 adjust rate boxes to be same size on smaller screens BeardedTek 2025-04-23 09:36:51 -08:00
  • 999013d72e Update Contact Form to use a dropdown for subject and proper links for Terms of Service and Privacy Policy BeardedTek 2025-04-22 21:39:18 -08:00
  • e35e359f60 Get rid of set-dark-mode.js as it can't work as intended. Add class cursor-pointer to themeToggle Button. BeardedTek 2025-04-22 15:24:24 -08:00
  • 9d1c878e42 Add fine print for plausible and remove 'toggle modal' button BeardedTek 2025-04-22 14:43:55 -08:00
  • e8969ef00b Modify cookie banner update javascript bundle with webpack BeardedTek 2025-04-22 12:29:53 -08:00
  • 554cb7ca38 Add Plausible Banner BeardedTek 2025-04-21 22:51:03 -08:00
  • 83e91efb5d Add About page BeardedTek 2025-04-19 21:31:38 -08:00
  • f9bbc1604b Update plausible BeardedTek 2025-04-19 17:24:41 -08:00
  • cc81e4c895 update footer BeardedTek 2025-04-19 15:02:35 -08:00
  • 5dbf6901a0 Add Privacy Terms and Conditions and Cookie Policy BeardedTek 2025-04-19 14:40:51 -08:00
  • fe11455103 remove DC_BUILD_FLAGS and DC_UP_FLAGS Turn docker compose command into a variable and echo it prior to SSH'ing into server. BeardedTek 2025-04-18 13:24:26 -08:00
  • b269d12ddc Let's try this again BeardedTek 2025-04-18 13:16:55 -08:00
  • 5bac0e8646 Forgot the $ before REMOTE_HOST lol BeardedTek 2025-04-18 13:10:44 -08:00
  • d938275ea3 Test with all environment variables set correctly lol BeardedTek 2025-04-18 13:10:00 -08:00
  • d44c5900f1 add GitHub Action to deploy the site on push BeardedTek 2025-04-18 13:07:53 -08:00
  • 4f196c0139 Tweaked UI and removed extra pricing pages BeardedTek 2025-04-18 11:44:23 -08:00
  • 1b46838397 change hero height to 55vh BeardedTek 2025-04-17 22:15:28 -08:00
  • ab54ea3a7c adjust padding for veteran owned badge for mobile BeardedTek 2025-04-16 23:57:13 -08:00
  • 924cba370f change hero height to 55vh BeardedTek 2025-04-16 23:55:30 -08:00
  • a4c7a9f144 update hero height BeardedTek 2025-04-16 23:51:14 -08:00
  • 492115f7c3 Add Veteran Owned Badge BeardedTek 2025-04-16 23:27:40 -08:00
  • c229b6ff2c make telephone links work BeardedTek 2025-04-16 19:31:03 -08:00
  • 2769e16237 Fix those nasty compilation errors BeardedTek 2025-04-16 17:38:32 -08:00
  • b1d4df8991 Fix telephone links BeardedTek 2025-04-16 14:40:40 -08:00
  • 720de92caf begin to configure site - need to get rid of extra stuff still... BeardedTek 2025-04-16 14:37:57 -08:00
  • 60b4202649 add name field to inputs on contact form BeardedTek 2025-04-15 15:12:13 -08:00
  • 1f9fb439de Remove _gh_pages, change build directory to public, add gitignore BeardedTek 2025-04-15 15:01:38 -08:00
  • 47f065dfab INITIAL COMMIT BeardedTek 2025-04-15 14:55:06 -08:00