Skip to content

Commit

Permalink
Minify + fix colors on dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkobrombin committed Jan 4, 2020
1 parent 371f7af commit 17369a0
Show file tree
Hide file tree
Showing 17 changed files with 378 additions and 297 deletions.
73 changes: 66 additions & 7 deletions CHANGELOG.md
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
5 changes: 3 additions & 2 deletions README.md
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.
Binary file added a
Binary file not shown.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "theme-linuxhubit",
"name": "theme-one",
"dependencies": {
"uikit": "#master"
},
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down
Loading

0 comments on commit 17369a0

Please sign in to comment.