Skip to content

Commit 58ba601

Browse files
Merge pull request #255 from DiogoRibeiro7/codex/criar-arquivo-requirements.txt-e-atualizar-readme
Add Python requirements and setup instructions
2 parents 0dbaf4e + ae6879c commit 58ba601

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,15 @@
1212

1313
Minimal Mistakes is a flexible two-column Jekyll theme, perfect for building personal sites, blogs, and portfolios. As the name implies, styling is purposely minimalistic to be enhanced and customized by you :smile:.
1414

15+
## Setup
16+
17+
This repository contains a few helper scripts for processing Markdown posts.
18+
Install the Python dependencies listed in `requirements.txt` with:
19+
20+
```bash
21+
pip install -r requirements.txt
22+
```
23+
1524
# ToDo
1625

1726
Have a consistency in the font and font sizes (ideally you want to use 2 fonts. One for the header/subtitle and one for the text. You can use this kind of website https://fontjoy.com/ which allow you to pair fonts).

requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
python-frontmatter
2+
PyYAML

0 commit comments

Comments
 (0)