cleanup: remove extra files and submodule #14
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@ node_modules
|
||||
static
|
||||
content/cv/index.pdf
|
||||
public
|
||||
resources
|
||||
|
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -1,6 +1,3 @@
|
||||
[submodule "themes/ananke"]
|
||||
path = themes/ananke
|
||||
url = https://github.com/theNewDynamic/gohugo-theme-ananke
|
||||
[submodule "themes/papermod"]
|
||||
path = themes/papermod
|
||||
url = https://github.com/adityatelange/hugo-PaperMod.git
|
||||
|
4
Makefile
4
Makefile
@ -3,3 +3,7 @@ upload_static:
|
||||
|
||||
get_static:
|
||||
rclone copy -P badhouseplants-public:/badhouseplants-static static
|
||||
|
||||
submodules:
|
||||
git submodule update --init --recursive
|
||||
|
||||
|
File diff suppressed because one or more lines are too long
@ -1 +0,0 @@
|
||||
{"Target":"ananke/css/main.min.css","MediaType":"text/css","Data":{}}
|
Binary file not shown.
Before Width: | Height: | Size: 12 KiB |
Binary file not shown.
Before Width: | Height: | Size: 18 KiB |
Binary file not shown.
Before Width: | Height: | Size: 38 KiB |
Binary file not shown.
Before Width: | Height: | Size: 11 KiB |
Reference in New Issue
Block a user