Skip to content

hana-yori-dango/burogu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Burogu

Rust Zola

Made thanks to https://www.getzola.org/themes/even/.

I have made minor updates such as:

  • Github & LinkedIn icons in the navigation menu
  • Added a description above post links
  • Added tags to each post links
  • Updated the post layout to have the tags at the beginning

Getting Started

Pre-requisites

Development

Serves and re-renders the website as it is updated. http://127.0.0.1:1111

zola serve

Release

Builds the static website in public/ directory.

zola build

Deployment

Cloudflare/pages automatically deploies whenever I push on main branch.

Cloudflare failed to build with zola 0.17.2 when I attempted it, so instead I build locally.

  • Advantage: faster deploy since I build faster than Cloudflare CD.
  • Drawback: have to do this manual step (or should have a pre-commit)