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

github.com/devcows/hugo-universal-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAxel SepĂșlveda <ansepulveda@uc.cl>2021-07-26 10:17:03 +0300
committerGitHub <noreply@github.com>2021-07-26 10:17:03 +0300
commit5842278182875c330c809a816fab14e5e5731e29 (patch)
tree405d11d023391a15e4201e6b0aecbbfc57f38635 /exampleSite
parent22ef22676be91cf4c7506680264229d346df3e93 (diff)
GitHub actions deploy example to gh pages (#297)
* Create main.yml * Update main.yml * Update main.yml * Update main.yml * Update main.yml * Update main.yml * Update main.yml * Update main.yml * Update main.yml * Update main.yml * Update config.toml * Update main.yml * Works and deploys * Update config.toml * Update config.toml * Update main.yml * Update main.yml * update URL base for the example to work * Update config.toml * add suggested edits
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 61a6eb9..b249839 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -1,4 +1,4 @@
-baseurl = "https://example.org"
+baseurl = "https://devcows.github.io/hugo-universal-theme/" # Configure URL. if using gh-pages https://github.com/<username>/hugo-universal-theme URL: https://<username>.github.io/hugo-universal-theme/
title = "Universal"
theme = "hugo-universal-theme"
themesDir = "../.."
@@ -10,6 +10,7 @@ disqusShortname = "devcows"
# Enable Google Analytics by entering your tracking code
googleAnalytics = ""
+
# Define the number of posts per page
paginate = 10