This website requires JavaScript.
Explore
Help
Sign In
emelie
/
zola
Watch
1
Star
0
Fork
You've already forked zola
0
Code
Issues
Pull requests
Releases
Wiki
Activity
a6e421c5e4
zola
/
src
/
cmd
/
build.rs
10 lines
105 B
Rust
Raw
Normal View
History
Unescape
Escape
Started working on pages
2016-12-06 08:27:03 +00:00
use
config
::
Config
;
Parsing front matter
2016-12-06 11:53:14 +00:00
use
errors
::
{
Result
}
;
Started working on pages
2016-12-06 08:27:03 +00:00
pub
fn
build
(
config
:
Config
)
->
Result
<
(
)
>
{
Ok
(
(
)
)
}
Reference in a new issue
Copy permalink