Anthony J. Martinez
a89420d08c
Update deps and rev to 0.11.6
...
- Adds roadmap item for #48 to README.md
1 year ago
Anthony J. Martinez
564845c13e
Update deps and rev to 0.11.5
2 years ago
Anthony J. Martinez
9d4e7974ff
Update deps and rev to 0.11.4
2 years ago
Anthony J. Martinez
d9213dc496
Bump deps and rev to 0.11.3, update .gitignore
2 years ago
Anthony J. Martinez
7e48b03e79
Bump deps and rev to 0.11.2
2 years ago
Anthony J. Martinez
26f89cbf49
Bump deps and rev to 0.11.1
2 years ago
Anthony J. Martinez
96dee7eae1
Update deps, implement RSS feed, rev 0.11.0
2 years ago
Anthony J. Martinez
ddda9211fe
Prep for addition of RSS feature
2 years ago
Anthony J. Martinez
49bc26f1ef
Close #41 - fix empty topic/gallery issues in default template
2 years ago
Anthony J. Martinez
ec44b451df
Rev to 0.10.0 implementing initial gallery support
...
- Close #39
2 years ago
Anthony J. Martinez
3e35706eee
Prepare for simple gallery feature to get started
2 years ago
Anthony J. Martinez
3abe584219
Update Cargo.{toml,lock}, document common and config modules.
...
- Working on #16
2 years ago
Anthony J. Martinez
aa583241bf
Update Cargo.lock
2 years ago
Anthony J. Martinez
cd99e41989
Update Cargo.toml and Cargo.lock
2 years ago
Anthony J. Martinez
09579783dc
Add test for empty topic and fix broken template logic
...
- Close #30
2 years ago
Anthony J. Martinez
af11b1e9c5
Remove Credentials struct
...
- Closes #27
2 years ago
Anthony J. Martinez
2a2da79030
Rev to 0.7.1 for Windows fixes
...
- Closes #25
2 years ago
Anthony J. Martinez
0582416ca1
Add bind address and port to configuration file
...
- Close #23
2 years ago
Anthony J. Martinez
bb3e5e3fdb
Add support for rendering single posts
...
- Majorly refactor around Engine rather than AppConfig
- Update default template, and test template
- Add tests for individual post handling
- Update README.md
- Close #20
2 years ago
Anthony J. Martinez
7b0f51d02f
Add support for user-defined templates
...
- Rev to 0.5.0
- Update README with notes about using custom templates
- Add test site files to support testing custom templates
- Add tests for custom templates
- Add template field to Site struct
- Refactor render.rs to support loading template based on Site fields
- Add trace for the exact Tera instance loaded
- Close #8
2 years ago
Anthony J. Martinez
4c03b61e03
Update Cargo.lock
2 years ago
Anthony J. Martinez
38e1337e08
Move to binary crate only, move to 'anyhow' for error handling.
2 years ago
Anthony J. Martinez
20accb8d66
Create errors module, and add custom errors to auth module
2 years ago
Anthony J. Martinez
8c10b0fce0
Close #5 by implementing logging.
...
- Default level is INFO
- If -v is passed as an option, level is DEBUG
- If -vv or -v -v is passed, level is TRACE
- Adding additional -v level is still TRACE
2 years ago
Anthony J. Martinez
3bcb433c2d
Remove re-exports of Parser, html, Tera, and Context
2 years ago
Anthony J. Martinez
870318695b
Fix Cargo.toml category slugs
2 years ago
Anthony J. Martinez
491984fcf0
Name the project. Add a README, and license headers.
2 years ago
Anthony J. Martinez
f5e680322a
Create routes with routerify, reach base MVP
...
- Closes #1 directory structure is generated by `new` subcommand
- Closes #2 dynamic routes created and verified
- Closes #4 generated config loads and runs the site as defined
2 years ago
Anthony J. Martinez
9ea016dff5
Update cargo, remove warp, branch for routes
2 years ago
Anthony J. Martinez
7af4d8d42f
Added rendering, removed route module, renamed io module
2 years ago
Anthony J. Martinez
f3ab948253
Add dependencies for logging, testing, pw hashing
...
- Closes #4
- Closes #6
- Improves test coverage
- Adds password hashing
- Adds totp token generation
2 years ago
Anthony J. Martinez
fb2b39aeb2
Refactor again for a more logical AppConfig::generate() method
...
- Write password to read-only file rather than stdout closing
- Creates the directory structure, may still refactor more
- Fixes #1
2 years ago
Anthony J. Martinez
d5c21318f7
Generate AppConfig from user input
...
- Add auth::generate_alphanum_password
- Use above when generating AppConfig from user input
- Add TODO doc comments to public interface
2 years ago
Anthony J. Martinez
3b5b815b21
Complete work on loading arguments and configuration
2 years ago
Anthony J. Martinez
a6e8d50730
Initial commit
2 years ago