mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-17 04:24:42 -04:00
16 lines
301 B
Markdown
16 lines
301 B
Markdown
---
|
|
title: hugo.WorkingDir
|
|
description: Returns the project working directory.
|
|
categories: []
|
|
keywords: []
|
|
params:
|
|
functions_and_methods:
|
|
aliases: []
|
|
returnType: string
|
|
signatures: [hugo.WorkingDir]
|
|
---
|
|
|
|
```go-html-template
|
|
{{ hugo.WorkingDir }} → /home/user/projects/my-hugo-site
|
|
```
|