Dylan Baker
aade0d66a3
Try pulldown-cmark instead of comrak
Supposed to be fast
hace 6 años
Dylan Baker
02ae0a3cca
Remove vestigial post and page files
hace 6 años
Dylan Baker
117c7fff9d
Implement {{ date }} variable for entries
hace 6 años
Dylan Baker
9a2947d25a
Version 0.2.0
hace 6 años
Dylan Baker
2870bc9c23
Update readme
hace 6 años
Dylan Baker
5bc14208ac
Get tests to pass in parallel
hace 6 años
Dylan Baker
38fbd6bb67
Take IO out of entry parsing
hace 6 años
Dylan Baker
fb03f04bc1
Consolidate pages and posts into entries
hace 6 años
Dylan Baker
bb7592eac1
Allow displaying date
hace 6 años
Dylan Baker
7b1f48e8fa
Sort posts by date
hace 6 años
Dylan Baker
adbb0c248d
Give posts a date, separate posts and pages
hace 6 años
Dylan Baker
581c794a5a
Bump version
hace 6 años
Dylan Baker
071b04f5e1
I guess I need to flesh out cargo.toml even more
hace 6 años
Dylan Baker
6517161831
Update readme since we're on crates.io now
hace 6 años
Dylan Baker
8867c7778d
Update cargo.toml to satisfy crates.io
hace 6 años
Dylan Baker
3caa73c264
Add license
hace 6 años
Dylan Baker
907ea6cff4
Update read me
hace 6 años
Dylan Baker
84db626b5d
Create some basic default templates
hace 6 años
Dylan Baker
0e6a98c16d
Fix readme markdown
hace 6 años
Dylan Baker
108156d3ed
Make separate page template
hace 6 años
Dylan Baker
ca3ad587d4
Introduce pages, move posts under /posts
Currently pages reuse the post template, which isn't ideal but that will
change soon.
hace 6 años
Dylan Baker
b367410685
Change name
hace 6 años
Dylan Baker
8783ea2e2a
fmt
hace 6 años
Dylan Baker
935b3a96b3
Watch whole directory but blacklist public/.git
Instead of only watching the posts folder, it should rebuild upon
writing a css file or a draft or js file, but we don't want to trigger
endless rebuilds by watching `public`. `.git` also changes sometimes and
we don't want that.
hace 6 años
Dylan Baker
346794e194
Implement drafts
hace 6 años
Dylan Baker
d65f4003c9
Implement watch
hace 6 años
Dylan Baker
ab1c0df8f6
Move commands into module
hace 6 años
Dylan Baker
45521a78cd
Use config to dynamically generate page titles
hace 6 años
Dylan Baker
12e4d78c47
Create config system
hace 6 años
Dylan Baker
21e3fdfa12
Test building
hace 6 años
Dylan Baker
7eaff00b02
Add test script for ease of use
Someday I'll figure out why my tests are colliding on the file system
hace 6 años
Dylan Baker
38a55e6f2f
Create css/js folders and copy them right into /public
hace 6 años
Dylan Baker
22bbf46dba
Remove whole public directory and start over
hace 6 años
Dylan Baker
b1a20ac244
Fix post regex to correctly capture multiple paragraphs
hace 6 años
Dylan Baker
4503c874b7
#[cfg(test)]
hace 6 años
Dylan Baker
552f4252f4
Test new
hace 6 años
Dylan Baker
5d398836d5
Reorganize
hace 6 años
Dylan Baker
544b6cf0ba
Test writing post and post listing
hace 6 años
Dylan Baker
8469148ec3
Test render post listing
hace 6 años
Dylan Baker
e39b136ec7
Get rid of these editor warnings
hace 6 años
Dylan Baker
3da5f4d4c0
Test post rendering
hace 6 años
Dylan Baker
db69c81d0b
Render markdown
hace 6 años
Dylan Baker
4cfa3b276d
Test post parsing
hace 6 años
Dylan Baker
87cba00bef
Split into modules
hace 6 años
Dylan Baker
a575de5882
Separate rendering templates and writing to disk
hace 6 años
Dylan Baker
ba59bd1b7f
Immutability
hace 6 años
Dylan Baker
1198c31dc5
Clean up
hace 6 años
Dylan Baker
b3dd151745
Fix post listing rendering
hace 6 años
Dylan Baker
2e5e55ae09
Create initializer
hace 6 años
Dylan Baker
bc5e8a2e20
Formatting >:(
hace 6 años