Skip to content

Commit

Permalink
Merge pull request #2 from Hugolify/change-to-modules
Browse files Browse the repository at this point in the history
Change theme submodules to modules
  • Loading branch information
sebousan authored Feb 8, 2023
2 parents a78f172 + 1666929 commit ef1e92d
Show file tree
Hide file tree
Showing 107 changed files with 128 additions and 2,288 deletions.
2 changes: 0 additions & 2 deletions .gitattributes

This file was deleted.

3 changes: 0 additions & 3 deletions .gitmodules
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Hugo sections available in theme and admin
* concerned (taxonomy)

## Documentation
[https://github.com/sebousan/hugolify-template/wiki](https://github.com/sebousan/hugolify-template/wiki)
[https://github.com/hugolify/hugolify-template/wiki](https://github.com/hugolify/hugolify-template/wiki)

## License
Hugolify is free for personal or commercial projects (MIT license)
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 not shown.
1 change: 0 additions & 1 deletion assets/images/uploads/emoji-party.svg

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
3 changes: 0 additions & 3 deletions assets/images/uploads/puzzle.svg

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
4 changes: 3 additions & 1 deletion assets/jsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -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/hugolify-theme@v1.2.6/assets/*",
"../../../../../var/folders/kr/l20g4gtd17b6djpvs4gcn8d40000gn/T/hugo_cache/modules/filecache/modules/pkg/mod/github.com/midzer/tobii@v2.5.0+incompatible/src/js/*",
"../../../../../var/folders/kr/l20g4gtd17b6djpvs4gcn8d40000gn/T/hugo_cache/modules/filecache/modules/pkg/mod/github.com/stevenschobert/instafeed.js@v2.0.0+incompatible/src/*"
]
}
}
Expand Down
7 changes: 0 additions & 7 deletions assets/sass/main.sass
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 */
3 changes: 0 additions & 3 deletions config/_default/config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
## THEME
theme: hugolify-theme

## LANGUAGE
defaultContentLanguage: en
languageCode: en
Expand Down
11 changes: 9 additions & 2 deletions config/_default/module.yaml
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
1 change: 0 additions & 1 deletion config/_default/modules.yaml

This file was deleted.

16 changes: 1 addition & 15 deletions config/_default/permalinks.yaml
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
6 changes: 1 addition & 5 deletions config/_default/taxonomies.yaml
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
54 changes: 0 additions & 54 deletions content/_index.md

This file was deleted.

17 changes: 0 additions & 17 deletions content/blocks/_index.md

This file was deleted.

42 changes: 0 additions & 42 deletions content/blocks/alert/_index.md

This file was deleted.

44 changes: 0 additions & 44 deletions content/blocks/call-to-action/_index.md

This file was deleted.

129 changes: 0 additions & 129 deletions content/blocks/datas/_index.md

This file was deleted.

Loading

0 comments on commit ef1e92d

Please sign in to comment.