This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
mayx
/
blog
mirror of
https://github.com/Mabbs/mabbs.github.io
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
7
Wiki
Activity
Browse Source
Update 3 files
- /assets/css/style.scss - /_data/proxylist.yml - /_layouts/default.html
pull/171/head
mayx
3 months ago
parent
e0aba75f77
commit
b3bc4d12c8
3 changed files
with
19 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
_data/proxylist.yml
+1
-1
_layouts/default.html
+17
-0
assets/css/style.scss
+ 1
- 0
_data/proxylist.yml
View File
@ -13,6 +13,7 @@ mirrors:
-
https://mayx.4everland.app/
-
https://mayx.dappling.network/
-
https://mayx-blog.statichost.eu/
-
https://xu4qy-yiaaa-aaaag-aa2iq-cai.icp0.io/
others:
-
https://unmayx.blogspot.com/
-
https://unmayx.blog.fc2blog.us/
+ 1
- 1
_layouts/default.html
View File
@ -50,7 +50,7 @@
<
h1
>
<
a
href
=
"{{ "
/
"
|
relative_url
}
}
"
>
{{ site.title | default: site.github.repository_name }}
<
/
a
>
<
/
h1
>
{% if site.logo %}
<
img
src
=
"{{ site.logo }}"
alt
=
"Logo"
/
>
<
img
src
=
"{{ site.logo }}"
alt
=
"Logo"
style
=
"width: 90%;"
/
>
{% endif %}
<
p
>
{{ site.description | default: site.github.project_tagline }}
<
/
p
>
+ 17
- 0
assets/css/style.scss
View File
@ -132,3 +132,20 @@ footer{
section
{
width
:
65
%
;
}
@media
print
,
screen
and
(
max-width
:
960
px
)
{
.
wrapper
{
width
:
auto
;
}
header
{
width
:
auto
;
}
footer
{
width
:
auto
;
}
section
{
width
:
auto
;
}
}
Write
Preview
Loading…
Cancel
Save
Powered by
TurnKey Linux
.