mirror of
https://github.com/kremalicious/blog.git
synced 2024-12-02 14:16:11 +01:00
Merge pull request #83 from kremalicious/post/hyper-mac-pro
hyper mac pro post
This commit is contained in:
commit
e318110159
@ -5,7 +5,6 @@ title: Using <kbd> for fun and profit
|
|||||||
image: ./kremalicious-kbdfun-teaser.png
|
image: ./kremalicious-kbdfun-teaser.png
|
||||||
style: ./post-kbd.css
|
style: ./post-kbd.css
|
||||||
author: Matthias Kretschmann
|
author: Matthias Kretschmann
|
||||||
featured: true
|
|
||||||
|
|
||||||
date: 2012-07-16 14:36:58+00:00
|
date: 2012-07-16 14:36:58+00:00
|
||||||
|
|
||||||
|
BIN
content/posts/2017-05-16-hyper-mac-pro/hyper-mac-pro-teaser.png
Normal file
BIN
content/posts/2017-05-16-hyper-mac-pro/hyper-mac-pro-teaser.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 46 KiB |
BIN
content/posts/2017-05-16-hyper-mac-pro/hyper-mac-pro.png
Normal file
BIN
content/posts/2017-05-16-hyper-mac-pro/hyper-mac-pro.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 93 KiB |
48
content/posts/2017-05-16-hyper-mac-pro/index.md
Normal file
48
content/posts/2017-05-16-hyper-mac-pro/index.md
Normal 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>
|
@ -1,11 +1,13 @@
|
|||||||
@import 'variables';
|
@import 'variables';
|
||||||
|
|
||||||
.postMore {
|
.postMore {
|
||||||
|
display: inline-block;
|
||||||
font-family: $font-family-headings;
|
font-family: $font-family-headings;
|
||||||
font-weight: $font-weight-headings;
|
font-weight: $font-weight-headings;
|
||||||
font-size: $font-size-base * .9;
|
font-size: $font-size-base * .9;
|
||||||
color: $link-color;
|
color: $link-color;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
margin-top: $spacer;
|
||||||
|
|
||||||
svg {
|
svg {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
@ -6,7 +6,6 @@ a.btn {
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
display: block;
|
display: block;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
vertical-align: middle;
|
|
||||||
touch-action: manipulation;
|
touch-action: manipulation;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
background-image: none; // Reset unusual Firefox-on-Android default style
|
background-image: none; // Reset unusual Firefox-on-Android default style
|
||||||
|
@ -121,6 +121,7 @@ export const pageQuery = graphql`
|
|||||||
siteMetadata {
|
siteMetadata {
|
||||||
siteUrl
|
siteUrl
|
||||||
author {
|
author {
|
||||||
|
name
|
||||||
uri
|
uri
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user