few configs
This commit is contained in:
parent
ed7d846255
commit
254e29a063
3 changed files with 3 additions and 5 deletions
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
.cache/
|
||||
public/
|
||||
4
Makefile
4
Makefile
|
|
@ -3,8 +3,6 @@ PROJECT_SRC = ./
|
|||
|
||||
HUGO = $(CACHE_DIR)/bin/hugo
|
||||
|
||||
|
||||
|
||||
setup: $(HUGO)
|
||||
git submodule update --recursive --remote
|
||||
|
||||
|
|
@ -25,5 +23,3 @@ $(CACHE_DIR)/hugo.tar.gz:
|
|||
|
||||
clean:
|
||||
rm -rf $(CACHE_DIR)/
|
||||
|
||||
#git submodule add https://github.com/theNewDynamic/gohugo-theme-ananke.git themes/ananke
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
baseURL = 'https://example.org/'
|
||||
languageCode = 'en-us'
|
||||
title = 'My New Hugo Site'
|
||||
title = 'Luiz Felipe F M Costa'
|
||||
theme = 'ananke'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue