Skip to content

Commit

Permalink
LAUNCH!
Browse files Browse the repository at this point in the history
  • Loading branch information
taufik-nurrohman committed Jan 12, 2020
0 parents commit e8fa3b5
Show file tree
Hide file tree
Showing 36 changed files with 29,602 additions and 0 deletions.
12 changes: 12 additions & 0 deletions 404.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?= self::before(); ?>
<article>
<div class="container">
<div class="row">
<div class="col-lg-8 col-md-10 mx-auto">
<?= i('%s not found.', ['Page']); ?>
</div>
</div>
</div>
</article>
<hr>
<?= self::after(); ?>
674 changes: 674 additions & 0 deletions LICENSE

Large diffs are not rendered by default.

13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Clean Blog Layout for Mecha
===========================

![Clean Blog](https://user-images.githubusercontent.com/1669261/72221035-5faa2800-3589-11ea-9598-64142433c693.png)

Release Notes
-------------

### 1.0.0

- Initial release.

Based on <https://github.com/BlackrockDigital/startbootstrap-clean-blog>
11 changes: 11 additions & 0 deletions about.page
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: Clean Blog
description: A stylish, responsive blog theme for Bootstrap.
link: 'https://github.com/BlackrockDigital/startbootstrap-clean-blog'
author: Taufik Nurrohman
version: 1.0.0
...

![Clean Blog](https://user-images.githubusercontent.com/1669261/72221035-5faa2800-3589-11ea-9598-64142433c693.png)

A stylish, responsive blog theme for Bootstrap created by [Start Bootstrap](https://startbootstrap.com).
3 changes: 3 additions & 0 deletions after.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<?= self::footer(); ?>
</body>
</html>
1 change: 1 addition & 0 deletions asset/.htaccess
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
allow from all
Loading

0 comments on commit e8fa3b5

Please sign in to comment.