mirror of
https://github.com/ItsDrike/itsdrike.com.git
synced 2024-11-09 21:49:41 +00:00
Add support for easy hosting custom personal files
This commit is contained in:
parent
77641feecc
commit
ce49bfdf86
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -19,5 +19,8 @@ node_modules/
|
|||
# Backup files
|
||||
*.bak
|
||||
|
||||
# Other extra files that I'm hosting on the website for personal use
|
||||
etc/
|
||||
|
||||
# Personal TODO files
|
||||
TODO
|
||||
|
|
|
@ -22,5 +22,6 @@ hugo gen chromastyles --style=monokai > "$STATIC_BUILD/css/highlight.css"
|
|||
mkdir -p "$STATIC_BUILD/scss"
|
||||
cp -r "$STATIC_SRC/scss"/* "$STATIC_BUILD/scss"
|
||||
|
||||
|
||||
hugo -vDEF --gc $@
|
||||
|
||||
ln -s ../etc "$OUTPUT_DIR/etc"
|
||||
|
|
Loading…
Reference in a new issue