Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Posquit0 master #496

Closed
wants to merge 5 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,12 @@ You can see [PDF](https://raw.githubusercontent.com/posquit0/Awesome-CV/master/e
#### Requirements

A full TeX distribution is assumed. [Various distributions for different operating systems (Windows, Mac, \*nix) are available](http://tex.stackexchange.com/q/55437) but TeX Live is recommended.
You can [install TeX from upstream](https://tex.stackexchange.com/q/1092) (recommended; most up-to-date) or use `sudo apt-get install texlive-full` if you really want that. (It's generally a few years behind.)

If you don't want to install the dependencies on your system, this can also be obtained via [Docker](https://docker.com).

You can [install TeX from upstream](http://tex.stackexchange.com/q/1092) (recommended; most up-to-date) or use `sudo apt-get install texlive-full`
or `yum install texlive-scheme-full` if you really want that. (It's generally a few years behind.)

#### Usage

At a command prompt, run
Expand Down
34 changes: 32 additions & 2 deletions awesome-cv.cls
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,26 @@
%-------------------------------------------------------------------------------
% Configuration for fonts
%-------------------------------------------------------------------------------
\newcommand*{\headerfont}{\roboto}
\newcommand*{\headerfontlight}{\robotolight}
% Set the FontAwesome font to be up-to-date.
% conflicts with dupe in fontawesome.sty
% \newfontfamily\FA[Path=\@fontdir]{FontAwesome}
% Set font for header (default is Roboto)
\newfontfamily\headerfont[
Path=\@fontdir,
UprightFont=*-Regular,
ItalicFont=*-Italic,
BoldFont=*-Bold,
BoldItalicFont=*-BoldItalic,
]{Roboto}

\newfontfamily\headerfontlight[
Path=\@fontdir,
UprightFont=*-Thin,
ItalicFont=*-ThinItalic,
BoldFont=*-Medium,
BoldItalicFont=*-MediumItalic,
]{Roboto}

\newcommand*{\footerfont}{\sourcesanspro}
\newcommand*{\bodyfont}{\sourcesanspro}
\newcommand*{\bodyfontlight}{\sourcesansprolight}
Expand Down Expand Up @@ -302,6 +320,12 @@
% would be \stackoverflow{123456}{sam-smith}
\newcommand*{\stackoverflow}[2]{\def\@stackoverflowid{#1}\def\@stackoverflowname{#2}}

% Defines writer's serverfault profile (optional)
% Usage: \serverfault{<sf userid>}{<sf username>}
% e.g.https://serverfault.com/users/123456/sam-smith
% would be \serverfault{123456}{sam-smith}
\newcommand*{\serverfault}[2]{\def\@serverfaultid{#1}\def\@serverfaultname{#2}}

% Defines writer's linked-in (optional)
% Usage: \linkedin{<linked-in-nick>}
\newcommand*{\linkedin}[1]{\def\@linkedin{#1}}
Expand Down Expand Up @@ -527,6 +551,12 @@
\ifbool{isstart}{\setbool{isstart}{false}}{\acvHeaderSocialSep}%
\href{https://stackoverflow.com/users/\@stackoverflowid}{\faStackOverflow\acvHeaderIconSep\@stackoverflowname}%
}%
\ifthenelse{\isundefined{\@serverfaultid}}%
{}%
{%
\ifbool{isstart}{\setbool{isstart}{false}}{\acvHeaderSocialSep}%
\href{https://serverfault.com/users/\@serverfaultid}{\faServer\acvHeaderIconSep\@serverfaultname}%
}%
\ifthenelse{\isundefined{\@linkedin}}%
{}%
{%
Expand Down
5 changes: 5 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"extends": [
"config:base"
]
}
51 changes: 51 additions & 0 deletions techstack.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
<!--
--- Readme.md Snippet without images Start ---
## Tech Stack
freiheit/Awesome-CV is built on the following main stack:
- [CircleCI](https://circleci.com/) – Continuous Integration

Full tech stack [here](/techstack.md)
--- Readme.md Snippet without images End ---

--- Readme.md Snippet with images Start ---
## Tech Stack
freiheit/Awesome-CV is built on the following main stack:
- <img width='25' height='25' src='https://img.stackshare.io/service/190/CvqrSSFs_400x400.jpg' alt='CircleCI'/> [CircleCI](https://circleci.com/) – Continuous Integration

Full tech stack [here](/techstack.md)
--- Readme.md Snippet with images End ---
-->
<div align="center">

# Tech Stack File
![](https://img.stackshare.io/repo.svg "repo") [freiheit/Awesome-CV](https://github.com/freiheit/Awesome-CV)![](https://img.stackshare.io/public_badge.svg "public")
<br/><br/>
|2<br/>Tools used|11/10/23 <br/>Report generated|
|------|------|
</div>

## <img src='https://img.stackshare.io/devops.svg'/> DevOps (2)
<table><tr>
<td align='center'>
<img width='36' height='36' src='https://img.stackshare.io/service/190/CvqrSSFs_400x400.jpg' alt='CircleCI'>
<br>
<sub><a href="https://circleci.com/">CircleCI</a></sub>
<br>
<sub></sub>
</td>

<td align='center'>
<img width='36' height='36' src='https://img.stackshare.io/service/1046/git.png' alt='Git'>
<br>
<sub><a href="http://git-scm.com/">Git</a></sub>
<br>
<sub></sub>
</td>

</tr>
</table>

<br/>
<div align='center'>

Generated via [Stack File](https://github.com/apps/stack-file)
29 changes: 29 additions & 0 deletions techstack.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
repo_name: freiheit/Awesome-CV
report_id: a9e6b026ef858b02143add139e973763
repo_type: Public
timestamp: '2023-11-10T00:50:00+00:00'
requested_by: freiheit
provider: github
branch: master
detected_tools_count: 2
tools:
- name: CircleCI
description: Automate your development process quickly, safely, and at scale
website_url: https://circleci.com/
open_source: false
hosted_saas: true
category: Build, Test, Deploy
sub_category: Continuous Integration
image_url: https://img.stackshare.io/service/190/CvqrSSFs_400x400.jpg
detection_source: ".circleci/config.yml"
last_updated_by: Posquit0.BJ
last_updated_on: 2018-10-09 09:36:00.000000000 Z
- name: Git
description: Fast, scalable, distributed revision control system
website_url: http://git-scm.com/
open_source: true
hosted_saas: false
category: Build, Test, Deploy
sub_category: Version Control System
image_url: https://img.stackshare.io/service/1046/git.png
detection_source: Repo Metadata