feat: use latex hugo template

This commit is contained in:
Youwen Wu 2025-06-21 02:30:42 -07:00
parent 1d12f5614d
commit 9004c27ceb
Signed by: youwen
GPG key ID: 865658ED1FE61EC3
56 changed files with 1666 additions and 2 deletions

33
static/css/main.css Normal file
View file

@ -0,0 +1,33 @@
footer .theme-by {
text-align: center;
margin: 100px 0 0;
}
.pager {
list-style: none;
text-align: center;
margin: 20px 0 0;
padding-left: 0;
}
.pager ul {
display: block;
}
.pager .previous > a {
margin: 20px 0 0;
float: left;
display: block;
}
.pager .next > a {
margin: 20px 0 0;
float: right;
display: block;
}
@media (min-width: 800px) {
html {
font-size: 1.2rem;
};
}