Skip to content

Commit d820127

Browse files
committed
feat: convert homepage to static and add blog tab
1 parent 845de8a commit d820127

2 files changed

Lines changed: 23 additions & 2 deletions

File tree

_tabs/blog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
layout: home
3+
title: Blog
4+
icon: fas fa-blog
5+
order: 1
6+
---

index.html

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
11
---
2-
layout: home
3-
# Index page
2+
layout: page
3+
title: Welcome to Croncode
4+
# hide_title: true
45
---
6+
7+
# Croncode: A minimal cron + script runner
8+
9+
Welcome to the documentation for **Croncode**. This site provides information on how to use and configure the Croncode tool for your projects.
10+
11+
## Project Goals
12+
* **Simplicity:** Minimal configuration and easy setup.
13+
* **Reliability:** Robust execution of scheduled scripts.
14+
* **Documentation:** Clear and accessible information for all users.
15+
16+
---
17+
18+
### Recent Updates
19+
Check out the [Blog](/blog/) for the latest news and features!

0 commit comments

Comments
 (0)