mirror of
https://github.com/zyllian/zyllian.github.io.git
synced 2025-05-09 18:16:43 -07:00
Copy files to root on initial build
This commit is contained in:
parent
311a6b40d5
commit
ef470c7fdd
3 changed files with 12 additions and 1 deletions
|
@ -18,6 +18,7 @@ const PAGES_PATH: &str = "pages";
|
|||
const TEMPLATES_PATH: &str = "templates";
|
||||
const STATIC_PATH: &str = "static";
|
||||
const SASS_PATH: &str = "sass";
|
||||
const ROOT_PATH: &str = "root";
|
||||
|
||||
/// Struct for the site's configuration.
|
||||
#[derive(Debug, Deserialize)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue