1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-06-28 00:27:58 +02:00

Merge pull request #83 from kremalicious/post/hyper-mac-pro

hyper mac pro post
This commit is contained in:
Matthias Kretschmann 2018-11-01 11:19:26 +01:00 committed by GitHub
commit e318110159
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 51 additions and 2 deletions

View File

@ -5,7 +5,6 @@ title: Using <kbd> for fun and profit
image: ./kremalicious-kbdfun-teaser.png
style: ./post-kbd.css
author: Matthias Kretschmann
featured: true
date: 2012-07-16 14:36:58+00:00

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 93 KiB

View File

@ -0,0 +1,48 @@
---
type: post
date: 2017-05-16T19:50:52.281Z
updated: 2018-10-30T19:50:52.281Z
title: Hyper Mac Pro
image: hyper-mac-pro-teaser.png
featured: true
tags:
- goodies
- css
- hyper
- macos
- terminal
- apple
---
Tab style for [Hyper](https://hyper.is/) inspired by Apple's pro apps on macOS, like Final Cut Pro or Logic.
If you use Hyper along with those apps, this theme is for you. It is purely a tab style theme, it won't affect the rest of your chosen theme.
## Installation
Install by adding `hyper-mac-pro` to the plugins property in your `~/.hyper.js`:
```js
plugins: [
'hyper-mac-pro'
]
```
If you're using `hpm`, from the command line:
```bash
hpm install hyper-mac-pro
```
![Hyper Mac Pro](./hyper-mac-pro.png)
## Check out & contribute
Head over to GitHub to take a peek into the code or report some issues.
<p class="content-download">
<a class="icon-github btn-primary" href="https://github.com/kremalicious/hyper-mac-pro">GitHub</a>
</p>

View File

@ -1,11 +1,13 @@
@import 'variables';
.postMore {
display: inline-block;
font-family: $font-family-headings;
font-weight: $font-weight-headings;
font-size: $font-size-base * .9;
color: $link-color;
text-transform: uppercase;
margin-top: $spacer;
svg {
display: inline-block;

View File

@ -6,7 +6,6 @@ a.btn {
text-align: center;
display: block;
margin-bottom: 0;
vertical-align: middle;
touch-action: manipulation;
cursor: pointer;
background-image: none; // Reset unusual Firefox-on-Android default style

View File

@ -121,6 +121,7 @@ export const pageQuery = graphql`
siteMetadata {
siteUrl
author {
name
uri
}
}