From d2da92336fb109600e59c9ed1e4976ebf891d82c Mon Sep 17 00:00:00 2001 From: Fuwn Date: Sun, 12 Jun 2022 02:32:47 -0700 Subject: feat(blog): sub-blog configuration --- src/modules/blog.rs | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 src/modules/blog.rs (limited to 'src/modules/blog.rs') diff --git a/src/modules/blog.rs b/src/modules/blog.rs new file mode 100644 index 0000000..4672ec2 --- /dev/null +++ b/src/modules/blog.rs @@ -0,0 +1,22 @@ +// This file is part of Locus . +// Copyright (C) 2022-2022 Fuwn +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, version 3. +// +// This program is distributed in the hope that it will be useful, but +// WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// Copyright (C) 2022-2022 Fuwn +// SPDX-License-Identifier: GPL-3.0-only + +mod config; +mod module; + +pub use module::module; -- cgit v1.2.3