File tree 3 files changed +8
-7
lines changed
3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,8 @@ description: |
16
16
github_username : " html2rss"
17
17
18
18
theme : just-the-docs
19
+ color_scheme : dark
20
+
19
21
logo : assets/images/logo.png
20
22
21
23
aux_links :
Original file line number Diff line number Diff line change 10
10
.config__url.config__url {
11
11
hyphens : none ;
12
12
word-break : break-word ;
13
- white-space : pre-wrap ;
14
13
}
15
14
16
15
.config__url em {
Original file line number Diff line number Diff line change 12
12
</ noscript >
13
13
14
14
< div id ="configs ">
15
- < fieldset class ="bg-grey-lt-000 mb-4 py-1 px-2 ">
15
+ < fieldset class ="mb-4 py-1 px-2 ">
16
16
< legend class ="fs-5 "> Instance URL</ legend >
17
17
18
- < input type ="text " name ="instance " value ="https://1.h2r.workers.dev " class ="bg-grey-lt -100 p-2 ">
18
+ < input type ="text " name ="instance " value ="https://1.h2r.workers.dev " class ="bg-grey-dk -100 p-2 ">
19
19
</ fieldset >
20
20
21
21
< p class ="fs-4 ">
30
30
</ p >
31
31
32
32
{% for config in site.data.configs %}
33
- < details class ="bg-grey-lt-000 py-1 px-2 ">
33
+ < details class ="py-1 px-2 ">
34
34
< summary class ="config__headline text-mono ">
35
35
< span > {{ config.domain }}</ span
36
36
> < span class ="text-yellow-300 "> /</ span
95
95
</ a >
96
96
</ div >
97
97
{%- else -%}
98
- < p class ="bg-grey-lt-100 text-red-200 p-2 ">
99
- This config requires parameters to work.
98
+ < p class ="bg-grey-dk-200 text-red-300 p-2 ">
99
+ This config requires parameters to work.< br >
100
100
< a href ="https://github.com/html2rss/html2rss-configs/blob/master/lib/html2rss/configs/{{ config.domain }}/{{ config.name }}.yml "> View the config</ a >
101
101
to find out which values are possible.
102
102
< br >
103
- < code class ="d-block w-100 py-2 bg-grey-lt-200 text-grey-dk-200 fs-4 ">
103
+ < code class ="d-block w-100 py-2 bg-grey-dk-300 text-grey-dk-000 fs-4 ">
104
104
< span class ="config__url "
105
105
> < span class ="instance "> </ span > {{ config.domain }}/{{ config.name }}.rss?{% for params in config.url_parameters %}{{ params[0] }}=< em > {{ params[1] }}</ em > < span class ="config__url-amp "> &</ span > {% endfor %}
106
106
</ span >
You can’t perform that action at this time.
0 commit comments