File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 3
3
# # Source: https://github.com/hexojs/hexo/
4
4
5
5
# Site
6
+
6
7
title : ' amFOSS'
7
8
subtitle : ' '
8
9
description : ' '
@@ -13,7 +14,8 @@ timezone: ''
13
14
14
15
# URL
15
16
# # Set your site url here. For example, if you use GitHub Page, set url as 'https://username.github.io/project'
16
- url : http://amfoss.in
17
+ url : https://amfoss.github.io/amfoss-blog-page/
18
+ root :
17
19
permalink : :year/:month/:day/:title/
18
20
permalink_defaults :
19
21
pretty_urls :
@@ -105,5 +107,5 @@ theme: landscape
105
107
# # Docs: https://hexo.io/docs/one-command-deployment
106
108
deploy :
107
109
type : git
108
- repo : https://github.com/hkx05/hkx05.github.io
109
- branch : master
110
+ repo : https://github.com/amfoss/amfoss-blog-page
111
+ branch : gh-page
Original file line number Diff line number Diff line change 1
1
<header id =" header" >
2
2
<link rel =" stylesheet" href =" https://fonts.googleapis.com/icon?family=Material+Icons" >
3
3
<div id =" banner" class =" banner" >
4
- <img id =" logo-image" alt =" amfoss logo" src =" /image/logo-light.png" >
4
+ <img id =" logo-image" alt =" amfoss logo" src =" /amfoss-blog-page/ image/logo-light.png" >
5
5
</div >
6
6
<div id =" header-outer" class =" outer" >
7
7
<div id =" header-title" class =" inner" >
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ function toggleTheme() {
3
3
const currentIcon = document . getElementById ( "theme-icon" ) . innerHTML ;
4
4
const currentLogo = document . getElementById ( "logo-image" ) . src ;
5
5
const newIcon = currentIcon === 'sunny' ? 'bedtime' : 'sunny' ;
6
- const newLogo = currentTheme === 'light' ? '/ image/logo-dark.png' : '/ image/logo-light.png' ;
6
+ const newLogo = currentTheme === 'light' ? 'image/logo-dark.png' : 'image/logo-light.png' ;
7
7
const newTheme = currentTheme === 'light' ? 'dark' : 'light' ;
8
8
9
9
document . body . classList . remove ( currentTheme + '-mode' ) ;
You can’t perform that action at this time.
0 commit comments