https://github.com/intendednull/site
Personal website written in Rust
https://github.com/intendednull/site
Last synced: about 1 year ago
JSON representation
Personal website written in Rust
- Host: GitHub
- URL: https://github.com/intendednull/site
- Owner: intendednull
- License: mit
- Created: 2019-07-23T19:36:05.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-20T21:59:58.000Z (almost 7 years ago)
- Last Synced: 2025-02-11T22:02:12.952Z (over 1 year ago)
- Language: Rust
- Homepage: https://coronasoftware.net
- Size: 149 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
- License: LICENSE
Awesome Lists containing this project
README
#+title: Corona Software Solutions
#+subtitle: Noah Corona
#+email: noah@coronasoftware.net
This site uses a "blazingly fast" actor system ([[https://actix.rs/][actix-web]]) for back-end and [[https://getbootstrap.com/][bootstrap]] for front. It
also takes advantage of [[https://tera.netlify.com/][tera]]: a jinja2-like template engine.
* Setup
** Dependencies
- [[https://www.rust-lang.org/tools/install][Rust]]
- [[https://pandoc.org/installing.html][Pandoc]] -- Org -> HTML
** SMTP
Create/Add the following section to ~conf.ini~ in the project root directory.
#+begin_src conf
[smtp]
mailto=example@example.com
server=smtp.example.com
user=example@example.com
pass=examplepass123
#+end_src
* Run
Compile and run:
#+begin_src sh
$ cargo run --release
#+end_src
Then go to [[http://127.0.0.1:8080][127.0.0.1:8080]]
* Author
[[mailto:noah@coronasoftware.net][Noah Corona]]
-----
[[https://coronasoftware.net][https://coronasoftware.net/s/sLogo.png]]