Config: setup base page
This commit is contained in:
@@ -611,42 +611,42 @@ h1.site-title {// {{{
|
|||||||
// article.single {{{ //
|
// article.single {{{ //
|
||||||
|
|
||||||
article.single {
|
article.single {
|
||||||
.meta {
|
.meta {
|
||||||
font-size: 0.9em;
|
font-size: 0.9em;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
margin-top: .5rem;
|
margin-top: .5rem;
|
||||||
margin-bottom: .5rem;
|
margin-bottom: .5rem;
|
||||||
|
|
||||||
.key {
|
.key {
|
||||||
color: #747369;
|
color: #747369;
|
||||||
}
|
}
|
||||||
|
|
||||||
.val {
|
.val {
|
||||||
|
color: #cc99cc;
|
||||||
|
|
||||||
|
a {
|
||||||
color: #cc99cc;
|
color: #cc99cc;
|
||||||
|
|
||||||
a {
|
|
||||||
color: #cc99cc;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
.body {
|
||||||
|
padding-top: 1rem;
|
||||||
|
padding-bottom: 3rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (max-width: $max-page-width) {
|
||||||
|
.meta {
|
||||||
|
padding-left: 2rem;
|
||||||
|
padding-right: 2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.body {
|
.body {
|
||||||
padding-top: 1rem;
|
padding-top: .5rem;
|
||||||
padding-bottom: 3rem;
|
padding-bottom: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: $max-page-width) {
|
|
||||||
.meta {
|
|
||||||
padding-left: 2rem;
|
|
||||||
padding-right: 2rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.body {
|
|
||||||
padding-top: .5rem;
|
|
||||||
padding-bottom: 1rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
14
config.yaml
14
config.yaml
@@ -20,9 +20,17 @@ menu:
|
|||||||
# - name: posts/
|
# - name: posts/
|
||||||
# url: /posts
|
# url: /posts
|
||||||
# weight: 6
|
# weight: 6
|
||||||
|
- name: server
|
||||||
|
url: /server
|
||||||
|
weight: 7
|
||||||
|
- name: config
|
||||||
|
url: /config
|
||||||
|
weight: 10
|
||||||
# - name: credits
|
# - name: credits
|
||||||
# url: /credits
|
# url: /credits
|
||||||
# weight: 10
|
# weight: 20
|
||||||
# - name: config
|
|
||||||
# url: /config
|
blackfriday:
|
||||||
|
plainIDAnchors: true
|
||||||
|
hrefTargetBlank: true
|
||||||
|
|
||||||
|
|||||||
@@ -1,27 +1,29 @@
|
|||||||
---
|
---
|
||||||
title: "Config"
|
title: "Linux Config"
|
||||||
date: 2019-02-07T05:05:11-05:00
|
date: 2019-04-26
|
||||||
draft: true
|
draft: false
|
||||||
|
layout: single
|
||||||
---
|
---
|
||||||
<!--- Intro {{{ -->
|
<!--- Intro {{{ -->
|
||||||
# Kevin's Linux Setup
|
|
||||||
|
|
||||||

|

|
||||||
*Screenshot from my dual-monitor setup.*
|
*Screenshot from my dual-monitor setup.*
|
||||||
|
|
||||||
This repository contains the dotfiles to increase my workflow efficiency. They
|
This [repository][lc-repo] contains the dotfiles to increase my workflow
|
||||||
are also for my Linux
|
efficiency. They are also for my Linux [rice][ricing_explanation].
|
||||||
[rice](https://www.reddit.com/r/unixporn/comments/3iy3wd/stupid_question_what_is_ricing/cukxwog/).
|
|
||||||
|
[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 -->
|
<!--- }}} Intro -->
|
||||||
|
|
||||||
<!--- Main Programs {{{ -->
|
<!--- Main Programs {{{ -->
|
||||||
## Main Programs
|
## Main Programs
|
||||||
* **OS**: [Arch Linux](https://www.archlinux.org/) ([packages](txt/nzxt-pkgs.txt))
|
* **OS**: [Arch Linux](https://www.archlinux.org/) ([packages](txt/nzxt-pkgs.txt))
|
||||||
```
|
```
|
||||||
> systemd-analyze
|
$ systemd-analyze
|
||||||
Startup finished in 2.341s (kernel) + 1.085s (userspace) = 3.426s
|
Startup finished in 2.341s (kernel) + 1.085s (userspace) = 3.426s
|
||||||
graphical.target reached after 1.085s in userspace
|
graphical.target reached after 1.085s in userspace
|
||||||
```
|
```
|
||||||
* **Terminal**: [rxvt-unicode-pixbuf](https://www.wikiwand.com/en/Rxvt)
|
* **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)
|
* **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)
|
* **Window Manager**: [i3-gaps](https://github.com/Airblader/i3)
|
||||||
|
|||||||
10
content/server/_index.md
Normal file
10
content/server/_index.md
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
---
|
||||||
|
title: "Server"
|
||||||
|
date: 2019-09-21
|
||||||
|
draft: true
|
||||||
|
layout: single
|
||||||
|
---
|
||||||
|
|Name|Image|Short Code|
|
||||||
|
|---------|:-----:|-----|
|
||||||
|
|BabyRage||[br](https://twem.tk/br.png)|
|
||||||
|
|BibleThump||[bt](https://twem.tk/bt.png)|
|
||||||
Reference in New Issue
Block a user