- HTML 68.7%
- CSS 18.1%
- JavaScript 12.1%
- SCSS 1.1%
|
|
||
|---|---|---|
| .forgejo/workflows | ||
| blog | ||
| main | ||
| .gitignore | ||
| .gitlab-ci.yml | ||
| .gitmodules | ||
| README.md | ||
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
- Navigate to
./blog/ - 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.
- Using the forgejo editor, copy the file
- (optional) Double check that hugo builds by running
zolawithin./blogor commit your changes to a new branch and have someone review before merging.