Skip to content

Commit 33ab08e

Browse files
rootroot
root
authored and
root
committed
Installed properly to allow for further development
1 parent cd73998 commit 33ab08e

File tree

149 files changed

+2553
-2
lines changed

Some content is hidden

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

149 files changed

+2553
-2
lines changed

.devcontainer/Dockerfile

100755100644
File mode changed.

.devcontainer/devcontainer.json

100755100644
File mode changed.

.editorconfig

100755100644
File mode changed.

.github/ISSUE_TEMPLATE/bug_report.yml

100755100644
File mode changed.

.github/workflows/main.yml

100755100644
File mode changed.

.gitignore

100755100644
File mode changed.

.markdownlint.json

100755100644
File mode changed.

.prettierrc

100755100644
File mode changed.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

assets/scss/custom.scss

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
// DO NOT WRITE ANY STYLE IN THIS FILE
2-
// If you want to add your own styles, please write it in the `./assets/scss/custom.scss` file.
1+
// Add your own custom styles here
File renamed without changes.
File renamed without changes.

config/_default/module.toml

+99
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,99 @@
1+
[hugoVersion]
2+
extended = true
3+
min = "0.134.3"
4+
5+
# [[imports]]
6+
# path = "github.com/zeon-studio/hugoplate"
7+
8+
[[imports]]
9+
path = "github.com/gethugothemes/hugo-modules/search"
10+
11+
[[imports]]
12+
path = "github.com/gethugothemes/hugo-modules/pwa"
13+
14+
[[imports]]
15+
path = "github.com/gethugothemes/hugo-modules/images"
16+
17+
[[imports]]
18+
path = "github.com/gethugothemes/hugo-modules/videos"
19+
20+
[[imports]]
21+
path = "github.com/gethugothemes/hugo-modules/icons/font-awesome"
22+
23+
# [[imports]]
24+
# path = "github.com/gethugothemes/hugo-modules/icons/themify-icons"
25+
26+
[[imports]]
27+
path = "github.com/gethugothemes/hugo-modules/gzip-caching"
28+
29+
[[imports]]
30+
path = "github.com/gethugothemes/hugo-modules/adsense"
31+
32+
[[imports]]
33+
path = "github.com/gethugothemes/hugo-modules/accordion"
34+
35+
[[imports]]
36+
path = "github.com/gethugothemes/hugo-modules/table-of-contents"
37+
38+
[[imports]]
39+
path = "github.com/gethugothemes/hugo-modules/tab"
40+
41+
[[imports]]
42+
path = "github.com/gethugothemes/hugo-modules/modal"
43+
44+
[[imports]]
45+
path = "github.com/gethugothemes/hugo-modules/gallery-slider"
46+
47+
[[imports]]
48+
path = "github.com/gethugothemes/hugo-modules/components/preloader"
49+
50+
[[imports]]
51+
path = "github.com/gethugothemes/hugo-modules/components/social-share"
52+
53+
[[imports]]
54+
path = "github.com/gethugothemes/hugo-modules/components/cookie-consent"
55+
56+
[[imports]]
57+
path = "github.com/gethugothemes/hugo-modules/components/announcement"
58+
59+
[[imports]]
60+
path = "github.com/gethugothemes/hugo-modules/components/custom-script"
61+
62+
[[imports]]
63+
path = "github.com/gethugothemes/hugo-modules/components/render-link"
64+
65+
# [[imports]]
66+
# path = "github.com/gethugothemes/hugo-modules/components/valine-comment"
67+
68+
# [[imports]]
69+
# path = "github.com/gethugothemes/hugo-modules/components/crisp-chat"
70+
71+
[[imports]]
72+
path = "github.com/gethugothemes/hugo-modules/shortcodes/button"
73+
74+
[[imports]]
75+
path = "github.com/gethugothemes/hugo-modules/shortcodes/notice"
76+
77+
[[imports]]
78+
path = "github.com/gethugothemes/hugo-modules/seo-tools/basic-seo"
79+
80+
[[imports]]
81+
path = "github.com/gethugothemes/hugo-modules/seo-tools/site-verifications"
82+
83+
[[imports]]
84+
path = "github.com/gethugothemes/hugo-modules/seo-tools/google-tag-manager"
85+
86+
# [[imports]]
87+
# path = "github.com/gethugothemes/hugo-modules/seo-tools/baidu-analytics"
88+
89+
# [[imports]]
90+
# path = "github.com/gethugothemes/hugo-modules/seo-tools/matomo-analytics"
91+
92+
# [[imports]]
93+
# path = "github.com/gethugothemes/hugo-modules/seo-tools/plausible-analytics"
94+
95+
# [[imports]]
96+
# path = "github.com/gethugothemes/hugo-modules/seo-tools/counter-analytics"
97+
98+
[[imports]]
99+
path = "github.com/hugomods/mermaid"
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

go.mod

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
module hugoplate.netlify.app
2+
3+
go 1.21
4+
5+

hugo.toml

