You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Modernize landing page with professional design overhaul
- CSS: complete rewrite with Inter font, CSS variables, gradient
primary buttons with hover lift, card hover effects, dark card
gradients, JetBrains Mono for code, admonition accent border,
and asciinema player shadow framing
- index.rst: punchier copy, concise intro paragraph, sphinx_design
badge row (Git/SVN/MIT/Zero lock-in/CI-CD ready), benefit-focused
feature descriptions, better card titles and section headings,
updated OG/Twitter meta tags
- conf.py: wider page (1100px), blue link/anchor colors, updated
page title and note background to match new color palette
https://claude.ai/code/session_01M6bbExVN7rKranDxBHaSrf
Are you tired of managing dependencies using Git submodules or SVN externals? Introducing *Dfetch*, a VCS agnostic, no-hassle, source-only solution
65
-
that allows you to easily retrieve dependencies as plain text from various sources. *Dfetch* eliminates the need for Git submodules or SVN externals
66
-
by providing a efficient and user-friendly way to manage your project's dependencies using *vendoring*. It promotes upstreaming changes and allows for local
67
-
customizations all while maintaining self-contained code repositories.
62
+
**Dfetch** vendors source code directly into your project — no Git submodules, no SVN externals, no hidden external links.
63
+
Dependencies live as plain, readable files inside your own repository. You stay in full control of every line.
68
64
69
-
Say goodbye to the hassle of traditional dependency management solutions and hello to a more efficient and streamlined process with *Dfetch*.
*Dfetch* is a versatile solution, being VCS agnostic it can be used with both Git and SVN, enabling users to seamlessly manage dependencies regardless of their VCS of choice and even to mix them.
82
+
Works seamlessly with **Git and SVN** — even mixed within the same project. Adapt to your team's workflow, not the other way around.
*Dfetch* ensures self-contained repositories by including dependencies directly within the project, eliminating external links and making deployment easier.
89
+
Every dependency is stored **inside your repository** as plain source code. No external links means simpler audits and hassle-free deployments.
.. card:: :material-regular:`smart_toy;4em;sd-text-primary` **Built for modern CI/CD**
111
107
:class-card: sd-bg-dark sd-text-light
112
108
113
-
*Dfetch* streamlines the integration process by being easily adaptable to various CI/CD automated tools, making it a breeze to implement in any development workflow.
114
-
It can generate reports for Github, Gitlab, Jenkins, DependencyTrack and more!
109
+
*Dfetch* plugs right into your automation pipeline. Report dependency update status to
110
+
**GitHub, GitLab, Jenkins, DependencyTrack** and more — keeping your entire team informed, automatically.
115
111
116
-
.. asciinema:: ../asciicasts/check-ci.cast
112
+
.. asciinema:: ../asciicasts/check-ci.cast
117
113
118
114
119
-
.. card:: Example config
115
+
.. card:: :material-regular:`description;1.5em` Example ``dfetch.yaml``
0 commit comments