try first post

This commit is contained in:
adrianj12 2024-08-06 00:57:58 -06:00
parent 661bc9b6fb
commit 794f29714e
3 changed files with 50 additions and 1 deletions

View File

@ -13,6 +13,9 @@ main:
- name: Experience - name: Experience
url: /experience/ url: /experience/
weight: 3 weight: 3
- name: Posts
url: /post/
weight: 4
- name: Contact - name: Contact
url: /contact/ url: /contact/
weight: 4 weight: 5

View File

@ -30,6 +30,35 @@ sections:
size: cover size: cover
position: center position: center
parallax: false parallax: false
- block: collection
id: posts
content:
title: Recent Posts
subtitle: "Adrian's Blog"
text: ''
# Page type to display. E.g. post, talk, publication...
page_type: post
# Choose how many pages you would like to display (0 = all pages)
count: 5
# Filter on criteria
filters:
author: ""
category: ""
tag: ""
exclude_featured: false
exclude_future: false
exclude_past: false
publication_type: ""
# Choose how many pages you would like to offset by
offset: 0
# Page order: descending (desc) or ascending (asc) date.
order: desc
design:
# Choose a layout view
view: date-title-summary
# Reduce spacing
spacing:
padding: [0, 0, 0, 0]
# - block: markdown # - block: markdown
# content: # content:
# title: '📚 My Research' # title: '📚 My Research'

View File

@ -0,0 +1,17 @@
---
title: First post!
summary: My first ever blog post on this new site
date: 2024-08-06
---
# Heading 1
## Testing...
```c
printf("hello world!");
```
1. one
1. two
1. three