Browse Source

Config: setup base page

drafts
Kevin Mok 5 years ago
parent
commit
5f5fd0d0a6
Signed by: Kevin-Mok GPG Key ID: AEA75288DC135CF5
  1. 14
      config.yaml
  2. 26
      content/config/_index.md
  3. 10
      content/server/_index.md

14
config.yaml

@ -20,9 +20,17 @@ menu:
# - name: posts/
# url: /posts
# weight: 6
- name: server
url: /server
weight: 7
- name: config
url: /config
weight: 10
# - name: credits
# url: /credits
# weight: 10
# - name: config
# url: /config
# weight: 20
blackfriday:
plainIDAnchors: true
hrefTargetBlank: true

26
content/config/_index.md

@ -1,27 +1,29 @@
---
title: "Config"
date: 2019-02-07T05:05:11-05:00
draft: true
title: "Linux Config"
date: 2019-04-26
draft: false
layout: single
---
<!--- Intro {{{ -->
# Kevin's Linux Setup
![desktop-screenshot](https://i.imgur.com/Fpsr8Fc.png)
*Screenshot from my dual-monitor setup.*
This repository contains the dotfiles to increase my workflow efficiency. They
are also for my Linux
[rice](https://www.reddit.com/r/unixporn/comments/3iy3wd/stupid_question_what_is_ricing/cukxwog/).
This [repository][lc-repo] contains the dotfiles to increase my workflow
efficiency. They are also for my Linux [rice][ricing_explanation].
[lc-repo]: https://git.kevin-mok.com/Kevin-Mok/linux-config
[ricing_explanation]: https://www.reddit.com/r/unixporn/comments/3iy3wd/stupid_question_what_is_ricing/cukxwog/
<!--- }}} Intro -->
<!--- Main Programs {{{ -->
## Main Programs
* **OS**: [Arch Linux](https://www.archlinux.org/) ([packages](txt/nzxt-pkgs.txt))
```
> systemd-analyze
Startup finished in 2.341s (kernel) + 1.085s (userspace) = 3.426s
graphical.target reached after 1.085s in userspace
```
```
$ systemd-analyze
Startup finished in 2.341s (kernel) + 1.085s (userspace) = 3.426s
graphical.target reached after 1.085s in userspace
```
* **Terminal**: [rxvt-unicode-pixbuf](https://www.wikiwand.com/en/Rxvt)
* **Shell**: [Zsh](http://zsh.sourceforge.net/) + [oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh)
* **Window Manager**: [i3-gaps](https://github.com/Airblader/i3)

10
content/server/_index.md

@ -0,0 +1,10 @@
---
title: "Server"
date: 2019-09-21
draft: true
layout: single
---
|Name|Image|Short Code|
|---------|:-----:|-----|
|BabyRage|![BabyRage](https://twem.tk/br.png)|[br](https://twem.tk/br.png)|
|BibleThump|![BibleThump](https://twem.tk/bt.png)|[bt](https://twem.tk/bt.png)|
Loading…
Cancel
Save