-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit e8fa3b5
Showing
36 changed files
with
29,602 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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(); ?> |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<?= self::footer(); ?> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
allow from all |
Oops, something went wrong.