• HTML 68.7%
  • CSS 18.1%
  • JavaScript 12.1%
  • SCSS 1.1%
Find a file
Brooke 5dd37eb336
All checks were successful
Publish Zola Site / build (push) Successful in 53s
update wiki link
2026-03-01 16:42:22 -05:00
.forgejo/workflows use previous zola image 2026-02-04 21:45:09 -05:00
blog update blog post 2026-02-04 22:05:21 -05:00
main update wiki link 2026-03-01 16:42:22 -05: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.