.. _tuto_htmx_doc_meta_infos: ===================== Meta ===================== Gitlab project ================= - https://gitlab.com/gdevops/tuto_htmx Issues --------- - https://gitlab.com/gdevops/tuto_htmx/-/boards Pipelines -------------- - https://gitlab.com/gdevops/tuto_htmx/-/pipelines Git config ======================= Git config gitlab --------------------- .. literalinclude:: ../.git/config Git config local ------------------ :: [core] repositoryformatversion = 0 filemode = true bare = false logallrefupdates = true [remote "origin"] url = git@gitlab.com:gdevops/tuto_htmx.git fetch = +refs/heads/*:refs/remotes/origin/* [branch "master"] remote = origin merge = refs/heads/master [user] name = Aaron email = swaaron@pm.me [alias] dlog = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit ci = commit co = chekout st = status pyproject.toml ================= .. literalinclude:: ../pyproject.toml :linenos: conf.py ======== .. literalinclude:: ../conf.py :linenos: gitlab-ci.yaml =============== .. literalinclude:: ../.gitlab-ci.yml :linenos: .pre-commit-config.yaml ======================== .. literalinclude:: ../.pre-commit-config.yaml :linenos: Makefile ========== .. literalinclude:: ../Makefile :linenos: