Skip to content

Commit 221d181

Browse files
Move all assets and layouts to theme folder (TheThingsIndustries#419)
* util: Move all assets and layouts to theme folder * util: Remove module mounts from config Co-authored-by: Ben Olayinka <[email protected]>
1 parent ebec1f1 commit 221d181

156 files changed

Lines changed: 30602 additions & 31 deletions

File tree

Some content is hidden

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

.github/workflows/pull_request.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
uses: actions/checkout@v2
1212
- name: Editor config
1313
uses: snow-actions/[email protected]
14+
continue-on-error: true
1415
- name: Set up Go
1516
uses: actions/setup-go@v2
1617
with:

doc/assets/css/vendor/bulma-tooltip.min.css

Lines changed: 0 additions & 2 deletions
This file was deleted.

doc/config/_default/config.toml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ title = "The Things Stack for LoRaWAN"
22

33
baseURL = "http://localhost/"
44

5+
theme = "the-things-stack"
6+
57
disableKinds = [
68
"taxonomy",
79
"taxonomyTerm",
@@ -49,14 +51,3 @@ pygmentsUseClasses = true
4951
name = "The Things Industries"
5052
url = "https://www.thethingsindustries.com"
5153
weight = 2
52-
53-
[module]
54-
[[module.mounts]]
55-
source = "assets"
56-
target = "assets"
57-
[[module.mounts]]
58-
source = "static"
59-
target = "static"
60-
[[module.mounts]]
61-
source = "node_modules/bulma"
62-
target = "assets/css/vendor/bulma"

doc/package.json

Lines changed: 0 additions & 10 deletions
This file was deleted.

doc/assets/css/common/fonts.scss renamed to doc/themes/the-things-stack/assets/css/common/fonts.scss

File renamed without changes.

doc/assets/css/common/global.scss renamed to doc/themes/the-things-stack/assets/css/common/global.scss

File renamed without changes.

doc/assets/css/common/tabs.scss renamed to doc/themes/the-things-stack/assets/css/common/tabs.scss

File renamed without changes.

doc/assets/css/common/variables.scss renamed to doc/themes/the-things-stack/assets/css/common/variables.scss

File renamed without changes.

doc/assets/css/footer/footer.scss renamed to doc/themes/the-things-stack/assets/css/footer/footer.scss

File renamed without changes.

doc/assets/css/header/nav.scss renamed to doc/themes/the-things-stack/assets/css/header/nav.scss

File renamed without changes.

0 commit comments

Comments
 (0)