new styles, add README.md
This commit is contained in:
parent
0e79899546
commit
563ff286c2
2 changed files with 28 additions and 4 deletions
24
README.md
Normal file
24
README.md
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
### best-blog
|
||||||
|
|
||||||
|
This is Andromeda's personal blog. It's served with [my webserver](https://git.mtgmonkey.net/Andromeda/best-blog.git) and is heavily inspired by [BMfW](http://bettermotherfuckingwebsite.com).
|
||||||
|
|
||||||
|
## build
|
||||||
|
|
||||||
|
# Try it out:
|
||||||
|
|
||||||
|
`nix run git+https://git.mtgmonkey.net/Andromeda/best-blog.git`
|
||||||
|
|
||||||
|
# Copy locally:
|
||||||
|
|
||||||
|
`git clone https://git.mtgmonkey.net/Andromeda/best-blog.git`
|
||||||
|
`cd best-blog`
|
||||||
|
`nix build`
|
||||||
|
`./result/bin/best-blog`
|
||||||
|
|
||||||
|
## usage
|
||||||
|
|
||||||
|
`best-blog` currently has no options and always starts on port 9345, panicking if the port is unavailable.
|
||||||
|
|
||||||
|
## contributing
|
||||||
|
|
||||||
|
This repo is for personal use; if I someday make it into a blog engine, contributions will be welcome, but for now, that would be weird.
|
|
@ -1,6 +1,6 @@
|
||||||
body {
|
body {
|
||||||
background-color: #380E36;
|
background-color: #EEEEE4;
|
||||||
color: #F7E5F4;
|
color: #452A21;
|
||||||
line-height: 1.6;
|
line-height: 1.6;
|
||||||
font-size: 19px;
|
font-size: 19px;
|
||||||
width: 750px;
|
width: 750px;
|
||||||
|
@ -11,9 +11,9 @@ ul {
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
}
|
}
|
||||||
a {
|
a {
|
||||||
color: #5A77F2
|
color: #1A7FAD;
|
||||||
}
|
}
|
||||||
pre {
|
pre {
|
||||||
background-color: #5E1C56;
|
background-color: #FAE8B6;
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue