• HTML 68.5%
  • CSS 18.2%
  • JavaScript 12.2%
  • SCSS 1.1%
Find a file
Brooke 5eecd90b47
All checks were successful
Publish Zola Site / build (push) Successful in 42s
fix pet friendly text
2026-06-19 17:23:57 -04:00
.forgejo/workflows use previous zola image 2026-02-04 21:45:09 -05:00
blog move meshchat interfaces 2026-05-12 21:27:42 -04:00
main fix pet friendly text 2026-06-19 17:23:57 -04:00
.gitignore init hugo blog 2025-02-20 02:04:10 -05:00
.gitlab-ci.yml dummy commit 2025-08-27 23:16:58 -04:00
.gitmodules remove old hugo theme submodule 2026-02-04 21:12:44 -05:00
README.md Update README.md 2026-02-04 23:46:45 +00:00

Sandbox website

The format of the repo is a bit unorthadox but is only like that while I work on a hugo theme for the sandbox homepage.
main Includes everything for the Sandbox homepage, fonts, media, styles, etc.
blog Is a zola site with the theme zola.386

New blog posts

  1. Navigate to ./blog/
  2. Create a markdown file:
    • Using the forgejo editor, copy the file ./blog/content/en/post.md.sample (remove the .sample part), rename to your post title.
  3. (optional) Double check that hugo builds by running zola within ./blog or commit your changes to a new branch and have someone review before merging.