Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add files via upload #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file added .hugo_build.lock
Empty file.
38 changes: 33 additions & 5 deletions config.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# This file is for render site varibles and plugins
# don't remove this file.
# The presence of this file is for compatibility with Blogdown and Forestry.
#
# The actual configuration files are stored in the `config/_default/` folder.
baseURL = 'http://example.org/'
languageCode = 'en-us'
title = 'Boxfish Global'
theme = 'andromeda-light'

contentdir = "content"
layoutdir = "layouts"
publishdir = "public"

######################### site variables ##############################
# customize your color and font from here.
Expand All @@ -13,6 +15,32 @@ black = "#000000"
light = "#FAFAFA"
primary_color = "#FE6019"

# Social Accounts
[params.social]
Twitter = "Boxfishglobal"
LinkedIn = "Boxfishglobal"

# Extras
[params.extra]
copyright = "Copyright © 2020 Boxfish Limited. All rights reserved. “Boxfish” and “Boxfish Global” are trademarks pending of Boxfish Limited."
poweredby = true
highlightjs = true
socialmarkup = true
toc = true
displayrssicon = true

## Main Menu
[[menu.main]]
name = "blog"
weight = 100
identifier = "blog"
url = "/blog/"
[[menu.main]]
name = "about"
identifier = "about"
weight = 200
url = "/about/"

# font variable
h1 = "48px"
h1_md = "38px"
Expand Down
5 changes: 5 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module examplesite.com

go 1.18

require github.com/gethugothemes/hugo-modules/shortcodes/image v0.0.0-20220509155302-5976ca1fea3c // indirect
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
github.com/gethugothemes/hugo-modules/shortcodes/image v0.0.0-20220509155302-5976ca1fea3c h1:dra8YUAPnksZ0ce3d8Dw50/bYA17VsnAVGfkbGY18nQ=
github.com/gethugothemes/hugo-modules/shortcodes/image v0.0.0-20220509155302-5976ca1fea3c/go.mod h1:HQLF/WH52nSjSIo3DeztUZ+wLj+UlgeR2dwgtE2EqUg=