Skip to content

Commit 69fbf9f

Browse files
committed
build: rename config.yml to hugo.yml
1 parent 30538a0 commit 69fbf9f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build/generate-sri.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ const sh = require('shelljs')
1818

1919
sh.config.fatal = true
2020

21-
const configFile = path.join(__dirname, '../config.yml')
21+
const configFile = path.join(__dirname, '../hugo.yml')
2222

2323
// Array of objects which holds the files to generate SRI hashes for.
2424
// `file` is the path from the root folder
25-
// `configPropertyName` is the config.yml variable's name of the file
25+
// `configPropertyName` is the hugo.yml variable's name of the file
2626
const files = [
2727
{
2828
file: 'dist/css/coreui.min.css',

config.yml renamed to hugo.yml

File renamed without changes.

0 commit comments

Comments
 (0)