Update readme, make the chapter arrow sticky
This commit is contained in:
parent
abdb1abdbc
commit
958da8737b
2 changed files with 4 additions and 1 deletions
|
@ -10,7 +10,7 @@ This is for my personal use and definitely won’t work as is for other people,
|
|||
|
||||
Fic metadata lives in =files/originalsmeta/= following the template, translation metadata in =files/translationsmeta/=; the filename for each is a unique 3-digit number. Fic files with the corresponding filenames live in =files/texts= (HTML, PDF, and EPUB are recognised in the script, which then moves them into =build/files/= or =build/secret/= according to metadata).
|
||||
|
||||
On the server my =secret/= folder is protected using =.htpasswd=. In the current setup the comments are sent to my private Discord server using webhooks, so do modify the POST request in the comments pages if you don’t want your own test comments being sent to my server, haha.
|
||||
On the server my =secret/= folder is protected using =.htpasswd=. In the current setup the comments are sent to a private GoToSocial account, so do modify the POST request in the comments pages if you don’t want your own test comments being sent to me, haha.
|
||||
|
||||
Requisites: =rclone= (just for uploading files to the server), Python 3.
|
||||
|
||||
|
|
|
@ -499,6 +499,9 @@ details#chapters summary {
|
|||
cursor: pointer;
|
||||
display: block;
|
||||
padding: 2px 5px 5px;
|
||||
position: sticky;
|
||||
top: 0;
|
||||
background-color: #151515;
|
||||
}
|
||||
|
||||
details#chapters summary::marker {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue