webc
v0.0.11
Write and deploy websites using the C Programming Language.
Loading...
Searching...
No Matches
blog.h
Go to the documentation of this file.
1
32
#ifndef WEBC_TEMPLATE_BLOG_H
33
#define WEBC_TEMPLATE_BLOG_H
34
35
#include "
../webc-core.h
"
36
#include "
./template.h
"
37
#include "
../webc-actions.h
"
38
39
#ifdef __cplusplus
40
extern
"C"
{
41
#endif
42
43
typedef
struct
{
44
Cstr lang;
45
Template
template
;
46
}
Blog
;
47
48
#define POSTS_PATH "./posts"
49
#define ABOUT_PATH "./about.md"
50
51
WEBCAPI
Tree
WEBC_TemplateBlog(Cstr root,
Blog
blog);
52
53
#ifdef __cplusplus
54
}
55
#endif
56
57
#endif
// WEBC_TEMPLATE_BLOG_H
Blog
Definition
blog.h:43
Template
Definition
template.h:50
Tree
Definition
webc-actions.h:59
template.h
webc-actions.h
webc-core.h
include
webc-templates
blog.h
Generated on Tue Oct 22 2024 21:08:31 for webc by
1.12.0