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

github.com/salsysd/hugo-assembly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsalomon valverde <salomon.valverde@gmail.com>2018-09-09 10:38:19 +0300
committersalomon valverde <salomon.valverde@gmail.com>2018-09-09 10:38:19 +0300
commitcda209c90132e2aa2271bdc3d7a7b14f061428c3 (patch)
tree6e1ce08a7fd5b85cb98e4e5fe9723a0338361df7
parent91d6055fa989f4482740c3dfa9cc11f79fb18fda (diff)
update README
-rw-r--r--README.md5
-rw-r--r--config.toml75
2 files changed, 4 insertions, 76 deletions
diff --git a/README.md b/README.md
index 05e1d97..0c1aec7 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,10 @@ $ git clone https://github.com/salsysd/hugo-assembly.git
## Getting started
-Add `theme = "hugo-assembly"` to this config, or when serving, use `hugo server -t hugo-assembly`.
+### The config file
+Take a look inside the exampleSite folder of this theme. You’ll find a file called config.toml. To use it, copy the config.toml in the root folder of your Hugo site. Feel free to change the strings in this theme.
+
+Add `theme = "hugo-assembly"` to this config or when starting service, use `hugo server -t hugo-assembly`.
## Credits
diff --git a/config.toml b/config.toml
deleted file mode 100644
index 964b5a4..0000000
--- a/config.toml
+++ /dev/null
@@ -1,75 +0,0 @@
-# Main config file for icon theme.
-theme = "hugo-assembly"
-baseURL = "https://example.co"
-languageCode = "en-US"
-title = "Assembly"
-
-# Metadata
-[params]
- author = "A Human Name"
- description = "The description"
-
-# banner section (from here on is for assembly theme)
-[params.banner]
- title = "This is Assembly Template"
- byline = "A free, CSS template ported over to a Hugo Theme."
-
-[params.actions] # CTAs
- enable = true
- register = "CTA Now!"
-
-# Navigation section
-[params.nav]
- home = "Home"
- services = "Services"
- welcome = "Welcome"
- contact = "Contact Us"
-
-# Services section
-[params.services]
- enable = true
- title = "Services"
- subtitle = "Lorem ipsum dolor sit amet, consectetur adipisicing elit."
-
- [[params.services.item]]
- weight = "A"
- description = "Lorem ipsum dolor sit amet, consectetur adipisicing elit.Lorem ipsum dolor sit amet, consectetur adipisicing elit. Lorem ipsum dolor sit amet, consectetur adipisicing elit."
- button_item_info = "Safer"
-
- [[params.services.item]]
- weight = "B"
- description = "Lorem ipsum dolor sit amet, consectetur adipisicing elit.Lorem ipsum dolor sit amet, consectetur adipisicing elit. Lorem ipsum dolor sit amet, consectetur adipisicing elit."
- button_item_info = "Faster"
-
- [[params.services.item]]
- weight = "C"
- description = "Possimus id dicta consequuntur veritatis, reiciendis at sint distinctio eligend Lorem ipsum dolor sit amet, consectetur adipisicing elit.Lorem ipsum dolor sit amet, consectetur adipisicing elit."
- button_item_info = "Smarter"
-
-# Welcome section
-[params.welcome]
- enable = true
- title = "Welcome Assembly"
- subtitle = "Computing the conversion of instructions in low-level code to machine code by an assembler."
- description = "This is <strong>Assembly</strong>, a free, fully standards-compliant CSS template designed by <a href=\"http://templated.co\" rel=\"nofollow\">TEMPLATED</a>. The photos in this template are from <a href=\"http://fotogrph.com/\"> Fotogrph</a>. This free template is released under the <a href=\"http://templated.co/license\">Creative Commons Attribution</a> license, so you're pretty much free to do whatever you want with it (even use it commercially) provided you give us credit for it. Have fun :)"
- button_text = "Call Now"
-
-# Contact section
-[params.contact]
- enable = true
-# title = "Get In Touch"
-# message = "Lorem ipsum dolor sit amet consectetur adipisicing elit. Eveniet nam itaque ipsam iste provident quo ipsam iste provident."
-# name_placeholder = "Your name"
-# email_placeholder = "Your email"
-# email_disclaimer = "We'll never share your email with anyone else."
-# message_placeholder = "Please enter a message."
-# button_text = "Submit"
-
-# Footer section
-[params.footer]
- enable = true
- copy = "&copy; Assembly Inc | All rights reserved."
- twitter = ""
- facebook = ""
- instagram = ""
-