try first post
This commit is contained in:
parent
661bc9b6fb
commit
794f29714e
@ -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
|
||||||
|
|||||||
@ -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'
|
||||||
|
|||||||
17
content/post/first/index.md
Normal file
17
content/post/first/index.md
Normal 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
|
||||||
Loading…
x
Reference in New Issue
Block a user