excludes output files from git, moves index to blog page format from static

This commit is contained in:
Rosia E Evans 2023-09-29 18:20:29 +01:00
parent 06b45e46c9
commit 53cf3cbeab
13 changed files with 402 additions and 1 deletions

View file

@ -0,0 +1,10 @@
a{
text-decoration: underline;
color: black;
}
a:visted{
color: black
}
a:hover{
font-weight: 600;
}