Below you will find pages that utilize the taxonomy term “Lume”
pending issues on the theme modification
- showing latest git hash with link ;
- normalize author name to lowercase ;
- show all redirection-related posts with a generated table ;
- automaitcally filter all tags as small letters ;
- currently ( as of 2024-02-17 ), when 2 tags of of different cases being rendered, they would be turned into the same path which will cause conflicts in build time ;
building and deployment notes on the new jimz.cc
updates as of 2024-12-02
this site is now being generated via hugo instead. the following info are only kept for future reference.
overview
some notes on scaffolding this site when following the official instructions.
some background info
this site used to be built with gatsby, even thought the built site is fast in response and have endless possibilites by adding plugins, it is still too heavy and bulky at the back ( a basic starter takes too much time to start, and too much dependencies to deal with ), at least to me and in my use case which i don’t really need that much interactivities, and even if i did need them, in my next project i’d probably be building it with Fresh.
deploying lume project to deno deploy
overview
the instructions given in lume regarding the deploying to deno deploy is incomplete. this page serves to provide a complete instruction.
background info
- build static page with lume ;
- host the codes in github ;
- deploy in deno deploy ;
- automatic re-deployment in deno deploy on every gith push ;
this page describe (4) and provide missing info in lume.land by consolidating related info in reference pages listed at the end of this page.