diff --git a/Web/templates/dashboard/blog.html.ep b/Web/templates/dashboard/blog.html.ep index ab85a2e..75375cf 100644 --- a/Web/templates/dashboard/blog.html.ep +++ b/Web/templates/dashboard/blog.html.ep @@ -25,49 +25,16 @@ % } -
| Setting | -Value | -Meaning | -|
|---|---|---|---|
| Domain | -<%= $blog->domain->name %> | -This is the domain name for your website. Users from the Internet can visit this domain to see your website. | -|
| Repository | -%#<%= $blog->repo->url %> | -%#This is the URL we use to fetch your git repository when the website is built. | -%#|
| Last Build | - % if ( $blog->minutes_since_last_build ) { -<%= $blog->minutes_since_last_build %> minutes ago | - % } else { -Never Built | - % } -How long ago the last build was. | -
| Actions | -
-
- %#
-
- |
- ||
Welcome to your blog manager for <%= $blog->domain->name %>!
+You can create new blog posts on the Posts tab.
+The Pages tab has stuff like your about page, or anything you want to make that isn't a blog post.
+You can upload images on the Media tab, and get links for embedding in your posts.
+When your blog is being built, the Build tab will have an orange marker. You can see recent build logs there, or watch the progress of a build in real time.
+On your setting page you can update setting.
+All the changes to your blog will be shown on the History tab. If you make any mistake, you can undo it with the click of a button there.
+ +Thank you for using MyJekyllBlog.
+