lix-website/themes/lix
mei (ckie) 28654494cc
theme: add proper favicon
make sure to:
  rm -rf public/ resources/_gen/
scraped from git.lix.systems
2024-04-28 15:31:18 +03:00
..
archetypes initial commit of template 2024-04-26 22:49:34 -06:00
assets theme: add proper favicon 2024-04-28 15:31:18 +03:00
images initial commit of template 2024-04-26 22:49:34 -06:00
layouts theme: add proper favicon 2024-04-28 15:31:18 +03:00
static initial commit of template 2024-04-26 22:49:34 -06:00
.gitlab-ci.yml initial commit of template 2024-04-26 22:49:34 -06:00
config.yaml initial commit of template 2024-04-26 22:49:34 -06:00
LICENSE initial commit of template 2024-04-26 22:49:34 -06:00
README.md initial commit of template 2024-04-26 22:49:34 -06:00
theme.toml initial commit of template 2024-04-26 22:49:34 -06:00

Hugo Up Business Theme

Up Business is a clean and modern landing page, inspired on light illustrations with a modern look, that can be used for companies or to showcase a product.

Screenshot

Live Demo

See here.

Quick Start

If you are creating a new website, the quickest way to get up and running is to clone the theme into your themes folder:

git clone https://gitlab.com/writeonlyhugo/up-business-theme.git themes/up-business-theme

The folder hugoBasicExample contains a working version of a website with the theme. It includes: the configuration file config.yaml, the content folder content and the data folder. It's a good idea to copy this over to the project folder to get an initial version of the website up and running.

You can also use it as s Git submodule. If you are starting a new website:

hugo new site NewSite
cd NewSite
git init
git submodule add https://gitlab.com/writeonlyhugo/up-business-theme.git themes/up-business-theme
rm hugo.toml
cp themes/up-business-theme/hugoBasicExample/config.yaml .
cp -a themes/up-business-theme/hugoBasicExample/content/* content/
cp -a themes/up-business-theme/hugoBasicExample/data/* data/

Now hugo server will start the local development server with a working version of the website with the theme.

Credits

Hugo Up Business Theme is based on a Figma Design by Abell Vo.

License

Up Business is licensed under the MIT license.