diff --git a/content/_index.md b/content/_index.md new file mode 100644 index 0000000..5e6e806 --- /dev/null +++ b/content/_index.md @@ -0,0 +1,11 @@ ++++ +title = "Recent posts" +sort_by = "date" + +[extra] +section_path = "blog/_index.md" +max_posts = 5 +header = {title = "Welcome to my site!", img = "images/mac.png", img_alt = "Mac" } ++++ + +My Polish friends call me Maciek, and international friends call me Mac. I currently live in Warsaw, where I also study Computer Science at [PJAIT](https://pja.edu.pl/en/). After hours, I'm a homelabbing enthusiast, a huge F1 nerd, as well as house music aficionado. diff --git a/content/archive/_index.md b/content/archive/_index.md new file mode 100644 index 0000000..6b076e9 --- /dev/null +++ b/content/archive/_index.md @@ -0,0 +1,4 @@ ++++ +title = "Archive" +template = "archive.html" ++++ diff --git a/content/blog/_index.md b/content/blog/_index.md new file mode 100644 index 0000000..76dc224 --- /dev/null +++ b/content/blog/_index.md @@ -0,0 +1,6 @@ ++++ +paginate_by = 5 +title = "Blog" +sort_by = "date" +insert_anchor_links = "left" ++++