We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 845de8a commit d820127Copy full SHA for d820127
2 files changed
_tabs/blog.md
@@ -0,0 +1,6 @@
1
+---
2
+layout: home
3
+title: Blog
4
+icon: fas fa-blog
5
+order: 1
6
index.html
@@ -1,4 +1,19 @@
---
-layout: home
-# Index page
+layout: page
+title: Welcome to Croncode
+# hide_title: true
+
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