An open API service indexing awesome lists of open source software.

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

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]]