mirror of
				https://github.com/Wonderfall/hugo-WonderMod.git
				synced 2025-10-30 19:35:26 +01:00 
			
		
		
		
	removed laggy cdn hosts
This commit is contained in:
		| @@ -6,9 +6,9 @@ | |||||||
|   <span>·</span> |   <span>·</span> | ||||||
|   <span>Designed by <a href="http://21beats.com/" target="_blank">️21beats️</a>️</span> |   <span>Designed by <a href="http://21beats.com/" target="_blank">️21beats️</a>️</span> | ||||||
| </footer> | </footer> | ||||||
| <script src="https://cdn.bootcss.com/instantclick/3.0.1/instantclick.min.js" data-no-instant></script> | <script src="{{.Site.BaseURL}}js/instantclick.min.js" data-no-instant></script> | ||||||
| <script data-no-instant>InstantClick.init();</script> | <script data-no-instant>InstantClick.init();</script> | ||||||
| <script src="https://cdn.bootcss.com/highlight.js/9.12.0/highlight.min.js" data-no-instant></script> | <script src="{{.Site.BaseURL}}js/highlight.min.js" data-no-instant></script> | ||||||
| <script data-no-instant> | <script data-no-instant> | ||||||
|   hljs.initHighlightingOnLoad(); |   hljs.initHighlightingOnLoad(); | ||||||
|   addMenuListener(); |   addMenuListener(); | ||||||
|   | |||||||
| @@ -22,8 +22,8 @@ | |||||||
|   <meta name="author" content="{{ .Site.Params.author }}"> |   <meta name="author" content="{{ .Site.Params.author }}"> | ||||||
|   {{ end -}} |   {{ end -}} | ||||||
|   <!-- Styles --> |   <!-- Styles --> | ||||||
|   <link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,700,700i" rel="stylesheet"> |   <link href="{{.Site.BaseURL}}css/font.css" rel="stylesheet"> | ||||||
|   <link href="https://cdn.bootcss.com/highlight.js/9.12.0/styles/atom-one-dark.min.css" rel="stylesheet"> |   <link href="{{.Site.BaseURL}}css/atom-one-dark.min.css" rel="stylesheet"> | ||||||
|   <link href="{{.Site.BaseURL}}css/style.css" rel="stylesheet"> |   <link href="{{.Site.BaseURL}}css/style.css" rel="stylesheet"> | ||||||
|   <!-- Favicons --> |   <!-- Favicons --> | ||||||
|   <link rel="apple-touch-icon" href="{{.Site.BaseURL}}img/apple-touch-icon.png"> |   <link rel="apple-touch-icon" href="{{.Site.BaseURL}}img/apple-touch-icon.png"> | ||||||
|   | |||||||
							
								
								
									
										1
									
								
								static/css/atom-one-dark.min.css
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								static/css/atom-one-dark.min.css
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1 @@ | |||||||
|  | .hljs{display:block;overflow-x:auto;padding:0.5em;color:#abb2bf;background:#282c34}.hljs-comment,.hljs-quote{color:#5c6370;font-style:italic}.hljs-doctag,.hljs-keyword,.hljs-formula{color:#c678dd}.hljs-section,.hljs-name,.hljs-selector-tag,.hljs-deletion,.hljs-subst{color:#e06c75}.hljs-literal{color:#56b6c2}.hljs-string,.hljs-regexp,.hljs-addition,.hljs-attribute,.hljs-meta-string{color:#98c379}.hljs-built_in,.hljs-class .hljs-title{color:#e6c07b}.hljs-attr,.hljs-variable,.hljs-template-variable,.hljs-type,.hljs-selector-class,.hljs-selector-attr,.hljs-selector-pseudo,.hljs-number{color:#d19a66}.hljs-symbol,.hljs-bullet,.hljs-link,.hljs-meta,.hljs-selector-id,.hljs-title{color:#61aeee}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:bold}.hljs-link{text-decoration:underline} | ||||||
							
								
								
									
										24
									
								
								static/css/font.css
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										24
									
								
								static/css/font.css
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,24 @@ | |||||||
|  | @font-face { | ||||||
|  |   font-family: 'Source Sans Pro'; | ||||||
|  |   font-style: italic; | ||||||
|  |   font-weight: 400; | ||||||
|  |   src: local('Source Sans Pro Italic'), local('SourceSansPro-Italic'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7nsDc.ttf) format('truetype'); | ||||||
|  | } | ||||||
|  | @font-face { | ||||||
|  |   font-family: 'Source Sans Pro'; | ||||||
|  |   font-style: italic; | ||||||
|  |   font-weight: 700; | ||||||
|  |   src: local('Source Sans Pro Bold Italic'), local('SourceSansPro-BoldItalic'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZclSds18E.ttf) format('truetype'); | ||||||
|  | } | ||||||
|  | @font-face { | ||||||
|  |   font-family: 'Source Sans Pro'; | ||||||
|  |   font-style: normal; | ||||||
|  |   font-weight: 400; | ||||||
|  |   src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7g.ttf) format('truetype'); | ||||||
|  | } | ||||||
|  | @font-face { | ||||||
|  |   font-family: 'Source Sans Pro'; | ||||||
|  |   font-style: normal; | ||||||
|  |   font-weight: 700; | ||||||
|  |   src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwlxdr.ttf) format('truetype'); | ||||||
|  | } | ||||||
							
								
								
									
										3
									
								
								static/js/highlight.min.js
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								static/js/highlight.min.js
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
							
								
								
									
										1
									
								
								static/js/instantclick.min.js
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								static/js/instantclick.min.js
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
		Reference in New Issue
	
	Block a user
	 Daniel
					Daniel