Skip to content

Commit 7b5d41e

Browse files
committed
change to Hugo + own built theme
1 parent 7d04204 commit 7b5d41e

File tree

137 files changed

+693
-24630
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

137 files changed

+693
-24630
lines changed

.gitignore

+14-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
1-
_site
2-
.sass-cache
3-
/node_modules
41
.idea
5-
.jekyll-cache
2+
3+
# Generated files by hugo
4+
/public/
5+
/resources/_gen/
6+
/assets/jsconfig.json
7+
hugo_stats.json
8+
9+
# Executable may be added to repository
10+
hugo.exe
11+
hugo.darwin
12+
hugo.linux
13+
14+
# Temporary lock file while building
15+
/.hugo_build.lock

.gitmodules

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
[submodule "themes/ananke"]
2+
path = themes/ananke
3+
url = https://github.com/theNewDynamic/gohugo-theme-ananke.git
4+
[submodule "themes/PaperMod"]
5+
path = themes/PaperMod
6+
url = https://github.com/adityatelange/hugo-PaperMod.git
7+
[submodule "themes/hugo-theme-cleanwhite"]
8+
path = themes/hugo-theme-cleanwhite
9+
url = https://github.com/zhaohuabing/hugo-theme-cleanwhite.git
10+
[submodule "themes/etch"]
11+
path = themes/etch
12+
url = https://github.com/LukasJoswiak/etch.git
13+
[submodule "themes/puppet"]
14+
path = themes/puppet
15+
url = https://github.com/roninro/hugo-theme-puppet.git

Gemfile

-7
This file was deleted.

Gemfile.lock

-75
This file was deleted.

Gruntfile.js

-74
This file was deleted.

LICENSE

-202
This file was deleted.

0 commit comments

Comments
 (0)