Init repo with first set of customisations
This commit is contained in:
parent
22a596e865
commit
90709d56d4
28 changed files with 489 additions and 4 deletions
BIN
assets/img/avatar.jpeg
Executable file
BIN
assets/img/avatar.jpeg
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 113 KiB |
10
assets/jsconfig.json
Normal file
10
assets/jsconfig.json
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"*": [
|
||||
"../themes/hugo-theme-stack/assets/*"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
3
assets/scss/custom.scss
Normal file
3
assets/scss/custom.scss
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
/*
|
||||
You can add your own custom styles here.
|
||||
*/
|
||||
Loading…
Add table
Add a link
Reference in a new issue