mirror of
https://github.com/davegallant/davegallant.github.io.git
synced 2025-08-06 00:33:39 +00:00
Add custom CSS
This commit is contained in:
@@ -34,8 +34,8 @@ params:
|
|||||||
title404: This page no longer exists, or maybe it never did? Try https://archive.org?
|
title404: This page no longer exists, or maybe it never did? Try https://archive.org?
|
||||||
assets:
|
assets:
|
||||||
favicon: favicon.ico
|
favicon: favicon.ico
|
||||||
# customCSS:
|
customCSS:
|
||||||
# - css/custom.css
|
- css/custom.css
|
||||||
# customJS:
|
# customJS:
|
||||||
# - js/custom.js
|
# - js/custom.js
|
||||||
gopher: ''
|
gopher: ''
|
||||||
|
@@ -102,14 +102,14 @@ Now, to start off with a basic configuration, open up `~/.config/nixpkgs/home.ni
|
|||||||
git = {
|
git = {
|
||||||
enable = true;
|
enable = true;
|
||||||
aliases = {
|
aliases = {
|
||||||
"aa" = "add -A .";
|
aa = "add -A .";
|
||||||
"br" = "branch";
|
br = "branch";
|
||||||
"c" = "commit -S";
|
c = "commit -S";
|
||||||
"ca" = "commit -S --amend";
|
ca = "commit -S --amend";
|
||||||
"cb" = "checkout -b";
|
cb = "checkout -b";
|
||||||
"co" = "checkout";
|
co = "checkout";
|
||||||
"d" = "diff";
|
d = "diff";
|
||||||
"l" =
|
l =
|
||||||
"log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit";
|
"log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
3
static/css/custom.css
Normal file
3
static/css/custom.css
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
.container{
|
||||||
|
max-width: 900px
|
||||||
|
}
|
Reference in New Issue
Block a user