cleanup: remove extra files and submodule
This commit is contained in:
parent
e5073d560d
commit
4820b2a6d1
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@ node_modules
|
|||||||
static
|
static
|
||||||
content/cv/index.pdf
|
content/cv/index.pdf
|
||||||
public
|
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"]
|
[submodule "themes/papermod"]
|
||||||
path = themes/papermod
|
path = themes/papermod
|
||||||
url = https://github.com/adityatelange/hugo-PaperMod.git
|
url = https://github.com/adityatelange/hugo-PaperMod.git
|
||||||
|
4
Makefile
4
Makefile
@ -3,3 +3,7 @@ upload_static:
|
|||||||
|
|
||||||
get_static:
|
get_static:
|
||||||
rclone copy -P badhouseplants-public:/badhouseplants-static 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