Skip to content

Commit 04ee635

Browse files
author
Max Piepenbrink
committed
what was i doing again
1 parent b4e99ed commit 04ee635

22 files changed

+698
-494
lines changed

.DS_Store

100644100755
File mode changed.

.gitignore

100644100755
File mode changed.

.idea/modules.xml

100644100755
File mode changed.

.idea/simple-blog.iml

100644100755
File mode changed.

.idea/vcs.xml

100644100755
File mode changed.

Cargo.lock

100644100755
+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

100644100755
+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ serde = { version = "1.0", features = ["derive"] }
1111
chrono = "0.4"
1212
lazy_static = "1.4.0"
1313
itertools = "0.9.0"
14+
notify = "4.0.12"
15+
walkdir = "2"
1416

1517
[dependencies.rocket_contrib]
1618
version = "0.4.6"

content/2020_november/imgs/go.png

97.1 KB
Loading

content/2020_november/imgs/go2.png

1010 KB
Loading

content/2020_november/second_post.hmm

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
#[title: This is another blog post test|timestamp:1605073296|tags:thinking]
2+
3+
#[header|text:Another Blog Post|date:Yesterday]
4+
5+
This is a 2nd blog post test.
6+
7+
Here's a picture of a go board
8+
9+
#[image:./imgs/go.png|lightbox]
10+
11+
Another picture of a go board:
12+
13+
#[image:imgs/go2.png|lightbox]
14+
15+
Blah blah lorem ipsum etc.
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
2-
#[title: A place to dump my thoughts |timestamp:1605073293|tags:thinking]
3-
4-
#[header|text:A Modest Header|date:Today]
5-
6-
I set up this little micro-blog project in Rust, mainly as an excuse to write some Rust, but also to procrastinate
7-
the 40 other things I wish I was doing in my spare time. There's something cathartic about writing a simple little
8-
personal blog content management system.
9-
10-
11-
#[image|url:blah.png]Hopefully I actually use this more than twice! This is a #[url:test.com|text:test link] in the middle of a span.
12-
1+
2+
#[title: A place to dump my thoughts |timestamp:1605073292|tags:thinking]
3+
4+
#[header|text:A Modest Header, Modified|date:Today]
5+
6+
I set up this little micro-blog project in Rust, mainly as an excuse to write some Rust, but also to procrastinate
7+
the 40 other things I wish I was doing in my spare time. There's something cathartic about writing a simple little
8+
personal blog content management system.
9+
10+
11+
Hopefully I actually use this more than twice! This is a #[url:test.com|text:test link] in the middle of a span.
12+
1313
End of file!

content/readme.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Important
2+
3+
Everything in the `content/` directory should be considered public. Put nothing special in here!

content/second_post.lol

-7
This file was deleted.

readme.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Dead Simple Rust Micro-Blog
2+
3+
This is a dead simple, tag based micro-blogging CMS written in Rust.
4+
5+
## 3rd Party Libraries
6+
7+
For dependency-free image & video lightboxes, we use this excellent lightbox js library: https://github.com/biati-digital/glightbox

0 commit comments

Comments
 (0)