Compare commits
3 Commits
58ef63cc6a
...
5f5fd0d0a6
| Author | SHA1 | Date | |
|---|---|---|---|
|
5f5fd0d0a6
|
|||
|
92d14f955f
|
|||
|
5dc495e825
|
18
config.yaml
18
config.yaml
@@ -1,5 +1,5 @@
|
|||||||
baseURL: http://localhost:1313/
|
# baseURL: http://localhost:1313/
|
||||||
# baseURL: https://kevin-mok.com/
|
baseURL: https://kevin-mok.com/
|
||||||
# baseURL: /home/kevin/coding/mf-site/public
|
# baseURL: /home/kevin/coding/mf-site/public
|
||||||
languageCode: en-us
|
languageCode: en-us
|
||||||
# title: Kevin Mok's Website
|
# title: Kevin Mok's Website
|
||||||
@@ -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,24 +1,26 @@
|
|||||||
---
|
---
|
||||||
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
|
||||||
```
|
```
|
||||||
|
|||||||
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)|
|
||||||
@@ -1,8 +1,8 @@
|
|||||||
<div id="about">
|
<div id="about">
|
||||||
<h2>Welcome to my site!</h2>
|
<h2>Welcome to my site!</h2>
|
||||||
<p>
|
<p>
|
||||||
I'm Kevin Mok - a 3<sup>rd</sup> year Computer Science student at the
|
I'm Kevin Mok - a 2<sup>nd</sup> year Computer Science
|
||||||
University of Toronto, and I'm greatly interested in all things Linux and
|
student at the University of Toronto, and I'm greatly interested in all things Linux and
|
||||||
<a href="https://www.gnu.org/philosophy/floss-and-foss.en.html"
|
<a href="https://www.gnu.org/philosophy/floss-and-foss.en.html"
|
||||||
target="_blank">FOSS/FLOSS</a>.
|
target="_blank">FOSS/FLOSS</a>.
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
2
layouts/shortcodes/resume/project-header.html
Normal file
2
layouts/shortcodes/resume/project-header.html
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
<h2 class="project-title"><a href="{{ .Get "url" }}" target="_blank">{{ .Get "name" }}</a></h2>
|
||||||
|
<p class="project-date">{{ .Get "date" }}</p>
|
||||||
Reference in New Issue
Block a user