parent
ecb76b2387
commit
c5c61ec83f
@ -1,8 +1,4 @@
|
||||
- slug: design
|
||||
name: Design
|
||||
|
||||
- slug: tools
|
||||
name: Tools
|
||||
|
||||
- slug: productivity
|
||||
name: Productivity
|
||||
- slug: minimalism
|
||||
name: Minimalism
|
||||
- slug: arch-spin
|
||||
name: Arch spin
|
||||
|
@ -1,62 +0,0 @@
|
||||
---
|
||||
layout: post
|
||||
title: "Sample post from Daktilo"
|
||||
subtitle: "What you can do with it!"
|
||||
date: 2014-08-19 23:56:45
|
||||
categories: [tool]
|
||||
---
|
||||
|
||||
Just a sample post to show some of the *typography* elements supported from
|
||||
**daktilo** theme.
|
||||
|
||||
___
|
||||
|
||||
A blockquote:
|
||||
|
||||
> We are Hitchhikers in the road of open source knowledge.
|
||||
|
||||
## Header 2
|
||||
|
||||
Duis lacinia commodo dui, vel aliquam metus hendrerit eu. Integer et scelerisque dui. Sed nec molestie quam. Donec sit amet nisl a massa commodo ultrices nec quis nunc. Aenean aliquet eu arcu adipiscing dignissim. Nunc dictum elit vitae dolor molestie aliquet.
|
||||
|
||||
|
||||
Example code:
|
||||
|
||||
{% highlight javascript %}
|
||||
var light = new Light();
|
||||
var switchUp = new FlipUpCommand(light);
|
||||
var switchDown = new FlipDownCommand(light);
|
||||
var s = new Switch();
|
||||
|
||||
s.storeAndExecute(switchUp);
|
||||
s.storeAndExecute(switchDown);
|
||||
{% endhighlight %}
|
||||
|
||||
|
||||
A list:
|
||||
|
||||
- Praesent nisi elit, bibendum ut consectetur ac, aliquet in nunc
|
||||
- Donec ante est, volutpat in mi et, pulvinar congue dolor.
|
||||
- Quisque ultrices pulvinar sollicitudin.
|
||||
- Duis elementum odio eu euismod suscipit.
|
||||
- Integer enim lorem, interdum sit amet consectetur non, bibendum eget neque.
|
||||
|
||||
A numbered list:
|
||||
|
||||
1. Praesent nisi elit, bibendum ut consectetur ac, aliquet in nunc.
|
||||
2. Donec ante est, volutpat in mi et, pulvinar congue dolor.
|
||||
3. Quisque ultrices pulvinar sollicitudin.
|
||||
4. Duis elementum odio eu euismod suscipit.
|
||||
5. Integer enim lorem, interdum sit amet consectetur non, bibendum eget neque.
|
||||
|
||||
Definition list:
|
||||
|
||||
Curabitur cursus magna eu sem cursus
|
||||
: ac ultrices urna pharetra.
|
||||
: Duis scelerisque ipsum eu luctus elementum.
|
||||
|
||||
Pellentesque habitant morbi tristique senectus
|
||||
: Curabitur malesuada lacus ac gravida porttitor
|
||||
: Duis sodales feugiat lorem et mollis.
|
||||
|
||||
Want to suggest something? Please [Send me a request](https://github.com/kronik3r/daktilo/issues/new).
|
@ -1,6 +1,7 @@
|
||||
---
|
||||
layout: post
|
||||
title: Losslessy recording your desktop (and secondary monitor)
|
||||
title: Lossless screen recording
|
||||
categories: minimalism
|
||||
date: 2018-08-12 17:15:20
|
||||
---
|
||||
# NEVER USE OBS AGAIN
|
@ -1,9 +1,9 @@
|
||||
---
|
||||
layout: post
|
||||
title: "A perfect bootable? HA!"
|
||||
title: Arch spin pt. 1 - The perfect bootable
|
||||
subtitle: "There's no such thing . . . yet"
|
||||
categories: arch-spin
|
||||
date: 2018-8-15 10:38
|
||||
categories: [design, tool]
|
||||
---
|
||||
# Thus begins the journey
|
||||
Today I had an orthodontist appointment and a voice lesson. The appointment was at 15:00 and the voice lesson at 16:00. I got to the orthodontist's office 10 minutes early, was told to right to the back (like always), I sat down in the seat, and the orthodontist came over after a few minutes with another patient. He looked at my teeth, had me put my retainers in, checked how they fit, then said I don't ever need to come back (unless I do need to). That all took about 7 or 8 minutes. My voice lesson was ~5 minutes away so I had an hour to kill. I drove to the college (where the lesson was), went into the computer lab, and booted my [multibootable](http://multibootusb.org/) bootable.
|
@ -1,6 +1,7 @@
|
||||
---
|
||||
layout: post
|
||||
title: Initial setup
|
||||
title: Arch spin pt. 2 - Initial setup
|
||||
categories: arch-spin
|
||||
date: 2018-08-17 14:11:07
|
||||
---
|
||||
# First steps to rolling your own spin
|
@ -1,6 +1,7 @@
|
||||
---
|
||||
layout: post
|
||||
title: packages.x86_64
|
||||
title: Arch spin pt. 3 - packages.x86_64
|
||||
categories: arch-spin
|
||||
date: 2018-08-18 16:52:42
|
||||
---
|
||||
# Package configuration
|
@ -1,8 +0,0 @@
|
||||
---
|
||||
layout: post
|
||||
title: Get a three-day weather forecast in your terminal!
|
||||
date: 2018-08-20 23:36:38
|
||||
tags:
|
||||
---
|
||||
# Just a little alias . . .
|
||||
I don't remember where I found it but I have a short alias in my `~/.zshrc` that gives me a three-day weather forecast in the terminal. All it is is `clear && curl wttr.in/~<City>` (replace `<city>` with the city you live in). You can make it prettier by adding `|lolcat` to the end as well. Here's what the output looks like:
|
@ -0,0 +1,24 @@
|
||||
---
|
||||
layout: page
|
||||
title: "Forecasting with a command"
|
||||
categories: minimalism
|
||||
cover: /assets/weather.png
|
||||
description: "Using a single command to get the week's weather forecast"
|
||||
date: 2018-12-14 21:41
|
||||
---
|
||||
We all love the CLI *(and if we don't, we should)* so wouldn't it be great if there was a tool to see your weather forecast with a single command? Ceda Ei at <a href="https://webionite.com" target="_blank">webionite.com</a> has written a tool that uses the Dark Sky API to give you the forecast for a day or week, at your location, and in Celsius or Fahrenheit.
|
||||
|
||||
## Celsius
|
||||
+ Weather for one week - `$ curl sky.webionite.com/location`
|
||||
+ Weather for today - `$ curl sky.webionite.com/location/t`
|
||||
|
||||
## Fahrenheit
|
||||
+ Weather for one week - `$ curl sky.webionite.com/f/location`
|
||||
+ Weather for today - `$ curl sky.webionite.com/f/location/t`
|
||||
|
||||
A great way to make this faster and simpler is to put an alias in your shell's `rc` file. For bash, you can do that with:
|
||||
```
|
||||
echo "alias weather='curl sky.webionite.com/f/location'" >> ~/.bashrc
|
||||
```
|
||||
If you ever forget how to use the tool, just run `curl sky.webionite.com` and you'll be given instructions.
|
||||

|
After Width: | Height: | Size: 160 KiB |
@ -0,0 +1,5 @@
|
||||
---
|
||||
layout: category
|
||||
category: arch-spin
|
||||
permalink: /categories/arch-spin/
|
||||
---
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
layout: category
|
||||
category: design
|
||||
permalink: /categories/design/
|
||||
---
|
@ -0,0 +1,5 @@
|
||||
---
|
||||
layout: category
|
||||
category: minimalism
|
||||
permalink: /categories/minimalism/
|
||||
---
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
layout: category
|
||||
category: productivity
|
||||
permalink: /categories/productivity/
|
||||
---
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
layout: category
|
||||
category: tools
|
||||
permalink: /categories/tools/
|
||||
---
|
Loading…
Reference in new issue