Theme update. Cleanup configuration
This commit is contained in:
@ -54,21 +54,7 @@ imaging:
|
||||
timeout: 600000
|
||||
|
||||
security:
|
||||
enableInlineShortcodes: true
|
||||
exec:
|
||||
allow:
|
||||
- ^dart-sass-embedded$
|
||||
- ^go$
|
||||
- ^npx$
|
||||
- ^postcss$
|
||||
osEnv:
|
||||
- (?i)^(PATH|PATHEXT|APPDATA|TMP|TEMP|TERM)$
|
||||
funcs:
|
||||
getenv:
|
||||
- ^HUGO_
|
||||
- WC_POST_CSS
|
||||
http:
|
||||
methods:
|
||||
- (?i)GET|POST
|
||||
urls:
|
||||
_merge: deep
|
||||
sitemap:
|
||||
_merge: deep
|
||||
- .*
|
@ -1,7 +1,6 @@
|
||||
# Appearance
|
||||
appearance:
|
||||
theme_day: ocean
|
||||
# theme_night: ocean
|
||||
font: minimal
|
||||
font_size: M
|
||||
|
||||
@ -72,8 +71,8 @@ footer:
|
||||
|
||||
# Site features
|
||||
features:
|
||||
privacy_pack:
|
||||
enable: false
|
||||
syntax_highlighter:
|
||||
enable: true
|
||||
map:
|
||||
provider: 'mapnik'
|
||||
api_key: ''
|
||||
@ -83,9 +82,6 @@ extensions:
|
||||
academicons:
|
||||
enable: false
|
||||
|
||||
highlight: true
|
||||
math: false
|
||||
diagram: true
|
||||
show_related:
|
||||
book: true
|
||||
page: false
|
||||
@ -100,9 +96,6 @@ sharing: false
|
||||
|
||||
abstract_length: 135
|
||||
plugins_js: []
|
||||
avatar:
|
||||
gravatar: false
|
||||
shape: circle
|
||||
publications:
|
||||
date_format: January 2006
|
||||
citation_style: apa
|
||||
|
@ -69,6 +69,4 @@ num > 0 && (num & (num - 1)) == 0;
|
||||
//Clear all bits from 0 to N
|
||||
mask = ~((1 << n+1 ) - 1);
|
||||
x &= mask;
|
||||
|
||||
|
||||
```
|
4
go.mod
4
go.mod
@ -4,6 +4,6 @@ go 1.15
|
||||
|
||||
require (
|
||||
github.com/wowchemy/wowchemy-hugo-modules/v5 v5.3.0
|
||||
github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms/v5 v5.0.0-20220122152657-2ccc34471cfa // indirect
|
||||
github.com/wowchemy/wowchemy-hugo-modules/wowchemy/v5 v5.0.0-20220122152657-2ccc34471cfa // indirect
|
||||
github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms/v5 v5.0.0-20220209002342-6224270ab3b1 // indirect
|
||||
github.com/wowchemy/wowchemy-hugo-modules/wowchemy/v5 v5.0.0-20220209002342-6224270ab3b1 // indirect
|
||||
)
|
||||
|
4
go.sum
4
go.sum
@ -25,6 +25,8 @@ github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms/v5 v5.0.0-20220113220115-
|
||||
github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms/v5 v5.0.0-20220113220115-439dfb3a4085/go.mod h1:Sp/AKo+2HAPi/IPHp1MEdKPmee+mzO5+efUBUPLPqPE=
|
||||
github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms/v5 v5.0.0-20220122152657-2ccc34471cfa h1:Yq79BCChdcbB3hF5mXiain70T2cftYCU266TqAU9TQY=
|
||||
github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms/v5 v5.0.0-20220122152657-2ccc34471cfa/go.mod h1:Sp/AKo+2HAPi/IPHp1MEdKPmee+mzO5+efUBUPLPqPE=
|
||||
github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms/v5 v5.0.0-20220209002342-6224270ab3b1 h1:gUvcWj6ruGFxu34jae0KGaJ4Y94FUgc9j1ke101Cg1k=
|
||||
github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms/v5 v5.0.0-20220209002342-6224270ab3b1/go.mod h1:Sp/AKo+2HAPi/IPHp1MEdKPmee+mzO5+efUBUPLPqPE=
|
||||
github.com/wowchemy/wowchemy-hugo-modules/wowchemy/v5 v5.0.0-20210629192904-559885af86b7/go.mod h1:2iL9rdrUYyJXX2BeHKfK+QbqZlubCsaR60nQ87NRQTY=
|
||||
github.com/wowchemy/wowchemy-hugo-modules/wowchemy/v5 v5.0.0-20210807125257-88ec9270d03e h1:J6H85UfeOzUouIenMxv/+FT1F5XlfzjuZYfMFdRux8Y=
|
||||
github.com/wowchemy/wowchemy-hugo-modules/wowchemy/v5 v5.0.0-20210807125257-88ec9270d03e/go.mod h1:2iL9rdrUYyJXX2BeHKfK+QbqZlubCsaR60nQ87NRQTY=
|
||||
@ -50,3 +52,5 @@ github.com/wowchemy/wowchemy-hugo-modules/wowchemy/v5 v5.0.0-20220113220115-439d
|
||||
github.com/wowchemy/wowchemy-hugo-modules/wowchemy/v5 v5.0.0-20220113220115-439dfb3a4085/go.mod h1:2iL9rdrUYyJXX2BeHKfK+QbqZlubCsaR60nQ87NRQTY=
|
||||
github.com/wowchemy/wowchemy-hugo-modules/wowchemy/v5 v5.0.0-20220122152657-2ccc34471cfa h1:lndeOYT6OAIcv4bgqnmubWXPZnycWjL69pRYBixfpns=
|
||||
github.com/wowchemy/wowchemy-hugo-modules/wowchemy/v5 v5.0.0-20220122152657-2ccc34471cfa/go.mod h1:2iL9rdrUYyJXX2BeHKfK+QbqZlubCsaR60nQ87NRQTY=
|
||||
github.com/wowchemy/wowchemy-hugo-modules/wowchemy/v5 v5.0.0-20220209002342-6224270ab3b1 h1:NbJ4LiUw+03pCc4DUKUV7Qk3jrwLsNokjzKd9xpKiMA=
|
||||
github.com/wowchemy/wowchemy-hugo-modules/wowchemy/v5 v5.0.0-20220209002342-6224270ab3b1/go.mod h1:2iL9rdrUYyJXX2BeHKfK+QbqZlubCsaR60nQ87NRQTY=
|
||||
|
Reference in New Issue
Block a user