init
This commit is contained in:
commit
ed85756bfc
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
[submodule "site/themes/lugo"]
|
||||
path = site/themes/lugo
|
||||
url = https://github.com/Rushmore75/lugo.git
|
1
server/.gitignore
vendored
Normal file
1
server/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
/target
|
6
server/Cargo.toml
Normal file
6
server/Cargo.toml
Normal file
@ -0,0 +1,6 @@
|
||||
[package]
|
||||
name = "server"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
3
server/src/main.rs
Normal file
3
server/src/main.rs
Normal file
@ -0,0 +1,3 @@
|
||||
fn main() {
|
||||
println!("Hello, world!");
|
||||
}
|
6
site/archetypes/default.md
Normal file
6
site/archetypes/default.md
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
title: "{{ replace .Name "-" " " | title }}"
|
||||
date: {{ .Date }}
|
||||
draft: true
|
||||
---
|
||||
|
4
site/config.toml
Normal file
4
site/config.toml
Normal file
@ -0,0 +1,4 @@
|
||||
baseURL = 'http://example.org/'
|
||||
languageCode = 'en-us'
|
||||
title = 'My New Hugo Site'
|
||||
theme = 'lugo'
|
1
site/themes/lugo
Submodule
1
site/themes/lugo
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit ca92c2dddeee70d4627931d2c214a299143b6735
|
Loading…
Reference in New Issue
Block a user