diff --git a/config/blog-details.php b/config/blog-details.php new file mode 100644 index 0000000..8bd6aaa --- /dev/null +++ b/config/blog-details.php @@ -0,0 +1,5 @@ + 'Blog Title', +]; +?> \ No newline at end of file diff --git a/templates/elements/header.php b/templates/elements/header.php new file mode 100644 index 0000000..7897699 --- /dev/null +++ b/templates/elements/header.php @@ -0,0 +1,8 @@ +
+

+
+ posts + categories + webmaster +
+
\ No newline at end of file diff --git a/templates/elements/html-header.php b/templates/elements/html-header.php new file mode 100644 index 0000000..abccece --- /dev/null +++ b/templates/elements/html-header.php @@ -0,0 +1,15 @@ + + + + + + + TinyTalk + + + + + + + + \ No newline at end of file diff --git a/templates/elements/post.php b/templates/elements/post.php new file mode 100644 index 0000000..9a01fee --- /dev/null +++ b/templates/elements/post.php @@ -0,0 +1,9 @@ +
+

this is an example post

+ Example Category +
+
+

Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder

+

Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder

+

Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder

+
\ No newline at end of file diff --git a/templates/home.php b/templates/home.php index 96b268f..9f7b83d 100644 --- a/templates/home.php +++ b/templates/home.php @@ -1,66 +1,19 @@ - - - - - - - TinyTalk - - - - - - - -
-

blog

-
- posts - categories - webmaster -
-
+
- - +
-
-

this is an example post

- Example Category -
-
-

Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder

-

Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder

-

Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder

-
+
diff --git a/templates/sidebar/categories.php b/templates/sidebar/categories.php new file mode 100644 index 0000000..e19eba9 --- /dev/null +++ b/templates/sidebar/categories.php @@ -0,0 +1,13 @@ +
+
+

categories

+
+
+ Example Category + Example Category + Example Category + Example Category + Example Category + Example Category +
+
\ No newline at end of file diff --git a/templates/sidebar/recent-posts.php b/templates/sidebar/recent-posts.php new file mode 100644 index 0000000..8fa5d2c --- /dev/null +++ b/templates/sidebar/recent-posts.php @@ -0,0 +1,15 @@ +
+
+

recent posts

+
+
+ Example Post + Example Post + Example Post + Example Post + Example Post + Example Post + Example Post + Example Post +
+
\ No newline at end of file