/blog

my blog

Primary LanguageJavaScript

home heroText heroImage tagline actionText footer sidebar heroImageStyle bgImageStyle
true
/leimu-2-small.jpg
Believe yourself, and you are halfway there
GO →
Here is the blog of ruios
false
borderRadius boxShadow
50%
0 5px 18px rgba(0,0,0,0.2)
height color
350px
#3399FF
<script> // hide sidebar of home page export default { mounted() { document.querySelector('.theme-container').classList.add('no-sidebar') }, } </script>