-
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
1 parent
371f7af
commit 17369a0
Showing
17 changed files
with
378 additions
and
297 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 |
---|---|---|
@@ -1,16 +1,75 @@ | ||
# Changelog | ||
|
||
## 1.0.2 (Dec 25, 2019) | ||
## 1.0.1 (July 10, 2019) | ||
|
||
### Change | ||
- Search for tags in post content instead of title | ||
### Added | ||
- Added new translations | ||
|
||
## 1.0.0 (April 13, 2016) | ||
|
||
### Changed | ||
- Changed article divider | ||
|
||
## 0.11.1 (April 7, 2016) | ||
|
||
### Added | ||
- Added page title fallback if no logo is picked | ||
|
||
### Changed | ||
- Made the logo height responsive | ||
|
||
## 0.11.0 (February 24, 2016) | ||
|
||
### Changed | ||
- Use view.init event for theme params | ||
|
||
### Removed | ||
- Removed system messages | ||
|
||
## 1.0.1 (Nov 24, 2019) | ||
## 0.10.1 (February 24, 2016) | ||
|
||
### Added | ||
- Dynamic search | ||
- Added optional parallax effect for hero image | ||
- Added style option for top, main and bottom sections | ||
- Added optional off-canvas logo | ||
- Added translations | ||
|
||
## 1.0.0 (Nov 21, 2019) | ||
## 0.10.0 (December 15, 2015) | ||
|
||
### Changed | ||
- Switched to Vuejs 1.0 | ||
- Nicer code and blockquotes style | ||
- Better block-large padding for large screens | ||
- Updated button font-size and transition | ||
- Optimized close button and added better support for modal dialog blank | ||
- Added tab style for contrast | ||
- Rounded comment avatars | ||
- Smaller badges | ||
- Minor tweaks for alert, dropdown and icon | ||
|
||
### Removed | ||
- Removed text centering in footer | ||
|
||
## 0.9.3 (October 16, 2015) | ||
|
||
### Fixed | ||
- Fixed missing CSS folder | ||
|
||
## 0.9.2 (October 14, 2015) | ||
|
||
### Added | ||
- First release | ||
- Added missing meta data in post view | ||
|
||
### Fixed | ||
- Fixed widget html class | ||
- Fixed date conversion to ISO8601 in blog views | ||
|
||
## 0.9.1 (September 14, 2015) | ||
|
||
### Fixed | ||
- Fixed undefined index `hero` | ||
- Fixed blog markup | ||
|
||
## 0.9.0 (September 10, 2015) | ||
|
||
- Initial release |
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 |
---|---|---|
@@ -1,2 +1,3 @@ | ||
# linxuhub.it Theme | ||
The Bis[ku]it theme for linuxhub.it | ||
# One Theme | ||
|
||
Pagekit's default theme. |
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"name": "theme-linuxhubit", | ||
"name": "theme-one", | ||
"dependencies": { | ||
"uikit": "#master" | ||
}, | ||
|
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 |
---|---|---|
|
@@ -4,11 +4,11 @@ | |
"version": "1.0.1", | ||
"title": "v3", | ||
"description": "linuxhub's default theme.", | ||
"license": "GPLv3", | ||
"license": "MIT", | ||
"copyright": "(c) 2019 linuxhub", | ||
"authors": [ | ||
{ | ||
"name": "Mirko B.", | ||
"name": "Pagekit", | ||
"email": "[email protected]", | ||
"homepage": "https://linuxhub.it" | ||
} | ||
|
Oops, something went wrong.