• SCSS 58.2%
  • HTML 36.4%
  • JavaScript 5.4%
Find a file
Tixie 1473c94f66
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Add 404 page
2025-10-21 19:31:17 +02:00
assets Add full name 2024-07-26 00:53:16 +02:00
content Create Now Status “11-15-2024-06-32-am-grief-and-online-presence/index” 2024-11-15 07:45:48 +01:00
layouts Add 404 page 2025-10-21 19:31:17 +02:00
static contact links: Add Delta Chat 2024-12-17 09:43:32 +01:00
.gitignore Update Hugo version 2022-07-19 08:53:50 +02:00
.hugo_build.lock Add hugo_build.lock 2021-11-21 20:19:24 +01:00
.postcssrc chore: Add PostCSS autoprefixer 2020-02-07 11:26:27 +01:00
.woodpecker.yaml fix deuxfleurs.toml 2025-10-20 11:54:46 +02:00
deuxfleurs.toml Add 404 page 2025-10-21 19:31:17 +02:00
hugo.toml Add Deuxfleurs deployment config 2025-10-20 11:21:01 +02:00
LICENSE Add full name 2024-07-26 00:53:16 +02:00
netlify.toml Netlify CI: Refacto build config 2024-12-17 10:52:21 +01:00
package-lock.json lint: Move from CSSComb to StyleLint 2021-04-12 13:10:16 +02:00
package.json Add full name 2024-07-26 00:53:16 +02:00
README.md README: Update link to the license’s creator 2024-08-18 14:10:49 +02:00
server.js feat: Add netlify cms 2020-02-10 14:14:35 +01:00
stylelint.config.js lint: Move from CSSComb to StyleLint 2021-04-12 13:10:16 +02:00

Tixie.name

Code of https://tixie.name

Project setup

Install hugo

Install Documentation

Launch dev server

hugo server

Build for production

hugo --baseURL $URL

As it $URL is an env variable but you can harcode it in the build command.

Use DecapCMS in local mode

This website use Decap backoffice to manage albums easily. And it's possible to use it while working in local:

Install JS dependencies

npm i (or npm ci if you don't want to impact the package-lock)

Run local API

  1. Uncomment local_backend: true in admin/config.yml (remember to not commit this change)
  2. While running development hugo server launch this command in another terminal: npx decap-server

Admin your website in local

Go to you website's local url + /admin (by default it's http://localhost:1313/admin). Enjoy!

Credits

  • Higgcss - The minimal CSS framework I use as skeleton
  • Tobi - The minimal lib for lightbox

License

  • 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].)