package files
import "github.com/gohugoio/hugo/hugofs/files"
Index ¶
- Constants
- Variables
- func IsComponentFolder(name string) bool
- func IsContentExt(ext string) bool
- func IsContentFile(filename string) bool
- func ResolveComponentFolder(filename string) string
- type ContentClass
Constants ¶
const ( ComponentFolderArchetypes = "archetypes" ComponentFolderStatic = "static" ComponentFolderLayouts = "layouts" ComponentFolderContent = "content" ComponentFolderData = "data" ComponentFolderAssets = "assets" ComponentFolderI18n = "i18n" FolderResources = "resources" )
Variables ¶
var ( ComponentFolders = []string{ ComponentFolderArchetypes, ComponentFolderStatic, ComponentFolderLayouts, ComponentFolderContent, ComponentFolderData, ComponentFolderAssets, ComponentFolderI18n, } )
Functions ¶
func IsComponentFolder ¶
func IsContentExt ¶
func IsContentFile ¶
func ResolveComponentFolder ¶
ResolveComponentFolder returns "content" from "content/blog/foo.md" etc.
Types ¶
type ContentClass ¶
type ContentClass string
const ( ContentClassLeaf ContentClass = "leaf" ContentClassBranch ContentClass = "branch" ContentClassFile ContentClass = "zfile" // Sort below ContentClassContent ContentClass = "zcontent" )
func ClassifyContentFile ¶
func ClassifyContentFile(filename string) ContentClass
func (ContentClass) IsBundle ¶
func (c ContentClass) IsBundle() bool
Source Files ¶
- Version
- v0.65.3
- Published
- Feb 23, 2020
- Platform
- linux/amd64
- Imports
- 4 packages
- Last checked
- 3 hours ago –
Tools for package owners.