From c8259e71503b511724eae2b27b5c334a62189374 Mon Sep 17 00:00:00 2001 From: Amneesh Singh Date: Wed, 9 Aug 2023 09:52:24 +0530 Subject: [PATCH] cv: add hrule after section headings Signed-off-by: Amneesh Singh --- documents/cv.org | 14 +++++++------- flake.lock | 34 ++++++++++++++++++++++++++-------- flake.nix | 2 +- templates/cv.tex | 4 ++-- 4 files changed, 36 insertions(+), 18 deletions(-) diff --git a/documents/cv.org b/documents/cv.org index 824b3f7..6dca431 100644 --- a/documents/cv.org +++ b/documents/cv.org @@ -6,7 +6,7 @@ title: Curriculum Vitae * Amneesh Singh | Email | : | [[mailto:natto@weirdnatto.in][natto at weirdnatto dot in]] | -| Homepage | : | [[https://weirdnatto.in][weirdnatto.in]] | +| Homepage | : | [[https://weirdnatto.in][weirdnatto.in]] | Hello, I am Amneesh Singh, I also go by =natto1784= online. I live in Delhi, India; and do random stuff. I am more of a "system-administrator" type of guy, but when it comes to programming, I want to do it all low-level; unless it relates to my hobby. @@ -33,16 +33,16 @@ I participated as a contributor in [[https://summerofcode.withgoogle.com/archive * Skills ** Programming Languages -*** _Experienced_ +*** Experienced C/C++, Rust, Python, Javascript -*** _Have used before_ +*** Have used before Lisp, Haskell, PHP, Java, Lua, Go, x86-Assembly, ARM-Assembly ** Tools -*** _Experienced_ -GNU/Linux, POSIX Shells, TeX, Git, Nix/NixOS, GNU Make, ffmpeg, OpenSSH, vi/vim, GNU Emacs, Docker, Hashicorp Nomad, Hashicorp Vault, nginx, Concourse CI, NodeJS, ReactJS -*** _Have used before_ -Pandoc, GitHub Actions, ZFS, Oracle Cloud Infrastructure, Terraform, Hashicorp Consul, Portage, yarn/npm, Rocket +*** Experienced +GNU/Linux, POSIX Shells, TeX, Git, Nix/NixOS, GNU Make, ffmpeg, OpenSSH, vi/vim, GNU Emacs, Docker, Nomad, Vault, nginx, ConcourseCI, NodeJS, ReactJS +*** Have used before +Pandoc, GitHub Actions, ZFS, OCI, Terraform, Hashicorp Consul, Portage, yarn/npm, Rocket ** Soft Skills - *Languages*: Hindi, Punjabi, English, Japanese (can read a little, cannot converse) diff --git a/flake.lock b/flake.lock index f7360a7..795595f 100644 --- a/flake.lock +++ b/flake.lock @@ -2,16 +2,16 @@ "nodes": { "nixpkgs": { "locked": { - "lastModified": 1666393929, - "narHash": "sha256-Tet6WIaK0NaeNmr+0ayIkHEauuKde+Tv3X+giSQB6wE=", + "lastModified": 1691464053, + "narHash": "sha256-D21ctOBjr2Y3vOFRXKRoFr6uNBvE8q5jC4RrMxRZXTM=", "owner": "nixos", "repo": "nixpkgs", - "rev": "7a0b1f3b9549507ba45339178221e6494f5ab6d7", + "rev": "844ffa82bbe2a2779c86ab3a72ff1b4176cec467", "type": "github" }, "original": { "owner": "nixos", - "ref": "release-22.05", + "ref": "nixpkgs-unstable", "repo": "nixpkgs", "type": "github" } @@ -22,13 +22,31 @@ "utils": "utils" } }, - "utils": { + "systems": { "locked": { - "lastModified": 1659877975, - "narHash": "sha256-zllb8aq3YO3h8B/U0/J1WBgAL8EX5yWf5pMj3G0NAmc=", + "lastModified": 1681028828, + "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", + "owner": "nix-systems", + "repo": "default", + "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", + "type": "github" + }, + "original": { + "owner": "nix-systems", + "repo": "default", + "type": "github" + } + }, + "utils": { + "inputs": { + "systems": "systems" + }, + "locked": { + "lastModified": 1689068808, + "narHash": "sha256-6ixXo3wt24N/melDWjq70UuHQLxGV8jZvooRanIHXw0=", "owner": "numtide", "repo": "flake-utils", - "rev": "c0e246b9b83f637f4681389ecabcb2681b4f3af0", + "rev": "919d646de7be200f3bf08cb76ae1f09402b6f9b4", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index 0b603ba..5448113 100644 --- a/flake.nix +++ b/flake.nix @@ -2,7 +2,7 @@ description = "My personal website"; inputs = { - nixpkgs.url = github:nixos/nixpkgs/release-22.05; + nixpkgs.url = github:nixos/nixpkgs/nixpkgs-unstable; utils.url = github:numtide/flake-utils; }; diff --git a/templates/cv.tex b/templates/cv.tex index 42dc95b..d1d63fd 100644 --- a/templates/cv.tex +++ b/templates/cv.tex @@ -36,14 +36,14 @@ \usepackage{ulem} \usepackage{titlesec} -\titleformat{\section}[hang]{\normalfont\Large}{\thesection}{1em}{} +\titleformat{\section}[hang]{\normalfont\Large}{\thesection}{1em}{}[{\titlerule[0.8pt]}] \titleformat{\subsection}[hang]{\normalfont\normalsize\bfseries}{\thesubsection}{1em}{} \titleformat{\subsubsection}[hang]{\normalfont\normalsize\itshape}{\thesubsubsection}{1em}{} \titlespacing\section{0pt}{12pt plus 4pt minus 2pt}{6pt plus 2pt minus 2pt} \titlespacing\subsection{0pt}{8pt plus 4pt minus 2pt}{4pt plus 2pt minus 2pt} \titlespacing\subsubsection{0pt}{6pt plus 4pt minus 2pt}{4pt plus 2pt minus 2pt} - + \setlength{\LTleft}{0pt} \begin{document} $body$ \end{document}