Code of https://tixie.name
hugo server
hugo --baseURL $URL
As it $URL is an env variable but you can harcode it in the build command.
This website use Decap backoffice to manage albums easily. And it's possible to use it while working in local:
npm i (or npm ci if you don't want to impact the package-lock)
- Uncomment
local_backend: truein admin/config.yml (remember to not commit this change) - While running development hugo server launch this command in another terminal:
npx decap-server
Go to you website's local url + /admin (by default it's http://localhost:1313/admin). Enjoy!
- My logo and blog posts (images included) are under Creative Commons BY-NC-SA, except other folks showcased work who belong to their respective owners.
- Code (except the libraries I'm using) is under “I'm so tired” 1.0 license. Please take the time to read and check if you're allowed to use it before doing so. (Thank you luna who made it [source].)