+178
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,178 @@
1+
######################## default configuration ####################
2+
# The base URL of your site (required). This will be prepended to all relative URLs.
3+
baseURL = "/"
4+
# Title of your website (required).
5+
title = "Hugoplate"
6+
# Your theme name
7+
theme = "hugoplate"
8+
# Default time zone for time stamps; use any valid tz database name: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List
9+
timeZone = "America/New_York"
10+
# post excerpt
11+
summaryLength = 10 # see https://gohugo.io/content-management/excerpts/
12+
# disable language
13+
disableLanguages = [
14+
] # example: ["fr"] for disable french language. see https://gohugo.io/content-management/multilingual/
15+
hasCJKLanguage = false # If hasCJKLanguage true, auto-detect Chinese/Japanese/Korean Languages in the content. see: https://gohugo.io/getting-started/configuration/#hascjklanguage
16+
# default language
17+
defaultContentLanguage = 'en'
18+
# defaultContentLanguageInSubdir need to be true if you want to use the language code as a subdirectory and language specific 404 page
19+
defaultContentLanguageInSubdir = false
20+
21+
########################### Services #############################
22+
[services]
23+
[services.googleAnalytics]
24+
ID = 'G-MEASUREMENT_ID' # see https://gohugo.io/templates/internal/#configure-google-analytics
25+
26+
[services.disqus]
27+
shortname = 'themefisher-template' # we use disqus to show comments in blog posts . To install disqus please follow this tutorial https://portfolio.peter-baumgartner.net/2017/09/10/how-to-install-disqus-on-hugo/
28+
29+
########################## Permalinks ############################
30+
[permalinks.page]
31+
"pages" = "/:slugorfilename/"
32+
33+
34+
########################## Pagination ############################
35+
[pagination]
36+
disableAliases = false
37+
pagerSize = 10
38+
path = 'page'
39+
40+
41+
############################# Modules ############################
42+
[module]
43+
[[module.mounts]]
44+
source = "assets"
45+
target = "assets"
46+
47+
[[module.mounts]]
48+
source = "hugo_stats.json"
49+
target = "assets/watching/hugo_stats.json"
50+
51+
############################# Build ##############################
52+
[build]
53+
noJSConfigInAssets = false
54+
useResourceCacheWhen = 'fallback'
55+
[build.buildStats]
56+
enable = true
57+
[[build.cachebusters]]
58+
source = 'assets/watching/hugo_stats\.json'
59+
target = 'style\.css'
60+
[[build.cachebusters]]
61+
source = '(postcss|tailwind)\.config\.js'
62+
target = 'css'
63+
[[build.cachebusters]]
64+
source = 'assets/.*\.(js|ts|jsx|tsx)'
65+
target = 'js'
66+
[[build.cachebusters]]
67+
source = 'assets/.*\.(css|scss|sass)'
68+
target = 'css'
69+
[[build.cachebusters]]
70+
source = 'data/.*\.(.*)$'
71+
target = 'css'
72+
[[build.cachebusters]]
73+
source = 'assets/.*\.(.*)$'
74+
target = '$1'
75+
76+
77+
############################# Outputs ############################
78+
[outputs]
79+
home = ["HTML", "RSS", "WebAppManifest", "SearchIndex"]
80+
81+
############################# Imaging ############################
82+
[imaging]
83+
# See https://github.com/disintegration/imaging
84+
# Default JPEG or WebP quality setting. Default is 75.
85+
quality = 80
86+
resampleFilter = "Lanczos"
87+
88+
############################ Caches ##############################
89+
[caches]
90+
[caches.images]
91+
dir = ":resourceDir/_gen"
92+
maxAge = "720h"
93+
94+
[caches.assets]
95+
dir = ":resourceDir/_gen"
96+
maxAge = "720h"
97+
98+
99+
############################ Markup ##############################
100+
[markup]
101+
[markup.goldmark.renderer]
102+
unsafe = true
103+
104+
[markup.highlight]
105+
style = 'monokai' # see https://xyproto.github.io/splash/docs/all.html
106+
107+
[markup.tableOfContents]
108+
startLevel = 2
109+
endLevel = 5
110+
ordered = true
111+
112+
113+
########################### Media types ###########################
114+
[mediaTypes]
115+
[mediaTypes."application/manifest+json"]
116+
suffixes = ["webmanifest"]
117+
118+
119+
########################### Output Format ##########################
120+
[outputFormats]
121+
[outputFormats.WebAppManifest]
122+
mediaType = "application/manifest+json"
123+
rel = "manifest"
124+
125+
[outputFormats.SearchIndex]
126+
mediaType = "application/json"
127+
baseName = "searchindex"
128+
isPlainText = true
129+
notAlternative = true
130+
131+
132+
############################# Plugins ##############################
133+
134+
# CSS Plugins
135+
[[params.plugins.css]]
136+
link = "plugins/swiper/swiper-bundle.css"
137+
lazy = true
138+
[[params.plugins.css]]
139+
link = "plugins/glightbox/glightbox.css"
140+
lazy = true
141+
[[params.plugins.css]]
142+
link = "plugins/font-awesome/v6/brands.css"
143+
lazy = true
144+
[[params.plugins.css]]
145+
link = "plugins/font-awesome/v6/solid.css"
146+
lazy = true
147+
[[params.plugins.css]]
148+
link = "plugins/font-awesome/v6/icons.css"
149+
lazy = true
150+
151+
# JS Plugins
152+
[[params.plugins.js]]
153+
link = "js/search.js"
154+
lazy = false
155+
[[params.plugins.js]]
156+
link = "plugins/swiper/swiper-bundle.js"
157+
lazy = false
158+
[[params.plugins.js]]
159+
link = "plugins/cookie.js"
160+
lazy = false
161+
[[params.plugins.js]]
162+
link = "plugins/glightbox/glightbox.js"
163+
lazy = true
164+
[[params.plugins.js]]
165+
link = "js/gallery-slider.js"
166+
lazy = true
167+
[[params.plugins.js]]
168+
link = "js/accordion.js"
169+
lazy = true
170+
[[params.plugins.js]]
171+
link = "js/tab.js"
172+
lazy = true
173+
[[params.plugins.js]]
174+
link = "js/modal.js"
175+
lazy = true
176+
[[params.plugins.js]]
177+
link = "plugins/youtube-lite.js"
178+
lazy = true
File renamed without changes.

netlify.toml

100755100644
File mode changed.

0 commit comments

Comments
 (0)