diff --git a/_config.yml b/_config.yml index cac89ff..368574b 100755 --- a/_config.yml +++ b/_config.yml @@ -64,8 +64,12 @@ style: # url: https://cdn.jsdelivr.net/gh/xaoxuu/cdn-fonts/Monaco/Monaco.ttf # weight: normal # style: normal - # color: + color: + site: '#E84D3B' + site_inner: '#FFCE48' + theme: '#E84D3B' # site: '#21232F' # Website background color + # site_inner: '#FFCE48' # Text color inside the website background # card: '#444' # Card background color # text: '#fff' # The color of the text on the card. # theme: '#ff9800' # Main color @@ -423,19 +427,17 @@ plugins: # Slide Background backstretch: - enable: true + enable: false js: https://cdn.jsdelivr.net/npm/jquery-backstretch@2.1.18/jquery.backstretch.min.js position: cover # cover: sticky on the cover. fixed: Fixed as background for the site. shuffle: true # shuffle playlist duration: 20000 # Duration (ms) fade: 1500 # fade duration (ms) (Not more than 1500) - white_text: #true # Whether the picture is dark (adjust the text to white) images: # For personal use only. At your own risk if used for commercial purposes !!! - https://cdn.jsdelivr.net/gh/xaoxuu/cdn-wallpaper/abstract/41F215B9-261F-48B4-80B5-4E86E165259E.jpeg # - https://cdn.jsdelivr.net/gh/xaoxuu/cdn-wallpaper/abstract/BBC19066-E176-47C2-9D22-48C81EE5DF6B.jpeg # - https://cdn.jsdelivr.net/gh/xaoxuu/cdn-wallpaper/abstract/B18FCBB3-67FD-48CC-B4F3-457BA145F17A.jpeg # - https://cdn.jsdelivr.net/gh/xaoxuu/cdn-wallpaper/abstract/00E0F0ED-9F1C-407A-9AA6-545649D919F4.jpeg - # # Suggest white_text: true # - https://cdn.jsdelivr.net/gh/xaoxuu/cdn-wallpaper/abstract/67239FBB-E15D-4F4F-8EE8-0F1C9F3C4E7C.jpeg # - https://cdn.jsdelivr.net/gh/xaoxuu/cdn-wallpaper/abstract/B951AE18-D431-417F-B3FE-A382403FF21B.jpeg # - https://cdn.jsdelivr.net/gh/xaoxuu/cdn-wallpaper/landscape/AEB33F9D-7294-4CF1-B8C5-3020748A9D45.jpeg diff --git a/layout/_cover/index.ejs b/layout/_cover/index.ejs index 0074e7e..ec98015 100755 --- a/layout/_cover/index.ejs +++ b/layout/_cover/index.ejs @@ -4,10 +4,10 @@ <% } %> <% if (theme.cover.title) { %> -

<%- theme.cover.title ? theme.cover.title : config.title %>

+

<%- theme.cover.title ? theme.cover.title : config.title %>

<% } %> <% if (theme.cover.subtitle) { %> -

<%- theme.cover.subtitle%>

+

<%- theme.cover.subtitle%>

<% } %>
@@ -24,7 +24,7 @@ <% if (theme.cover.features) { %> <% (theme.cover.features || []).forEach(function(value){ %>
  • - rel="<%- value.rel %>" diff --git a/layout/_partial/footer.ejs b/layout/_partial/footer.ejs index a78202e..cbe4ed4 100755 --- a/layout/_partial/footer.ejs +++ b/layout/_partial/footer.ejs @@ -5,7 +5,7 @@ layout = config.theme_config.footer.layout; } %> -