Skip to content

Commit 867bcb0

Browse files
committed
First blog post
1 parent 9df7d88 commit 867bcb0

File tree

5 files changed

+5
-307
lines changed

5 files changed

+5
-307
lines changed

content/blog/hello-world.md

+5-30
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,16 @@
11
+++
22
title = "Hello World"
3-
description = "Introducing Doks, a Hugo theme helping you build modern documentation websites that are secure, fast, and SEO-ready — by default."
3+
description = "Welcome to my blog!"
44
date = 2021-05-01T09:19:42+00:00
5-
updated = 2021-05-01T09:19:42+00:00
5+
updated = 2021-05-01T22:52:42+00:00
66
draft = false
77
template = "blog/page.html"
88

99
[taxonomies]
10-
authors = ["Rustaceans"]
10+
authors = ["oraqlle"]
1111

1212
[extra]
13-
lead = "This is the source code of the traditional <b>Hello World</b> program."
13+
lead = "Welcome to my blog!"
1414
+++
1515

16-
```rust
17-
// This is a comment, and is ignored by the compiler
18-
19-
// This is the main function
20-
fn main() {
21-
// Statements here are executed when the compiled binary is called
22-
23-
// Print text to the console
24-
println!("Hello World!");
25-
}
26-
```
27-
28-
`println!` is a macro that prints text to the console.
29-
30-
A binary can be generated using the Rust compiler: `rustc`.
31-
32-
```bash
33-
$ rustc hello.rs
34-
```
35-
36-
`rustc` will produce a `hello` binary that can be executed.
37-
38-
```bash
39-
$ ./hello
40-
Hello World!
41-
```
16+
I plan to use this site to showcase the projects I am working on as well as express my thoughts on a variety of software development and computer science topics. I plan to explore new programming languages, build cool stuff and try new things.

content/blog/markdown-syntax.md

-152
This file was deleted.

content/blog/math-typesetting.md

-48
This file was deleted.

content/blog/placeholder-text.md

-62
This file was deleted.

content/blog/say-hello-to-zola-doks.md

-15
This file was deleted.

0 commit comments

Comments
 (0)