Skip to content

Commit

Permalink
init post
Browse files Browse the repository at this point in the history
Signed-off-by: razzle <harry@razzle.cloud>
  • Loading branch information
Noxsios committed Jan 8, 2024
1 parent e63a826 commit 7a38bf1
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 0 deletions.
62 changes: 62 additions & 0 deletions content/2024-01-07.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
+++
title = "CV as Code"
description = "My single-page, clean and simple developer CV written with Typst, tailwindcss colors and published to GitHub Pages."
slug = "cv-as-code"
date = 2024-01-07
draft = true

[taxonomies]
tags = ["cv","typst"]

[extra]
meta = [
{property = "og:image", content = "https://og.razzle.cloud/og?title=CV%20as%20Code"},
]
+++

> **TL;DR** My single-page, clean and simple developer CV written with [typst](https://typst.app/), [tailwindcss colors](https://github.com/kaarmu/typst-palettes/blob/main/doc/main.pdf) and published to GitHub Pages.
<!-- more -->

## first section

- [ ] typst

- [ ] format / inspo for cv

<https://github.com/BartoszJarocki/cv>

- [ ] colors

<https://github.com/typst/packages/tree/main/packages/preview/splash/0.3.0>

- [ ] fonts

<https://github.com/Homebrew/homebrew-cask-fonts>

- [ ] ci + gh pages

<https://github.com/actions/starter-workflows/blob/main/pages/static.yml>

![pages workflow](/ss/2024-01-07-1.png)

- [ ] tiny hack on index.html

```html
<!-- index.html -->
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Harry Randazzo's CV</title>
</head>

<body>
<iframe src="./harry-randazzo-cv.pdf" width="100%" height="100%" style="position:absolute;left:0;top:0;">
</iframe>
</body>

</html>
```
Binary file added static/ss/2024-01-07-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7a38bf1

Please sign in to comment.