Compare commits

...

3 Commits

Author SHA1 Message Date
5f5fd0d0a6 Config: setup base page 2019-09-21 17:40:18 -04:00
92d14f955f Merge branch 'drafts' 2019-09-10 22:37:38 -04:00
5dc495e825 Initial resume, organize partials 2019-07-30 00:10:56 -04:00
6 changed files with 68 additions and 46 deletions

View File

@@ -611,42 +611,42 @@ h1.site-title {// {{{
// article.single {{{ //
article.single {
.meta {
font-size: 0.9em;
text-align: right;
margin-top: .5rem;
margin-bottom: .5rem;
.meta {
font-size: 0.9em;
text-align: right;
margin-top: .5rem;
margin-bottom: .5rem;
.key {
color: #747369;
}
.key {
color: #747369;
}
.val {
.val {
color: #cc99cc;
a {
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 {
padding-top: 1rem;
padding-bottom: 3rem;
padding-top: .5rem;
padding-bottom: 1rem;
}
@media (max-width: $max-page-width) {
.meta {
padding-left: 2rem;
padding-right: 2rem;
}
.body {
padding-top: .5rem;
padding-bottom: 1rem;
}
}
}

View File

@@ -1,5 +1,5 @@
baseURL: http://localhost:1313/
# baseURL: https://kevin-mok.com/
# baseURL: http://localhost:1313/
baseURL: https://kevin-mok.com/
# baseURL: /home/kevin/coding/mf-site/public
languageCode: en-us
# title: Kevin Mok's Website
@@ -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

View File

@@ -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
```
* **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
```
* **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 Normal file
View File

@@ -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)|

View File

@@ -1,8 +1,8 @@
<div id="about">
<h2>Welcome to my site!</h2>
<p>
I'm Kevin Mok - a 3<sup>rd</sup> year Computer Science student at the
University of Toronto, and I'm greatly interested in all things Linux and
I'm Kevin Mok - a 2<sup>nd</sup> year Computer Science
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"
target="_blank">FOSS/FLOSS</a>.
</p>

View 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>