Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/onweru/compose.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorweru <fromweru@gmail.com>2022-02-01 04:15:53 +0300
committerweru <fromweru@gmail.com>2022-02-01 04:15:53 +0300
commit09a8e1b4a4c39e639ebe2581a948f0e88224020c (patch)
tree5bd288760037f4006092189c0dd833773044f972 /exampleSite
parente9e2d2c39fed7077430c5643e5a704acff94cc31 (diff)
update
Signed-off-by: weru <fromweru@gmail.com>
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/content/docs/clarity/blogging.md1
-rw-r--r--exampleSite/content/docs/clarity/syntax-highlighting.md1
-rw-r--r--exampleSite/content/docs/clarity/theme-overrides.md1
-rw-r--r--exampleSite/content/docs/compose/customize.md2
-rw-r--r--exampleSite/go.mod2
-rw-r--r--exampleSite/go.sum2
6 files changed, 7 insertions, 2 deletions
diff --git a/exampleSite/content/docs/clarity/blogging.md b/exampleSite/content/docs/clarity/blogging.md
index a6c21aa..0919002 100644
--- a/exampleSite/content/docs/clarity/blogging.md
+++ b/exampleSite/content/docs/clarity/blogging.md
@@ -1,5 +1,6 @@
+++
title="Blogging"
+weight=16
+++
### Blog directory
diff --git a/exampleSite/content/docs/clarity/syntax-highlighting.md b/exampleSite/content/docs/clarity/syntax-highlighting.md
index 36947cd..e951415 100644
--- a/exampleSite/content/docs/clarity/syntax-highlighting.md
+++ b/exampleSite/content/docs/clarity/syntax-highlighting.md
@@ -1,5 +1,6 @@
+++
title = "Syntax Highlighting"
+weight=17
+++
### Code
diff --git a/exampleSite/content/docs/clarity/theme-overrides.md b/exampleSite/content/docs/clarity/theme-overrides.md
index 28c2592..abcb933 100644
--- a/exampleSite/content/docs/clarity/theme-overrides.md
+++ b/exampleSite/content/docs/clarity/theme-overrides.md
@@ -1,5 +1,6 @@
+++
title = "Theme Overrides"
+weight=18
+++
### Custom CSS and JS
diff --git a/exampleSite/content/docs/compose/customize.md b/exampleSite/content/docs/compose/customize.md
index be7496c..be85383 100644
--- a/exampleSite/content/docs/compose/customize.md
+++ b/exampleSite/content/docs/compose/customize.md
@@ -1,7 +1,7 @@
+++
description = "basic configuration"
title = "Customize layouts & components"
-
+weight = 10
+++
### Shortcodes modifiers
diff --git a/exampleSite/go.mod b/exampleSite/go.mod
index a717dc6..a441645 100644
--- a/exampleSite/go.mod
+++ b/exampleSite/go.mod
@@ -2,4 +2,4 @@ module compose-exampleSite
go 1.15
-require github.com/onweru/compose v0.0.0-20220201002401-8fc05ebec231 // indirect
+require github.com/onweru/compose v0.0.0-20220201002706-19dcf4f70f4a // indirect
diff --git a/exampleSite/go.sum b/exampleSite/go.sum
index ece83bb..d9ac12f 100644
--- a/exampleSite/go.sum
+++ b/exampleSite/go.sum
@@ -200,3 +200,5 @@ github.com/onweru/compose v0.0.0-20220131233504-ff693a0f9e9d h1:pbtSqDhoriw5JHbi
github.com/onweru/compose v0.0.0-20220131233504-ff693a0f9e9d/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc=
github.com/onweru/compose v0.0.0-20220201002401-8fc05ebec231 h1:wNtaIQ7jJPCOi/KU4CvD89R8dhoXfga2rpJaZ90a7Kk=
github.com/onweru/compose v0.0.0-20220201002401-8fc05ebec231/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc=
+github.com/onweru/compose v0.0.0-20220201002706-19dcf4f70f4a h1:G4nU+9JMPiVjuCUONovpvWYeFYd2usmxU6gjMbcJJMc=
+github.com/onweru/compose v0.0.0-20220201002706-19dcf4f70f4a/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc=