-
-
Notifications
You must be signed in to change notification settings - Fork 331
/
NAMESPACE
70 lines (69 loc) · 1.5 KB
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
# Generated by roxygen2: do not edit by hand
export(build_dir)
export(build_site)
export(bundle_site)
export(check_config)
export(check_content)
export(check_gitignore)
export(check_hugo)
export(check_netlify)
export(check_site)
export(check_vercel)
export(clean_duplicates)
export(config_Rprofile)
export(config_netlify)
export(config_vercel)
export(count_yaml)
export(dep_path)
export(edit_draft)
export(filter_md5sum)
export(filter_newfile)
export(filter_timestamp)
export(find_categories)
export(find_hugo)
export(find_tags)
export(find_yaml)
export(html_page)
export(hugo_available)
export(hugo_build)
export(hugo_cmd)
export(hugo_convert)
export(hugo_installers)
export(hugo_server)
export(hugo_version)
export(install_hugo)
export(install_theme)
export(new_content)
export(new_post)
export(new_site)
export(read_toml)
export(remove_hugo)
export(serve_site)
export(shortcode)
export(shortcode_close)
export(shortcode_html)
export(shortcode_open)
export(shortcodes)
export(stop_server)
export(toml2yaml)
export(update_hugo)
export(write_toml)
export(yaml2toml)
import(stats)
import(utils)
importFrom(xfun,attr)
importFrom(xfun,del_empty_dir)
importFrom(xfun,dir_create)
importFrom(xfun,dir_exists)
importFrom(xfun,existing_files)
importFrom(xfun,exit_call)
importFrom(xfun,file_exists)
importFrom(xfun,file_ext)
importFrom(xfun,in_dir)
importFrom(xfun,is_macos)
importFrom(xfun,is_windows)
importFrom(xfun,msg_cat)
importFrom(xfun,proc_kill)
importFrom(xfun,read_utf8)
importFrom(xfun,set_envvar)
importFrom(xfun,write_utf8)