diff options
author | David Luevano Alvarado <david@luevano.xyz> | 2021-05-27 21:51:53 -0600 |
---|---|---|
committer | David Luevano Alvarado <david@luevano.xyz> | 2021-05-27 21:51:53 -0600 |
commit | d01bcc92f5a32fefadf28fa26cf12ece731fe374 (patch) | |
tree | 1b0101e95a2e864e1e473ac4584a5095579667c0 /blog/dst/a/git_server_with_cgit.html | |
parent | e80db27e564445d7a9dd98bb8fd011b48d30fd73 (diff) |
reflect new article arrangement
Diffstat (limited to 'blog/dst/a/git_server_with_cgit.html')
-rw-r--r-- | blog/dst/a/git_server_with_cgit.html | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/blog/dst/a/git_server_with_cgit.html b/blog/dst/a/git_server_with_cgit.html index 01a3820..e808be2 100644 --- a/blog/dst/a/git_server_with_cgit.html +++ b/blog/dst/a/git_server_with_cgit.html @@ -170,10 +170,18 @@ repo.desc=These are my personal dotfiles. ... </code></pre> <p>Otherwise you could let <code>cgit</code> to automatically detect your repositories (you have to be careful if you want to keep “private” repos) using the option <code>scan-path</code> and setup <code>.git/description</code> for each repository. I will add more to my actual configuration, but for now it is useful as it is. For more, you can check <a href="https://man.archlinux.org/man/cgitrc.5">cgitrc(5)</a>.</p> -<p>Finally, if you want further support for highlighting, other compressed snapshots or support for markdown, checkout the optional dependencies for <code>cgit</code> and also the Arch Wiki goes in detail on how to setup highlighting with two different packages.</p> <p>Tags: -<a href="https://blog.luevano.xyz/tag/@english.html">english</a>, <a href="https://blog.luevano.xyz/tag/@git.html">git</a>, <a href="https://blog.luevano.xyz/tag/@nginx.html">nginx</a>, <a href="https://blog.luevano.xyz/tag/@tools.html">tools</a>, <a href="https://blog.luevano.xyz/tag/@tutorial.html">tutorial</a></p> +<p>Finally, if you want further support for highlighting, other compressed snapshots or support for markdown, checkout the optional dependencies for <code>cgit</code> and also the Arch Wiki goes in detail on how to setup highlighting with two different packages.</p> +<hr> +<div class="article-info"> <p>By: David LuĂ©vano</p> -<p>Created: Sun, Mar 21, 2021 @ 19:00 UTC, edited: Mon, May 17, 2021 @ 21:03 UTC</p> +<p>Created: Sun, Mar 21, 2021 @ 19:00 UTC</p> +<p>Edited: Mon, May 17, 2021 @ 21:03 UTC</p> +<div class="article-tags"> + <p>Tags: +<a href="https://blog.luevano.xyz/tag/@english.html">english</a>, <a href="https://blog.luevano.xyz/tag/@git.html">git</a>, <a href="https://blog.luevano.xyz/tag/@nginx.html">nginx</a>, <a href="https://blog.luevano.xyz/tag/@tools.html">tools</a>, <a href="https://blog.luevano.xyz/tag/@tutorial.html">tutorial</a></p> +</div> + +</div> </main> <footer> |