-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from Hugolify/change-to-modules
Change theme submodules to modules
- Loading branch information
Showing
107 changed files
with
128 additions
and
2,288 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,3 @@ | ||
[submodule "themes/hugolify-theme"] | ||
path = themes/hugolify-theme | ||
url = https://github.com/hugolify/hugolify-theme | ||
[submodule "static1/admin"] | ||
path = static1/admin | ||
url = https://github.com/hugolify/hugolify-netlify-cms |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-223 KB
assets/images/uploads/clovis-wood-photography-ukia1x8ogfy-unsplash.jpg
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,9 @@ | |
"baseUrl": ".", | ||
"paths": { | ||
"*": [ | ||
"../themes/hugolify-theme/assets/*" | ||
"../../../../../var/folders/kr/l20g4gtd17b6djpvs4gcn8d40000gn/T/hugo_cache/modules/filecache/modules/pkg/mod/github.com/hugolify/[email protected]/assets/*", | ||
"../../../../../var/folders/kr/l20g4gtd17b6djpvs4gcn8d40000gn/T/hugo_cache/modules/filecache/modules/pkg/mod/github.com/midzer/[email protected]+incompatible/src/js/*", | ||
"../../../../../var/folders/kr/l20g4gtd17b6djpvs4gcn8d40000gn/T/hugo_cache/modules/filecache/modules/pkg/mod/github.com/stevenschobert/[email protected]+incompatible/src/*" | ||
] | ||
} | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,6 @@ | ||
// Hugolify theme | ||
@import "main-theme" | ||
|
||
// Modules | ||
@import "casestudies" | ||
@import "persons" | ||
@import "posts" | ||
@import "projects" | ||
@import "publications" | ||
|
||
// Site | ||
/*! purgecss start ignore */ | ||
/*! purgecss end ignore */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,3 @@ | ||
## THEME | ||
theme: hugolify-theme | ||
|
||
## LANGUAGE | ||
defaultContentLanguage: en | ||
languageCode: en | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,13 @@ | ||
imports: | ||
- path: github.com/hugolify/hugolify-example-site | ||
- path: github.com/hugolify/hugolify-theme-casestudies | ||
- path: github.com/hugolify/hugolify-theme-persons | ||
- path: github.com/hugolify/hugolify-theme-posts-authors | ||
- path: github.com/hugolify/hugolify-theme-posts-categories | ||
- path: github.com/hugolify/hugolify-theme-posts-tags | ||
- path: github.com/hugolify/hugolify-theme-posts | ||
- path: github.com/hugolify/hugolify-theme-projects-types | ||
- path: github.com/hugolify/hugolify-theme-projects-tags | ||
- path: github.com/hugolify/hugolify-theme-projects | ||
- path: github.com/hugolify/hugolify-theme-publications | ||
- path: github.com/hugolify/hugolify-theme-publications-concerned | ||
- path: github.com/hugolify/hugolify-theme-publications | ||
- path: github.com/hugolify/hugolify-theme |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1 @@ | ||
posts: /news/:year-:month-:day-:slug/ | ||
categories: /news/:slug/ | ||
tags: /news/tags/:slug/ | ||
authors: /news/:slug/ | ||
|
||
persons: /team/:slug/ | ||
|
||
projects: /projects/:year-:slug/ | ||
types: /projects/:slug/ | ||
|
||
casestudies: /case-studies/:slug/ | ||
|
||
publications: /publications/:slug/ | ||
concerned: /publications/:slug/ | ||
|
||
_merge: deep |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1 @@ | ||
author: authors | ||
category: categories | ||
tag: tags | ||
type: types | ||
concerned: concerned | ||
_merge: deep |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.