filenames

package
v0.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 17, 2015 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (

	// For assets
	ConfigFilename   = "config.json"
	LogFilename      = "log.txt"
	DatabaseFilename = filepath.Join("content", "data", "journey.db")
	ThemesFilepath   = filepath.Join("content", "themes")
	ImagesFilepath   = filepath.Join("content", "images")
	AdminFilepath    = filepath.Join("built-in", "admin")
	PublicFilepath   = filepath.Join("built-in", "public")
	ContentFilepath  = "content"

	// For https
	HttpsCertFilename = filepath.Join("content", "https", "cert.pem")
	HttpsKeyFilename  = filepath.Join("content", "https", "key.pem")

	// For handlebars
	JqueryFilename = "/public/jquery/jquery.js"

	// For blog
	// TODO: This is not used at the moment because it is still hard-coded into the create database string
	DefaultBlogLogoFilename  = "/public/images/blog-logo.jpg"
	DefaultBlogCoverFilename = "/public/images/blog-cover.jpg"

	// For users
	DefaultUserImageFilename = "/public/images/user-image.jpg"
	DefaultUserCoverFilename = "/public/images/user-cover.jpg"
)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL